Click or drag to resize

ModuleDriverCommandDataItem Class

Describes how data item should be generated, with default value or from arguments
Inheritance Hierarchy
SystemObject
  NexpaqModuleDriverCommandDataItem

Namespace:  Nexpaq
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public class ModuleDriverCommandDataItem

The ModuleDriverCommandDataItem type exposes the following members.

Fields
  NameDescription
Public fieldConvert
Do we need to convert this value with format?
Public fieldDefaultValue
The default value for this item.
Public fieldFormat
The convert ecuacion for this item (can include arguments).
Top
See Also