Search Results for

    Show / Hide Table of Contents

    Class InstallationGroup

    Represents a list of installer components

    Inheritance
    System.Object
    InstallationComponent
    InstallationGroup
    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 class InstallationGroup : InstallationComponent

    Constructors

    InstallationGroup()

    Declaration
    public InstallationGroup()

    Properties

    Components

    Gets the list of installer components that are part of this batch collection

    Declaration
    public InstallationComponentCollection Components { get; }
    Property Value
    Type Description
    InstallationComponentCollection
    In This Article
    Back to top Copyright © 2020 software architects gmbh