Class InstallationGroup
Represents a list of installer components
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 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 |