AJE Components
EngineClassBase MethodsAJE Data Report Engine Help
The EngineClassBase type exposes the following members.
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
See Also