Click or drag to resize

IItem Interface

Interface defining an item: a strongly typed key value pair

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

The IItem type exposes the following members.

Properties
  NameDescription
Public propertyItemDef
Type of the value stored in the item.
Public propertyKey
The key, the same as the field name.
Public propertyStringValue
String representation of the value.
Public propertyValue
The value (strongly typed).
Top
See Also