ItemChange Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ItemChange class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ItemChange(SyncIdFormatGroup, SyncId, SyncId, ChangeKind, SyncVersion, SyncVersion) | Initializes a new instance of the ItemChange class that contains the specified ID format schema, replica ID, item ID, change kind, creation version, and change version. | |
ItemChange(SyncIdFormatGroup, SyncId, SyncId, ChangeKind, SyncVersion, IEnumerable<ChangeUnitChange>) | Initializes a new instance of the ItemChange class that contains the specified ID format schema, replica ID, item ID, change kind, creation version, and change unit collection. | |
ItemChange(SyncIdFormatGroup, SyncId, SyncId, SyncId, SyncVersion, SyncVersion) | Initializes a new instance of the ItemChange class that represents a merge tombstone, by using the specified ID format schema, replica ID, item ID, winning item ID, creation version, and change version. |
Top