67f244a8 b0dc ea30 9ef6 fe4c85935202 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Collection of data fields. Each element defines a data field.
System.Object
iTin.Export.Model.BaseModel(BaseSimpleModelCollection(BaseDataFieldModel, TableModel))
iTin.Export.Model.BaseSimpleModelCollection(BaseDataFieldModel, TableModel)
iTin.Export.Model.BaseComplexModelCollection(BaseDataFieldModel, TableModel, String)
iTin.Export.Model.FieldsModel
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 FieldsModel : BaseComplexModelCollection<BaseDataFieldModel, TableModel, string>VB
<SerializableAttribute>
Public Class FieldsModel
Inherits BaseComplexModelCollection(Of BaseDataFieldModel, TableModel, String)The FieldsModel type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
FieldsModel | Initializes a new instance of the FieldsModel class. |
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of elements contained in the BaseSimpleModelCollection(TItem, TParent). (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
IsDefault | When overridden in a derived class, gets a value indicating whether this instance contains the default. (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
IsReadOnly | Gets a value indicating whether the BaseSimpleModelCollection(TItem, TParent) is read-only. (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
Item(TSearch) | Gets or sets the element specified by value. (Inherited from BaseComplexModelCollection(TItem, TParent, TSearch).) |
![]() |
Item(Int32) | Gets or sets the element at the specified index. (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
List | Gets a reference to the inner list. (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
Parent | Gets a reference to the owner of the collection (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
Properties | Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).) |
| Name | Description | |
|---|---|---|
![]() |
Add | Adds an object to the end of the BaseSimpleModelCollection(TItem, TParent). (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
Clear | Removes all elements from the BaseSimpleModelCollection(TItem, TParent). (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
Contains(TSearch) | Determines whether an element is in the BaseComplexModelCollection(TItem, TParent, TSearch). (Inherited from BaseComplexModelCollection(TItem, TParent, TSearch).) |
![]() |
Contains(TItem) | Determines whether an element is in the BaseSimpleModelCollection(TItem, TParent). (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
CopyTo | Copies the entire BaseSimpleModelCollection(TItem, TParent) to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire BaseSimpleModelCollection(TItem, TParent). (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
GetBy | Returns specified field by identifier. (Overrides BaseComplexModelCollection(TItem, TParent, TSearch).GetBy(TSearch).) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the BaseSimpleModelCollection(TItem, TParent). (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetRange(KnownAggregateLocation) | Gets an enumerator to a list of fields that meet the test of being added at the indicated position and this is visible. |
![]() |
GetRange(KnownFieldType) | Returns an enumerator to a field list containing only those who meet the condition of type. |
![]() |
GetRange(YesNo) | Gets an enumerator to a list of fields that has visible headers. |
![]() |
GetStaticBindingValue | Gets the static binding value by reflection. (Inherited from BaseModel(T).) |
![]() |
GetType | (Inherited from Object.) |
![]() |
HasVisibleAggregatesByLocation | Gets a value indicating whether there is a field with a visible aggregate and at specified position. |
![]() |
HasVisibleHeaders | Gets a value indicating whether there are field with a visible header. |
![]() |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire BaseSimpleModelCollection(TItem, TParent). (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
Insert | Inserts an item to the BaseSimpleModelCollection(TItem, TParent) at the specified index. (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes the first occurrence of a specific object from the BaseSimpleModelCollection(TItem, TParent). (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
RemoveAt | Removes the element at the specified index of the BaseSimpleModelCollection(TItem, TParent). (Inherited from BaseSimpleModelCollection(TItem, TParent).) |
![]() |
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 this collection as the owner of the specified item. (Overrides BaseSimpleModelCollection(TItem, TParent).SetOwner(TItem).) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from BaseModel(T).) |
![]() |
Validate | Validates the field definition list and the definition of field styles. |
Belongs to: Table. For more information, please see TableModel.
IEE Object Element Usage
<Fields>
<Field/> | <Fixed/> | <Gap/> | <Group/> | <Packet/>
</Fields>Elements
| Element | Description |
|---|---|
| Field | Represents a data field. For more information, please see DataFieldModel |
| Fixed | Represents a piece of a field fixed-width data. For more information, please see FixedFieldModel |
| Gap | Represents an empty data field. For more information, please see GapFieldModel |
| Packet | Represents a packet data field. For more information, please see PacketFieldModel |
| Comma-Separated Values CsvWriter |
Tab-Separated Values TsvWriter |
SQL Script SqlScriptWriter |
XML Spreadsheet 2003 Spreadsheet2003TabularWriter |
|---|---|---|---|
| X | X | X | X |
<b>X</b> value indicates that the writer supports this element.



