ParamValueType Enumeration

Definition

Namespace: XFlowsheet.Interfaces
Assembly: XFlowsheet (in XFlowsheet.dll) Version: 10.0.0.0
public enum ParamValueType

Members

Type_Byte0 
Type_Int321 
Type_Int642 
Type_String3 
Type_Single4 
Type_Double5 
Type_Boolean6 
Type_ListString7 
Type_ListInt328 
Type_ListInt649 
Type_ListSingle10 
Type_ListDouble11 
Type_DictStringString12 
Type_DictStringInt3213 
Type_DictStringInt6414 
Type_DictStringSingle15 
Type_DictStringDouble16 
Type_DictInt32String17 
Type_DictInt32Int3218 
Type_DictInt32Int6419 
Type_DictInt32Single20 
Type_DictInt32Double21 

See Also