PropUpdate Members
Include Protected Members
Include Inherited Members
This class represents an update to an individual cell.
The PropUpdate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropUpdate | Constructor initializes a PropUpdate(Object, String, Prop) with keys identifying the record and field, a Prop object representing the updated cell. |
Top
Properties
Name | Description | |
---|---|---|
FieldKey | Gets or sets the field key of the cell. | |
NewProp | Gets or sets an object representing the new value of the cell. | |
RecordKey | Gets or sets a key identifying the record that has been updated. (Inherited from Update.) | |
Type | (Overrides Update.Type.) |
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). (Inherited from Update.) | |
ToString | (Inherited from Object.) |
Top