Class AutomationTimeUpDownOptions
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLNetTypes.dll
This class allows you to create an up-down control to select a time in an interactive Automation script.
public class AutomationTimeUpDownOptions : AutomationConfigOptions- Inheritance
- 
      
      
      AutomationTimeUpDownOptions
- Inherited Members
- Extension Methods
Examples
UIBlockDefinition blockTimeUpDownDefault = new UIBlockDefinition();
blockTimeUpDownDefault.Type = UIBlockType.Time;
AutomationTimeUpDownOptions configOptionsTimeUpDownDefault = new AutomationTimeUpDownOptions();
blockTimeUpDownDefault.ConfigOptions = configOptionsTimeUpDownDefault; 
  Remarks
note
If the name of a variable starts with the following prefix, IntelliSense in DataMiner Cube will list the object properties: timeUpDownConfig*
Constructors
- AutomationTimeUpDownOptions()
- Initializes a new instance of the AutomationTimeUpDownOptions class. 
Properties
- AllowSpin
- Gets or sets a value indicating whether to enable the spinner button. 
- ClipValueToMinMax
- Gets or sets a value indicating whether to enable the ClipValueToMinMax option. 
- DEFAULT_ALLOW_SPINNER
- Gets the default value for the AllowSpin property. 
- DEFAULT_CLIPVALUE_TOMINMAX
- Gets the default value for the ClipValueToMinMax property. 
- DEFAULT_FRACTIONAL_SECONDS_DIGITSCOUNT
- Gets the default value for the FractionalSecondsDigitsCount property. 
- DEFAULT_MAXIMUM
- Gets the default value for the Maximum property. 
- DEFAULT_MINIMUM
- Gets the default value for the Minimum property. 
- DEFAULT_SHOW_BUTTONSPINNER
- Gets the default value for the ShowButtonSpinner property. 
- DEFAULT_SHOW_SECONDS
- Gets the default value for the ShowSeconds property. 
- DEFAULT_SHOW_TIMEUNITS
- Gets the default value for the ShowTimeUnits property. 
- DEFAULT_VALUE_ON_ENTERKEY
- Gets the default value for the UpdateValueOnEnterKey property. 
- FractionalSecondsDigitsCount
- Gets or sets the number of digits to be used in order to represent the fractions of seconds. 
- Maximum
- Gets or sets the maximum time span. 
- Minimum
- Gets or sets the minimum time span. 
- ShowButtonSpinner
- Gets or sets a value indicating whether to show the spinner button. 
- ShowSeconds
- Gets or sets a value indicating whether to enable showing seconds in the control. 
- ShowTimeUnits
- Gets or sets a value indicating whether to display time labels in web component control. From DataMiner 10.3.0 [CU1]/10.3.4 onwards, the - ShowTimeUnitsproperty displays labels indicating the days, hours, minutes, and seconds. The- ShowTimeUnitsproperty is only supported in the DataMiner web apps and not in DataMiner Cube.
- UpdateValueOnEnterKey
- Gets or sets a value indicating whether to enable the option to trigger an update with the control when the Enter key is pressed. 
Methods
- CreateInstanceFromDataString(string)
- Creates an instance from the specified data string. 
- GetOptionsAsString(bool)
- Gets the options as a string. 
- SetDefaultOptions()
- Sets the default options. 
- SetNewValueOnPropertySucceeded(string, string)
- Sets the specified property to the specified value. 
- ToString()
- Returns a string that represents the current object.