ItemChangeType Members
The ItemChangeType class contains an item identifier and the updates to apply to the item.
The following tables list the members exposed by the ItemChangeType type.
Public Constructors
Name | Description | |
---|---|---|
ItemChangeType | The ItemChangeType constructor initializes a new instance of the ItemChangeType class. |
Top
Public Properties
Name | Description | |
---|---|---|
Item | The Item property identifies the item to update. | |
Updates | The Updates property gets or sets an array that defines append, set, and delete changes to item properties. This property is required. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top