Initializes a new instance of the object
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Parameter(
string id,
string name,
string picklistKey,
ParameterAttrs paramAttrs,
string dataTypeName,
DataTypeAttrs dataTypeAttrs,
string categoryName,
string moduleKey,
string paramTypeName,
ModuleAttrs moduleAttrs
)
Public Sub New (
id As String,
name As String,
picklistKey As String,
paramAttrs As ParameterAttrs,
dataTypeName As String,
dataTypeAttrs As DataTypeAttrs,
categoryName As String,
moduleKey As String,
paramTypeName As String,
moduleAttrs As ModuleAttrs
)
Parameters
- id
- Type: SystemString
The parameter ID - name
- Type: SystemString
The parameter name - picklistKey
- Type: SystemString
The PickList key name - paramAttrs
- Type: NetQuarryParameterAttrs
The parameter attributes. - dataTypeName
- Type: SystemString
The name of the data type. - dataTypeAttrs
- Type: NetQuarry.MetadataDataTypeAttrs
The datatype attributes. - categoryName
- Type: SystemString
The item's category. - moduleKey
- Type: SystemString
The item's module. - paramTypeName
- Type: SystemString
The parameter type. - moduleAttrs
- Type: NetQuarry.MetadataModuleAttrs
The module attributes.
See Also