Click or drag to resize

ProblemLoggingDBDetails Class

[Missing <summary> documentation for "T:Cadcorp.Configuration.Reporting.ProblemLoggingDBDetails"]

Inheritance Hierarchy
SystemObject
  Cadcorp.Configuration.ReportingProblemLoggingDBDetails

Namespace:  Cadcorp.Configuration.Reporting
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
[SerializableAttribute]
public class ProblemLoggingDBDetails

The ProblemLoggingDBDetails type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConnectionString
The connection string
Public propertyProblemDescriptionField
Field name used to store the desciption of the problem
Public propertyProblemImagePathField
Field name used to store email id of the problem reporter
Public propertyProblemLocationGeometryField
Field name used to store Geometry of the problem location
Public propertyProblemLocationXField
Field name used to store X coordinate of the problem location
Public propertyProblemLocationYField
Field name used to store Y coordinate of the problem location
Public propertyProblemLogDateField
Field name to hold the date logged
Public propertyproblemSenderEmailField
Field name used to store email id of the problem reporter
Public propertyProblemTypeField
Field name used to store the type of the problem
Public propertyProvideName
The DB providername
Public propertyTableName
The table name to store the reported problem
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also