Table of Contents

Class AutomationScriptConfiguration

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Represents a script configuration.

public class AutomationScriptConfiguration
Inheritance
AutomationScriptConfiguration
Extension Methods

Constructors

AutomationScriptConfiguration(string, string)

Initializes a new instance of the AutomationScriptConfiguration class. The executable(s) need to be added.

Properties

Author

Gets or sets the author of the script.

CheckSets

Gets or sets whether the sets should be checked.

Description

Gets or sets the description.

Folder

Gets or sets the folder.

Name

Gets or sets the script name.

Methods

AddCSharpCode(AutomationScriptCSharpConfiguration)

Add CSharp code to the script.

AddDummy(AutomationScriptDummyConfiguration)

Add a dummy to the script.

AddParameter(AutomationScriptParamConfiguration)

Add a parameter to the script.