Click or drag to resize

ItemDef Constructor (ItemType, String)

Create the item type definition for a given type and format.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public ItemDef(
	ItemType type,
	string format
)

Parameters

type
Type: Mavidian.DataConveyer.Entities.KeyValItemType
Type of the item to construct
format
Type: SystemString
Format of the item to construct
See Also