Library | Module

Class CMpfcModelItem






Method Summary

FunctionCreateStringParamValue (Value as String) as IpfcParamValue
Creates a parameter value with the specified string value.
FunctionCreateIntParamValue (Value as Long) as IpfcParamValue
Creates a IpfcParamValue with the specified integer value.
FunctionCreateBoolParamValue (Value as Boolean) as IpfcParamValue
Creates a IpfcParamValue object with the specified Boolean value.
FunctionCreateDoubleParamValue (Value as Double) as IpfcParamValue
Creates a IpfcParamValue with the specified real value.
FunctionCreateNoteParamValue (Value as Long) as IpfcParamValue
Creates a note parameter.



Method Detail


FunctionCreateStringParamValue (Value as String) as IpfcParamValue

Creates a parameter value with the specified string value.
Parameters:
Value
The string
Returns:
The created parameter value



FunctionCreateIntParamValue (Value as Long) as IpfcParamValue

Creates a IpfcParamValue with the specified integer value.
Parameters:
Value
The integer value
Returns:
The created parameter value



FunctionCreateBoolParamValue (Value as Boolean) as IpfcParamValue

Creates a IpfcParamValue object with the specified Boolean value.
Parameters:
Value
The Boolean value
Returns:
The created parameter



FunctionCreateDoubleParamValue (Value as Double) as IpfcParamValue

Creates a IpfcParamValue with the specified real value.
Parameters:
Value
The real value
Returns:
The created parameter value



FunctionCreateNoteParamValue (Value as Long) as IpfcParamValue

Creates a note parameter.
Parameters:
Value
The note identifier
Returns:
The created note parameter