Click or drag to resize

Parameter Constructor

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
)

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