bb73ebda 8ef9 06b7 7a9e 53204c5cac11 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Contains a collection of pieces. Each element is a new collection of smaller fields resulting from splitting a reference field.
System.Object
iTin.Export.Model.BaseModel(FixedItemModel)
iTin.Export.Model.FixedItemModel
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 FixedItemModel : BaseModel<FixedItemModel>VB
<SerializableAttribute>
Public Class FixedItemModel
Inherits BaseModel(Of FixedItemModel)The FixedItemModel type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
FixedItemModel | Initializes a new instance of the FixedItemModel class |
| Name | Description | |
|---|---|---|
![]() |
DataSource | Gets or sets a reference to source data of pieces. |
![]() |
Name | Gets or sets the name of the pieces. |
![]() |
Pieces | Gets or sets collection of smaller fields resulting from splitting a reference field. |
![]() |
Properties | Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).) |
![]() |
Reference | Gets or sets the name of the reference field. |
| 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).) |
![]() |
SetOwner | Sets the element that owns this FixedModel. |
![]() |
ToDictionary | Returns a dictionary of String/String pairs containing the name of the piece and its value. |
![]() |
ToString | Returns a string that represents the current data type. (Overrides BaseModel(T).ToString().) |
Belongs to: Fixed. For more information, please see FixedModel.
ITEE Object Element Usage
<Pieces ...>
<Piece/>
<Piece/>
...
</Pieces>Attributes
| Attribute | Optional | Description |
|---|---|---|
| Name | No | Name of the collection of pieces. |
| Reference | No | Data field name reference. |
| Element | Description |
|---|---|
| Pieces | Collection of smaller fields resulting from splitting a reference field. Each element is composed of a field name and initial position and final position into the reference field. |
| 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.


