IObject Properties |
The IObject type exposes the following members.
Name | Description | |
---|---|---|
ChangedBy |
Gets the name of the user who changed the object last.
| |
ChangedOn |
Gets the point of time the object was changed last.
| |
CreatedBy |
Gets the name of the user who created the object.
| |
CreatedOn |
Gets the point of time the object was created.
| |
Description |
Gets or sets the object description. The description can be empty.
| |
Folder |
Gets the containing folder.
| |
Id |
Gets the object ID. The ID is generated by the platform and
cannot be modified.
| |
IsLocked |
Indicates if the object is locked.
| |
IsValid |
Indicates if the object instance is valid. The object becomes
invalid if the Destroy method has been called.
| |
LockedBy |
Gets the name of the user who holds a lock on the object, empty
string if the object is not locked.
| |
LockedOn |
Gets the lock timestamp, if object is locked. DateTime.MinValue if not.
| |
Name |
Gets or sets the object name. The name cannot be an empty string. It is
modifiable and does not have to be unique.
| |
ObjType |
Gets the object type.
|