Inherits from
System.Object
Description
The Change class defines an alteration to the object definition data in the current datasource, as it will be recorded in the ChangeLog. This change may be already committed (i.e. written out to the datasource xml file) or it may be only in memory. A given change is comprised of a number of ChangeDetail objects. Changes will not be directly instantiated, but rather come from the current DataSource ChangeLog objects.
For more information about the Audit Trail features, see Lesson 10 in the Getting Started Guide.
Properties
|
Property |
Description |
|
Gets the ApplicationID. |
|
|
Gets the ChangeDetails. |
|
|
Gets the ChangeID. |
|
|
Gets the ChangeType. |
|
|
Gets the Comment. |
|
|
Gets the flag describing if the change has been committed. |
|
|
Gets the ObjectID. |
|
|
Gets the ObjectName. |
|
|
Gets the ObjectType. |
|
|
Gets the timestamp. |
|
|
Gets the timestamp as a String. |
|
|
Gets the UserID. |
|
|
The GeoCalc Version at the time the change was made. |
Methods
|
Method |
Description |
|
Helper function to format a presentation string describing the full details of a datasource change. |
|
|
Inherited Method |
Description |
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object). |
|
GetHashCode |
Serves as the default hash function. (Inherited from Object). |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
|
ToString |
Returns a string that represents the current object. (Inherited from Object). |
Comments
0 comments
Please sign in to leave a comment.