InsertRecordUpdate members
Represents an update operation that consists of inserting a record.
The InsertRecordUpdate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InsertRecordUpdate | Creates an instance of InsertRecordUpdate by specifying the key of the inserted record, the key of the record it was inserted after, and the outline level of the inserted record. |
Top
Properties
Name | Description | |
---|---|---|
AfterRecordKey | Gets or sets the key identifying the record after which the new record was inserted. | |
DefaultValues | Gets or sets the default values. | |
NewOutlineLevel | Gets or sets the outline level of the inserted record. | |
RecordKey | Gets or sets a key identifying the record that has been updated. (Inherited from Update.) | |
Type | Gets the type of the update. (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