Class InstallationScript
Represents an installation component that is based on a script (e.g. T-SQL, Python, etc.)
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.Install
Assembly: TimeCockpit.Data.dll
Syntax
public abstract class InstallationScript : InstallationComponent
Constructors
InstallationScript()
Declaration
protected InstallationScript()
Properties
Script
Gets or sets the script source code.
Declaration
public string Script { get; set; }
Property Value
Type | Description |
---|---|
System.String |