In This Topic
The following tables list the members exposed by ObjectBase.
Public Properties
| Name | Description |
| ClassKeyName |
The key name for the class.
|
| ClassName |
Returns a descriptive name for the class suitable for display to users.
|
| IsDependent |
Indicates whether the object is a dependent of (owned by) another object
|
| IsDirty |
Indicates whether the object is dirty (modified or new since last save).
|
| IsNew |
Indicates whether the object is new (has never been saved).
|
| IsReadOnly |
Indicates whether this object is read-only.
|
| IsStub |
Indicates whether the object is a stub.
|
| ParentObject | Get the parent of this object. |
Top
Public Methods
Extension Methods
See Also