Search Results for

    Show / Hide Table of Contents

    Class InstallationScript

    Represents an installation component that is based on a script (e.g. T-SQL, Python, etc.)

    Inheritance
    System.Object
    InstallationComponent
    InstallationScript
    PythonInstallationScript
    Inherited Members
    InstallationComponent.ComponentUuid
    InstallationComponent.InvariantFriendlyName
    InstallationComponent.Mandatory
    InstallationComponent.ProviderInvariantName
    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
    In This Article
    Back to top Copyright © 2020 software architects gmbh