Skip to content

4315dc09 3d6c 001b 9cc7 f81b837451a5

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseModel(T) Methods

Additional header content

The BaseModel(T) generic type exposes the following members.

Methods

 

Name Description
Public methodStatic member Deserialize(Stream) Deserializes the specified stream.
Public methodStatic member Deserialize(String) Deserializes the specified Xml.
Public methodStatic member Deserialize(String, T) Deserializes the specified Xml.
Public methodStatic member Deserialize(String, T, Exception) Deserializes workflow markup into an BaseModel object
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetStaticBindingValue Gets the static binding value by reflection.
Public method GetType (Inherited from Object.)
Public methodStatic member LoadFromFile(String) Loads from file.
Public methodStatic member LoadFromFile(String, T) Loads from file.
Public methodStatic member LoadFromFile(String, T, Exception) Deserializes xml markup from file into an BaseModel object
Public methodStatic member LoadFromUri Loads from file.
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveToFile(String) Saves to file.
Public method SaveToFile(String, Exception) Serializes current BaseModel object into file
Public method Serialize Serializes current BaseModel object into an Xml document.
Public method ToString Returns a string that represents the current object. (Overrides Object.ToString().)
  Back to Top

See Also

Reference

BaseModel(T) Class
iTin.Export.Model Namespace

Clone this wiki locally