ModelDifference Properties
The entity used to store model differences in the database.| Name | Description |
|---|---|
| Aspects | Gets a list of model difference aspects associated with the ModelDifference object. |
| ContextId | Specifies the context identifier of the current ModelDifference object that allows distinguishing model differences designed for different applications using the same database. |
| GCRecord | Defines whether the object is marked as deleted. Inherited from BaseObject. |
| ID | Specifies the ModelDifference identifier. |
| ID | The key property for the BaseObject class. Inherited from BaseObject. |
| OptimisticLockField | Inherited from BaseObject. |
| UserId | Specifies the identifier of a user who owns the current ModelDifference object. |
| UserName | Gets the name of a user who owns the current ModelDifference object. |
| Version | Specifies the version of the current ModelDifference object. |
See Also