ObjectSummaryT Properties |
The ObjectSummaryT generic type exposes the following members.
Name | Description | |
---|---|---|
DetailLevel |
Gets the current detail level of retrieved objects. You will not be able to get the
values of some properties if the detail level is too low. You can still set property
values however to override existing values.
| |
Domain |
Information about the domain the object belongs to.
| |
IsChanged |
Gets the object's changed status. Includes checking status of all IChangeTracking properties.
(Inherited from ChangeTracking.) | |
IsNew |
Gets a value indicating whether this instance is new.
(Inherited from SimpleChangeTracking.) | |
Name |
Object name. Should be unique in the domain.
| |
ObjectType | ||
Type |
Type of the object.
| |
UID |
Object unique identifier.
|