DropdownParameterAttribute

Namespace: Lithnet.Ecma2Framework

Defines a configuration parameter that is rendered as a drop down control in the management agent's configuration pages

public class DropdownParameterAttribute : DataParameterAttribute

Inheritance Objectarrow-up-rightAttributearrow-up-rightParameterAttributeDataParameterAttributeDropdownParameterAttribute

Properties

Extensible

Gets a boolean value that indicates if users should be able to specify their own value in addition to the displayed values

public bool Extensible { get; }

Property Value

Booleanarrow-up-right

DisplayedValues

Gets the list of values that should be displayed in the drop down list

public String[] DisplayedValues { get; }

Property Value

String[]arrow-up-right

Name

Gets the name of the parameter, as shown to the user on the MIM configuration page

Property Value

Stringarrow-up-right

TypeId

Property Value

Objectarrow-up-right

Constructors

Initializes a new instance of the DropdownParameterAttribute class

Parameters

name Stringarrow-up-right The name of the parameter, as shown to the user on the MIM configuration page

extensible Booleanarrow-up-right A boolean value that indicates if users should be able to specify their own value in addition to the displayed values

displayedValues String[]arrow-up-right The list of values that should be displayed in the drop down list

Last updated