ParameterDef ​
Kind: Class
Namespace: CrowdControl.Common
Inheritance: ParameterBase → IEnumerable → IEnumerable\<Parameter\> → IReadOnlyCollection\<Parameter\> → IReadOnlyList\<Parameter\>
Public Constructors
ParameterDef(string name, string id, ParameterType type)
Creates a new instance of the CrowdControl.Common.ParameterDef class.
ParameterDef(string name, string id, IEnumerable items)
Creates a new instance of the CrowdControl.Common.ParameterDef class.
Public Member Functions
IEnumerator
GetEnumerator()
Public Attributes
List
Items
The set of parameters.
Properties
int
Count
[get, ]
Parameter
Item
[get, ]
