Skip to content

dd80c24f 7211 3ee0 fe06 bb0a9734efdc

Fernando Garcia edited this page May 8, 2018 · 1 revision

GapFieldModel Class

Additional header content

A Specialization of BaseDataFieldModel class.
Represents an empty data field.

Inheritance Hierarchy

System.Object
  iTin.Export.Model.BaseModel(BaseDataFieldModel)
    iTin.Export.Model.BaseDataFieldModel
      iTin.Export.Model.GapFieldModel
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public class GapFieldModel : BaseDataFieldModel

VB

<SerializableAttribute>
Public Class GapFieldModel
	Inherits BaseDataFieldModel

The GapFieldModel type exposes the following members.

Constructors

 

Name Description
Public method GapFieldModel Initializes a new instance of the GapFieldModel class
  Back to Top

Properties

 

Name Description
Public propertyCode example Aggregate Gets or sets a reference that contains the visual setting of aggregate function of the data field. (Inherited from BaseDataFieldModel.)
Public propertyCode example Alias Gets or sets the alias of data field. (Inherited from BaseDataFieldModel.)
Protected property CanSetData Gets a value indicating whether current data field supports data. (Overrides BaseDataFieldModel.CanSetData.)
Public property Condition (Inherited from BaseDataFieldModel.)
Public property DataSource Gets or sets a reference for pieces data. (Inherited from BaseDataFieldModel.)
Public property FieldType Gets a value indicating data field type. (Overrides BaseDataFieldModel.FieldType.)
Public propertyCode example Header Gets or sets a reference that contains the visual setting of header the data field. (Inherited from BaseDataFieldModel.)
Public property IsDefault Gets a value indicating whether this instance contains the default. (Inherited from BaseDataFieldModel.)
Public property Properties Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).)
Public propertyCode example Value Gets or sets a reference that contains the visual setting of value the data field. (Inherited from BaseDataFieldModel.)
  Back to Top

Methods

 

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetStaticBindingValue Gets the static binding value by reflection. (Inherited from BaseModel(T).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveToFile(String) Saves to file. (Inherited from BaseModel(T).)
Public method SaveToFile(String, Exception) Serializes current BaseModel object into file (Inherited from BaseModel(T).)
Public method Serialize Serializes current BaseModel object into an Xml document. (Inherited from BaseModel(T).)
Public method SetOwner Sets the element that owns this data field. (Inherited from BaseDataFieldModel.)
Public method ToString Returns a string that represents the current object. (Inherited from BaseDataFieldModel.)
  Back to Top

Remarks

Belongs to: Fields. For more information, please see FieldsModel. ITEE Object Element Usage

<Gap ...>
  <Header/>
  <Value/>
  <Aggregate/>
</Gap>

Attributes

Attribute Optional Description
Alias Yes The alias of data field. This value is used as the column header.
Elements  
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.
  Compatibility table with native writers.
Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
X X X X
A X value indicates that the writer supports this element.

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally