AJE Components
EngineClassBase MembersAJE Data Report Engine Help

The EngineClassBase type exposes the following members.
Constructors

  NameDescription
Public methodEngineClassBase 
Initializes a new instance of the EngineClassBase class
Public methodEngineClassBase(String)
Initializes a new instance of the EngineClassBase class
Back to Top
Methods

  NameDescription
Public methodClone 
Clone the object, and returning a reference to a cloned object.
Public methodStatic memberClone(Object, BindingFlags)
Clone the object, and returning a reference to a cloned object.
Public methodStatic memberClone T (Object, BindingFlags)
Clone the object, and returning a reference to a cloned object.
Public methodStatic memberConvertTo T 
Converts Object to specified Type.
Public methodCopyObject
Creates a copy of the current Object.
Public methodCopyProperties(Boolean)
Copies the Properties of the current Object.
Public methodStatic memberCopyProperties(Object)
Function Copies the Input Object.
Public methodCopyProperties(EngineClassBase, Boolean)
Copies the Properties of the supplied Object.
Public methodCopyProperties T1, T2 (T1, T2)
Copies the Properties by Name of the Source Object to the Destination Object.
Public methodDeepClone
Creates a deep clone of the current object.
Public methodDeepCopy
Creates a deep copy of the current Object.
Public methodDeserialize(TextReader)
Deserializes to an instance of EngineClassBase.
Public methodDeserialize(String)
Deserializes to an instance of EngineClassBase.
Public methodDeserialize(XmlDocument)
Deserializes to an instance of EngineClassBase.
Public methodStatic memberDeserialize(Object, TextReader)
Deserializes to an instance of EngineClassBase.
Public methodStatic memberDeserialize(Type, TextReader)
Deserializes to an instance of EngineClassBase.
Public methodDeserializeFile(String)
Deserializes the specified XML File.
Public methodDeserializeFile(String, Encoding)
Deserializes the specified XML File.
Public methodDeSerializeMe
Deserializes the XML String.
Public methodDispose 
Releases all resources used by the Object.
Protected methodDispose(Boolean)
Releases all resources used by the Object.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetPropertyNames
Function Gets the Names of the Member Properties.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodHasProperty
Function returns True if the Property Name exists.
Public methodIsDifferent(Object, Boolean)
Function compares the Properties of the current Object and the supplied one and returns True if any are not Equal.
Public methodStatic memberIsDifferent(Object, Object, Boolean)
Function compares the Properties of the current Object and the supplied one and returns True if any are not Equal.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnChanged
Raises the Changed Event.
Public methodOnClearing
Raises the Clearing Event.
Public methodOnDirty
Raises the Dirty Event.
Public methodOnPropertyChanged
Raises the On Property Changed Event.
Public methodPropertiesToCSV
Returns a Copy of the Object Properties to Comma Separated Values.
Public methodPropertiesToString
Returns a Copy of the Object Properties to a Delimited String.
Public methodPropertiesToXML
Returns a Copy of the Object Properties to a XML formatted String.
Public methodSerialize 
Serializes the Object and writes the XML document to a String.
Public methodStatic memberSerialize(Object)
Serializes the Object and writes the XML document to a String.
Public methodSerialize(String)
Serializes the Object and writes the XML to a File.
Public methodSerialize(Encoding)
Serializes the Object and writes the XML document to a String.
Public methodSerialize(XmlWriterSettings)
Serializes the Object and writes the XML document to a String.
Public methodStatic memberSerialize(Object, XmlWriterSettings)
Serializes the Object and writes the XML document to a String.
Public methodSerialize(String, Encoding)
Serializes the Object and writes the XML to a File.
Public methodSerializeMe
Serializes the Object and writes the XML document to a String and optionally to a File.
Public methodSetError
Sets an Error for the Object.
Public methodSetException
Sets an Exception for the Object.
Public methodSetIsChanged
Sets the Object to the Is Changed state.
Public methodSetIsClean
Sets the Object to the Is Clean state.
Public methodSetIsDirty
Sets the Object to the Is Dirty state.
Public methodShallowClone 
Creates a shallow clone of the current Object.
Public methodStatic memberShallowClone(Object)
Creates a shallow clone of the current Object.
Public methodShallowCopy
Creates a shallow copy of the current Object.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
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
Events

  NameDescription
Public eventChanged
This Event is fired if the SetIsChanged method is called with the 'Notify' argument set to True.
Public eventStatic memberClearing
The Object Clearing Event.
Public eventDirty
This Event is fired if the OnDirtyEvent Property is True or the Optional Paramater 'Notify' in the SetIsDirty method is True when SetIsDirty is called.
Public eventPropertyChanged
Occurs when a property value changes.
Back to Top
See Also