Skip to content

076ae341 2483 075c fbd8 b251dbc9172f

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

FixedItemModel.Pieces Property

Additional header content

Gets or sets collection of smaller fields resulting from splitting a reference field.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public PiecesModel Pieces { get; set; }

VB

Public Property Pieces As PiecesModel
	Get
	Set

Property Value

Type: PiecesModel
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.

Remarks

ITEE Object Element Usage

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

See Also

Reference

FixedItemModel Class
iTin.Export.Model Namespace

Clone this wiki locally