Class InstalledBatchInformation
Represents information about an installed component
Inheritance
System.Object
InstalledBatchInformation
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.Database
Assembly: TimeCockpit.Data.dll
Syntax
public class InstalledBatchInformation
Remarks
Corresponds to a single row in SYS_InstalledBatches
Constructors
InstalledBatchInformation()
Declaration
public InstalledBatchInformation()
Properties
ComponentUuid
Gets or sets the guid that can be used to uniquely identify the installer component
Declaration
public Guid ComponentUuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FeatureGuid
Gets or sets the guid of the feature to which this component belongs
Declaration
public Guid? FeatureGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Remarks
Can be null if component is not associated with a feature
Mandatory
Gets or sets a value indicating whether whether the application can run without this component installed.
Declaration
public bool Mandatory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |