TestimoX

API Reference

Class

DecimalTextBoxPresentationElement

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Numeric textbox control with optional min/max/default limits from ADML presentation. Note: range constraints may also be defined on the ADMX decimal element; this control captures UI hints.

Inheritance

Constructors

public DecimalTextBoxPresentationElement(String refId, Nullable<UInt32> minValue, Nullable<UInt32> maxValue, String defaultValue, String label) #

Initializes a new instance of the DecimalTextBoxPresentationElement class.

Parameters

refId System.String requiredposition: 0
Optional reference identifier.
minValue System.Nullable{System.UInt32} requiredposition: 1
Optional minimum value.
maxValue System.Nullable{System.UInt32} requiredposition: 2
Optional maximum value.
defaultValue System.String requiredposition: 3
Optional default value represented as text.
label System.String requiredposition: 4
Optional display label.

Properties

public Nullable<UInt32> MinValue { get; } #

Gets the minimum allowed value (if provided).

public Nullable<UInt32> MaxValue { get; } #

Gets the maximum allowed value (if provided).

public String DefaultValue { get; } #

Gets the default value as text (may be null).

public String Label { get; } #

Gets the display label.