|
Pip-Services-Commons-Dotnet
|
Interface for data objects that can track their changes, including logical deletion. More...
Properties | |
| DateTime | CreatedTime [get, set] |
| DateTime | LastChangeTime [get, set] |
| bool | IsDeleted [get, set] |
Interface for data objects that can track their changes, including logical deletion.
|
getset |
The UTC time at which the object was created.
|
getset |
The logical deletion flag. True when object is deleted and null or false otherwise
|
getset |
The UTC time at which the object was last changed (created, updated, or deleted).
1.8.13