Skip to content

bb73ebda 8ef9 06b7 7a9e 53204c5cac11

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

FixedItemModel Class

Additional header content

Contains a collection of pieces. Each element is a new collection of smaller fields resulting from splitting a reference field.

Inheritance Hierarchy

System.Object
  iTin.Export.Model.BaseModel(FixedItemModel)
    iTin.Export.Model.FixedItemModel
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 FixedItemModel : BaseModel<FixedItemModel>

VB

<SerializableAttribute>
Public Class FixedItemModel
	Inherits BaseModel(Of FixedItemModel)

The FixedItemModel type exposes the following members.

Constructors

 

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

Properties

 

Name Description
Public property DataSource Gets or sets a reference to source data of pieces.
Public property Name Gets or sets the name of the pieces.
Public property Pieces Gets or sets collection of smaller fields resulting from splitting a reference field.
Public property Properties Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).)
Public property Reference Gets or sets the name of the reference field.
  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 FixedModel.
Public method ToDictionary Returns a dictionary of String/String pairs containing the name of the piece and its value.
Public method ToString Returns a string that represents the current data type. (Overrides BaseModel(T).ToString().)
  Back to Top

Remarks

Belongs to: Fixed. For more information, please see FixedModel. ITEE Object Element Usage

<Pieces ...>
  <Piece/>
  <Piece/>
  ... 
</Pieces>

Attributes

Attribute Optional Description
Name No Name of the collection of pieces.
Reference No Data field name reference.
Elements  
Element Description
Pieces Collection of smaller fields resulting from splitting a reference field. Each element is composed of a field name and initial position and final position into the reference 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