e1dfde3f 9004 9952 67e4 86a67fb18e84 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Includes the description and data table definition to export.
System.Object
iTin.Export.Model.BaseModel(GlobalResourcesModel)
iTin.Export.Model.GlobalResourcesModel
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 GlobalResourcesModel : BaseModel<GlobalResourcesModel>VB
<SerializableAttribute>
Public Class GlobalResourcesModel
Inherits BaseModel(Of GlobalResourcesModel)The GlobalResourcesModel type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
GlobalResourcesModel | Initializes a new instance of the GlobalResourcesModel class |
| Name | Description | |
|---|---|---|
![]() |
Conditions | Gets or sets the collection of user-defined conditions. |
![]() |
Fixed | Gets or sets collection of user-defined pieces. |
![]() |
Groups | Gets or sets collection of user-defined groups. |
![]() |
Hosts | Gets or sets collection of user-defined groups. |
![]() |
Images | Gets or sets the collection of user-defined styles. |
![]() |
IsDefault | Gets a value indicating whether this instance is default. (Overrides BaseModel.IsDefault.) |
![]() |
Lines | |
![]() |
Properties | Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).) |
![]() |
Styles | Gets or sets the collection of user-defined styles. |
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetImageResourceByKey | Gets specified image resource by key. |
![]() |
GetResourceByKey | Gets specified resource by key. |
![]() |
GetStaticBindingValue | Gets the static binding value by reflection. (Inherited from BaseModel(T).) |
![]() |
GetStyleResourceByName | Gets specified style resource by name. |
![]() |
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: Exports. For more information, please see ExportsModel.
ITEE Object Element Usage
<Global.Resources>
<Fixed/>
<Groups/>
<Hosts/>
<Images/>
<Lines/>
<Styles/>
<Conditions/>
</Global.Resources>Elements
| Element | Description |
|---|---|
| Images | Description of the export. |
| Fixed | Collection of user-defined pieces. Each element is a collection of smaller pieces result of splitting the reference field. |
| Groups | Collection of user-defined groups. Each element is result from the union of several data field. |
| Lines | Collection of user-defined lines. Each element is result from the union of lines. |
| Styles | Collection of user-defined styles. Each element defines type of content, such as the background color, the alignment type, the data type and the font type. |
| Conditions | Collection of user-defined conditions. Each element defines a condition. |
| Comma-Separated Values CsvWriter |
Tab-Separated Values TsvWriter |
SQL Script SqlScriptWriter |
XML Spreadsheet 2003 Spreadsheet2003TabularWriter |
|---|---|---|---|
| X | X | X | X |
X value indicates that the writer supports this element.


