Parameter |
Parameters folder - this node is a folder that contains parameters definitions that are used as input parameters or output parameters for the Method defined in the parent node.
Parameter properties:
Data Type - the type of the data.
Is Empty - indicates if the data type is empty.
Name – the name of the Data Type.
Namespace – a namespace that qualifies the name of the DataType.
Description - the localised description of the Parameter.
Key – a key, which is used for the localisation of the description.
Value – the value of the Description.
Identifier – a numeric identifier of the Parameter.
Name – the name of the Parameter.
Value Rank - this Attribute indicates whether the Value Attribute of the Parameter is an array and how many dimensions the array has. It may have the following values: n>1 - the Value is an array with the specified number of dimensions; OneDimension (1)- the value is an array with one dimension; OneOrMoreDimensions (0) - the value is an array with one or more dimensions. Scalar (-1)- the value is not an array; Any (-2)- the value can be a scalar or an array with any number of dimensions; ScalarOrOneDimension (-3)- the value can be a scalar or a one dimensional array.