Click or drag to resize

ItemDef Structure

Defines characteristics of an item.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public struct ItemDef

The ItemDef type exposes the following members.

Constructors
  NameDescription
Public methodItemDef(ItemType)
Create the item type definition for a given type and no format.
Public methodItemDef(ItemType, String)
Create the item type definition for a given type and format.
Top
Fields
  NameDescription
Public fieldFormat
Output format string (the same as used in Format statement).
Public fieldType
Item type, one of: Bool, Int, Decimal, DateTime or String.
Top
See Also