Skip to content

8fa48ff7 1da1 90fc d579 d2d214806b70

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

BaseDataFieldModel Class

Additional header content

Base class for the different types of data fields supported by iTin Export Engine.
Which acts as the base class for different data fields.

Inheritance Hierarchy

System.Object
  iTin.Export.Model.BaseModel(BaseDataFieldModel)
    iTin.Export.Model.BaseDataFieldModel
      iTin.Export.Model.DataFieldModel
      iTin.Export.Model.FixedFieldModel
      iTin.Export.Model.GapFieldModel
      iTin.Export.Model.PacketFieldModel
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 abstract class BaseDataFieldModel : BaseModel<BaseDataFieldModel>

VB

<SerializableAttribute>
Public MustInherit Class BaseDataFieldModel
	Inherits BaseModel(Of BaseDataFieldModel)

The BaseDataFieldModel type exposes the following members.

Constructors

 

Name Description
Protected method BaseDataFieldModel Initializes a new instance of the BaseDataFieldModel 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.
Public propertyCode example Alias Gets or sets the alias of data field.
Protected property CanSetData When overridden in a derived class, gets a value indicating whether the current data field supports data.
Public property Condition
Public property DataSource Gets or sets a reference for pieces data.
Public property FieldType Gets a value indicating data field type.
Public propertyCode example Header Gets or sets a reference that contains the visual setting of header the data field.
Public property IsDefault Gets a value indicating whether this instance contains the default. (Overrides BaseModel.IsDefault.)
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.
  Back to Top

Methods

 

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetFieldNameFrom Gets the name of field.
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.
Public method ToString Returns a string that represents the current object. (Overrides BaseModel(T).ToString().)
  Back to Top

Remarks

The following table shows different data fields.  

Class Description
DataFieldModel Represents a data field.
FixedFieldModel Represents a piece of a field fixed-width data.
GapFieldModel Represents an empty data field.
GroupFieldModel (inherits of DataFieldModel) Represents a field as union of several data field.

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally