An equatable element that can be merged using 3-way merging.
More...
|
string | MergeID [get] |
| A unique identifier used when comparing for merging. Should always remain the same, even when the element is modified. More...
|
|
DateTime | Timestamp [get] |
| The time this element was last modified. This is used to determine precedence with sync conflicts. More...
|
|
An equatable element that can be merged using 3-way merging.
- Template Parameters
-
T | The type the interface is being applied to. |
◆ MergeID
A unique identifier used when comparing for merging. Should always remain the same, even when the element is modified.
◆ Timestamp
The time this element was last modified. This is used to determine precedence with sync conflicts.
This value should be ignored by clone and equality methods.
The documentation for this interface was generated from the following file:
- Common/Dispatch/IMergeable.cs