Skip to content

a12a45a4 eef5 11d1 534a 047748dc915d

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

PacketFieldModel 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.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 class PacketFieldModel : BaseDataFieldModel

VB

<SerializableAttribute>
Public Class PacketFieldModel
	Inherits BaseDataFieldModel

The PacketFieldModel type exposes the following members.

Constructors

 

Name Description
Public method PacketFieldModel Initializes a new instance of the PacketFieldModel 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 When overridden in a derived class, gets a value indicating whether the current data field supports data. (Inherited from BaseDataFieldModel.)
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 packet 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 InputFormat
Public property IsDefault Gets a value indicating whether this instance contains the default. (Inherited from BaseDataFieldModel.)
Public property Name Gets or sets the name of the field.
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.)
Public methodStatic member GetInputFormat Returns input packet data format.
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. (Overrides BaseDataFieldModel.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