IAdmParameterCheckList
The IAdmParameterCheckList interface provides information about a parameter that represents a list of items. Each item in the list has the selected or cleared state.
Inheritance: IAdmParameter
Methods
-
Method
-
Description
-
CreateItem()
-
Creates an instance of a parameter item.
Properties
-
Property
-
Description
-
Items
-
Gets or sets an array of parameter items.
-
Separator
-
Gets or sets a separator used to concatenate values in the string representation of the parameter value.
-
MinimumSelectedItems
-
Gets or sets the minimum number of parameter items that must have the selected state.
Details
CreateItem()
Creates an instance of a parameter item.
IAdmParameterCheck CreateItem()
Items
Gets or sets an array of parameter items.
- Type:
- IAdmParameterCheck[]
- Access:
- Read/Write
Remarks
To create a new item, use the CreateItem
method.
Separator
Gets or sets a separator used to concatenate values in the string representation of the parameter value.
- Type:
- string
- Access:
- Read/Write
MinimumSelectedItems
Gets or sets the minimum number of parameter items that must have the selected state. Set the property to 0 to disable the restriction for the parameter.
- Type:
- int
- Access:
- Read/Write
Requirements
Minimum required version: 2018.1