Change Members
Include Protected Members
Include Inherited Members
Represents a collection of related updates to the grid.
The Change type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Change | Initializes a new instance of the Change class. |
Top
Properties
Name | Description | |
---|---|---|
ChangeNumber | Gets a number identifying this change. | |
Updates | Gets the collection of Update objects from this change object. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | Compares the current instance of this object with another object of the same type. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetUpdates | Gets the Update objects from a collection of Change objects. | |
MemberwiseClone | (Inherited from Object.) | |
ToJson | Serializes this object to the JavaScript Object Notation (JSON). | |
ToString | (Inherited from Object.) |
Top