c7dd52fd 80e8 a20b b78f 9a20cbdfe6e6 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Represents an exporter based on a template file.
System.Object
iTin.Export.Model.BaseModel(TemplateModel)
iTin.Export.Model.TemplateModel
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 TemplateModel : BaseModel<TemplateModel>VB
<SerializableAttribute>
Public Class TemplateModel
Inherits BaseModel(Of TemplateModel)The TemplateModel type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
TemplateModel | Initializes a new instance of the TemplateModel class |
| Name | Description | |
|---|---|---|
![]()
|
File | Gets or sets template file name. To specify a relative path use the character (~). |
![]() |
IsDefault | Gets a value indicating whether this instance is default. (Overrides BaseModel.IsDefault.) |
![]() |
Properties | Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).) |
![]()
|
Writer | Gets or sets the template writer used by the exporter. |
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetStaticBindingValue | Gets the static binding value by reflection. (Inherited from BaseModel(T).) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SaveToFile(String) | Saves to file. (Inherited from BaseModel(T).) |
![]() |
SaveToFile(String, Exception) | Serializes current BaseModel object into file (Inherited from BaseModel(T).) |
![]() |
Serialize | Serializes current BaseModel object into an Xml document. (Inherited from BaseModel(T).) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from BaseModel(T).) |
Belongs to: Exporter. For more information, please see ExporterModel.
ITEE Object Element Usage
<Template>
<File/>
<Writer/>
</Template>Elements
| Element | Description |
|---|---|
| File | The template file name. |
| Writer | The template writer used by the exporter. |


