Inherits from
System.Object
Classes that Inherit ChangeDetail
IdentifierCollectionChangeDetail
ParameterCollectionChangeDetail
SerializableCollectionChangeDetail
Description
The ChangeDetail class defines the specific data changes that compose the overall Object Change. The ChangeDetail class cannot be instantiated, as it is an abstract class, but it defines those properties and methods common to all change details, listed about.
For more information about the Audit Trail features, see Lesson 10 in the Getting Started Guide.
Properties
|
Method |
Description |
|
Gets the change detail type. |
|
|
Gets whether this change detail has a final value - as opposed to a NULL or empty value. |
|
|
Gets whether this change detail has an initial value - as opposed to a NULL or empty value. |
|
|
Gets the name of the change detail. |
|
|
Gets the type of change applied. |
Methods
|
Method |
Description |
|
Creates a clone of this object. |
|
|
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.