AJE Components
EngineClassBase PropertiesAJE Data Report Engine Help
The EngineClassBase type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberBaseName
Gets the Base Class Name. Read-only.
Public propertyClassType
Gets the Class Type. Read-only.
Public propertyDisposed
Gets a value indicating whether the object has been disposed of. Read-only.
Public propertyHandleExceptions
Gets or sets the option to Handle Exceptions.
Public propertyIsChanged
Gets or sets the Is Changed flag indicating if the Object has changed.
Public propertyIsDirty
Gets or sets the Is Dirty flag indicating if any Data Properties within the Object have been Set.
Public propertyItemKey
Gets or sets the associated Collection Item Key for the Object.
Public propertyLastErrDescription
Returns the last Error Description for the Object.
Public propertyLastErrNumber
Returns the last Error Number for the Object.
Public propertyLastErrSource
Returns the last Error Source for the Object.
Public propertyLastException
Returns the last Exception for the Object.
Public propertyOnDirtyEvent
Used in conjunction with the SetIsDirty method to raise an Event. If True then if SetIsDirty is called the Dirty Event will be raised.
Public propertyProperties
Discovers the attributes of the Properties of the Class and provides access to Property metadata. Read-only.
Public propertyRaiseError
If True then when SetError is called an Event will be raised.
Public propertyTag
Gets or sets the associated Tag for the Object.
Public propertyTypeClassName
Gets Class Name of the associated Class. Read-only.
Back to Top
See Also