bf7d307c bbe8 40e6 ef00 5c459da3e24d - iAJTin/iExportEngine GitHub Wiki
Additional header content
A Specialization of DataFieldModel class.
Represents a field as union of several data field.
System.Object
iTin.Export.Model.BaseModel(BaseDataFieldModel)
iTin.Export.Model.BaseDataFieldModel
iTin.Export.Model.DataFieldModel
iTin.Export.Model.GroupFieldModel
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 GroupFieldModel : DataFieldModelVB
<SerializableAttribute>
Public Class GroupFieldModel
Inherits DataFieldModelThe GroupFieldModel type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
GroupFieldModel | Initializes a new instance of the GroupFieldModel class |
| Name | Description | |
|---|---|---|
![]()
|
Aggregate | Gets or sets a reference that contains the visual setting of aggregate function of the data field. (Inherited from BaseDataFieldModel.) |
![]()
|
Alias | Gets or sets the alias of data field. (Inherited from BaseDataFieldModel.) |
![]() |
CanSetData | When overridden in a derived class, gets a value indicating whether the current data field supports data. (Inherited from BaseDataFieldModel.) |
![]() |
Condition | (Inherited from BaseDataFieldModel.) |
![]() |
DataSource | Gets or sets a reference for pieces data. (Inherited from BaseDataFieldModel.) |
![]() |
FieldType | Gets a value indicating data field type. (Overrides DataFieldModel.FieldType.) |
![]()
|
Header | Gets or sets a reference that contains the visual setting of header the data field. (Inherited from BaseDataFieldModel.) |
![]() |
IsDefault | Gets a value indicating whether this instance contains the default. (Inherited from BaseDataFieldModel.) |
![]() |
Name | Gets or sets the name of the field. (Inherited from DataFieldModel.) |
![]() |
Properties | Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).) |
![]()
|
Value | Gets or sets a reference that contains the visual setting of value the data field. (Inherited from BaseDataFieldModel.) |
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]()
|
GetSeparatorChar | Returns separator char. |
![]() |
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 data field. (Inherited from BaseDataFieldModel.) |
![]() |
ToString | Returns a string that represents the current object. (Overrides DataFieldModel.ToString().) |
Belongs to: Fields. For more information, please see FieldsModel.
ITEE Object Element Usage
<Group ...>
<Header/>
<Value/>
<Aggregate/>
</Group>Attributes
| Attribute | Optional | Description |
|---|---|---|
| Name | No | Name of the group field. |
| Alias | Yes | The alias of group data field. This value is used as the column header. |
| Element | Description |
|---|---|
| Header | Reference to visual setting of header of the data field. |
| Value | Reference to visual setting of value of the data field. |
| Aggregate | Reference to visual setting of aggregate function of the data 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.



