Update Members
Include Protected Members
Include Inherited Members
Represents a single update to the grid. A Change object represents a collection of related updates.
The Update type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Update | Initializes a new instance of the Update class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
RecordKey | Gets or sets a key identifying the record that has been updated. |
![]() |
Type | Gets the type of the update. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToJson | Serializes this object to JavaScript Object Notation (JSON). |
![]() |
ToString | (Inherited from Object.) |
Top