The EngineClassBase type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| BaseName |
Gets the Base Class Name. Read-only.
| |
| ClassType |
Gets the Class Type. Read-only.
| |
| Disposed |
Gets a value indicating whether the object has been disposed of. Read-only.
| |
| HandleExceptions |
Gets or sets the option to Handle Exceptions.
| |
| IsChanged |
Gets or sets the Is Changed flag indicating if the Object has changed.
| |
| IsDirty |
Gets or sets the Is Dirty flag indicating if any Data Properties within the Object have been Set.
| |
| ItemKey |
Gets or sets the associated Collection Item Key for the Object.
| |
| LastErrDescription |
Returns the last Error Description for the Object.
| |
| LastErrNumber |
Returns the last Error Number for the Object.
| |
| LastErrSource |
Returns the last Error Source for the Object.
| |
| LastException |
Returns the last Exception for the Object.
| |
| OnDirtyEvent |
Used in conjunction with the SetIsDirty method to raise an Event. If True then if SetIsDirty is called the Dirty Event will be raised.
| |
| Properties |
Discovers the attributes of the Properties of the Class and provides access to Property metadata. Read-only.
| |
| RaiseError |
If True then when SetError is called an Event will be raised.
| |
| Tag |
Gets or sets the associated Tag for the Object.
| |
| TypeClassName |
Gets Class Name of the associated Class. Read-only.
|
See Also