Click or drag to resize

ItemDef Constructor (ItemType)

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

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

Parameters

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