Table of Contents

Class AutomationConfigOptions

Namespace
Skyline.DataMiner.Automation
Assembly
SLNetTypes.dll

Abstract class from which the other Automation options classes are derived.

public abstract class AutomationConfigOptions
Inheritance
AutomationConfigOptions
Derived
Extension Methods

Remarks

The structure of these classes is as follows, with the subclasses inheriting all properties of the classes above them:

Properties

ClassSplitter

Gets the class splitter character.

GlobalDateTimeFormat

Gets the global date time format.

GlobalTimeSpanFormat

Gets the global time span format.

OptionSplitter

Gets the options splitter character.

PropertySplitter

Gets the property splitter character.

Methods

CreateInstanceFromDataString(string)

Creates an instance from the specified data string.

GetDataFromDateTime(DateTime?)

Returns a string representation of the specified value.

GetDateTimeFromData(string, DateTime?)

Converts the specified value to a DateTime? or returns defaultValue if the conversion failed.

GetOptionsAsString(AutomationConfigOptions)

Gets the specified options as a 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.