The EngineClassBase type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clone the object, and returning a reference to a cloned object.
| |
| Clone(Object, BindingFlags) |
Clone the object, and returning a reference to a cloned object.
| |
| Clone T (Object, BindingFlags) |
Clone the object, and returning a reference to a cloned object.
| |
| ConvertTo T |
Converts Object to specified Type.
| |
| CopyObject |
Creates a copy of the current Object.
| |
| CopyProperties(Boolean) |
Copies the Properties of the current Object.
| |
| CopyProperties(Object) |
Function Copies the Input Object.
| |
| CopyProperties(EngineClassBase, Boolean) |
Copies the Properties of the supplied Object.
| |
| CopyProperties T1, T2 (T1, T2) |
Copies the Properties by Name of the Source Object to the Destination Object.
| |
| DeepClone |
Creates a deep clone of the current object.
| |
| DeepCopy |
Creates a deep copy of the current Object.
| |
| Deserialize(TextReader) | Deserializes to an instance of EngineClassBase. | |
| Deserialize(String) | Deserializes to an instance of EngineClassBase. | |
| Deserialize(XmlDocument) | Deserializes to an instance of EngineClassBase. | |
| Deserialize(Object, TextReader) | Deserializes to an instance of EngineClassBase. | |
| Deserialize(Type, TextReader) | Deserializes to an instance of EngineClassBase. | |
| DeserializeFile(String) |
Deserializes the specified XML File.
| |
| DeserializeFile(String, Encoding) |
Deserializes the specified XML File.
| |
| DeSerializeMe |
Deserializes the XML String.
| |
| Dispose |
Releases all resources used by the Object.
| |
| Dispose(Boolean) |
Releases all resources used by the Object.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetPropertyNames |
Function Gets the Names of the Member Properties.
| |
Gets the (Inherited from | ||
| HasProperty |
Function returns True if the Property Name exists.
| |
| IsDifferent(Object, Boolean) |
Function compares the Properties of the current Object and the supplied one and returns True if any are not Equal.
| |
| IsDifferent(Object, Object, Boolean) |
Function compares the Properties of the current Object and the supplied one and returns True if any are not Equal.
| |
Creates a shallow copy of the current (Inherited from | ||
| OnChanged |
Raises the Changed Event.
| |
| OnClearing |
Raises the Clearing Event.
| |
| OnDirty |
Raises the Dirty Event.
| |
| OnPropertyChanged |
Raises the On Property Changed Event.
| |
| PropertiesToCSV |
Returns a Copy of the Object Properties to Comma Separated Values.
| |
| PropertiesToString |
Returns a Copy of the Object Properties to a Delimited String.
| |
| PropertiesToXML |
Returns a Copy of the Object Properties to a XML formatted String.
| |
| Serialize |
Serializes the Object and writes the XML document to a String.
| |
| Serialize(Object) |
Serializes the Object and writes the XML document to a String.
| |
| Serialize(String) |
Serializes the Object and writes the XML to a File.
| |
| Serialize(Encoding) |
Serializes the Object and writes the XML document to a String.
| |
| Serialize(XmlWriterSettings) |
Serializes the Object and writes the XML document to a String.
| |
| Serialize(Object, XmlWriterSettings) |
Serializes the Object and writes the XML document to a String.
| |
| Serialize(String, Encoding) |
Serializes the Object and writes the XML to a File.
| |
| SerializeMe |
Serializes the Object and writes the XML document to a String and optionally to a File.
| |
| SetError |
Sets an Error for the Object.
| |
| SetException |
Sets an Exception for the Object.
| |
| SetIsChanged |
Sets the Object to the Is Changed state.
| |
| SetIsClean |
Sets the Object to the Is Clean state.
| |
| SetIsDirty |
Sets the Object to the Is Dirty state.
| |
| ShallowClone |
Creates a shallow clone of the current Object.
| |
| ShallowClone(Object) |
Creates a shallow clone of the current Object.
| |
| ShallowCopy |
Creates a shallow copy of the current Object.
| |
| (Inherited from |
See Also