6632f561 4175 f1f2 939c ac8b10159529 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Base class for model elements. Implements functionality to record and read configuration files.
System.Object
iTin.Export.Model.BaseModel(T)
More...
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public class BaseModel<T>VB
<SerializableAttribute>
Public Class BaseModel(Of T)
- T
- Represents a model node type
| Name | Description | |
|---|---|---|
![]() |
BaseModel(T) | Initializes a new instance of the BaseModel(T) class |
| Name | Description | |
|---|---|---|
![]() |
Properties | Gets or sets a reference to user-defined property list for this element. |
| Name | Description | |
|---|---|---|
![]()
|
Deserialize(Stream) | Deserializes the specified stream. |
![]()
|
Deserialize(String) | Deserializes the specified Xml. |
![]()
|
Deserialize(String, T) | Deserializes the specified Xml. |
![]()
|
Deserialize(String, T, Exception) | Deserializes workflow markup into an BaseModel object |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetStaticBindingValue | Gets the static binding value by reflection. |
![]() |
GetType | (Inherited from Object.) |
![]()
|
LoadFromFile(String) | Loads from file. |
![]()
|
LoadFromFile(String, T) | Loads from file. |
![]()
|
LoadFromFile(String, T, Exception) | Deserializes xml markup from file into an BaseModel object |
![]()
|
LoadFromUri | Loads from file. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SaveToFile(String) | Saves to file. |
![]() |
SaveToFile(String, Exception) | Serializes current BaseModel object into file |
![]() |
Serialize | Serializes current BaseModel object into an Xml document. |
![]() |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |
[Missing documentation for "T:iTin.Export.Model.BaseModel`1"]


