Namespace TimeCockpit.Data.Install
Classes
BatchParameters
A class that holds various parameters for a CompiledInstallationComponent.
CompiledInstallationComponent
Represents an installation component that is based on compiled .NET code
Feature
Represents an installed feature
InstallationComponent
Represents a component that is used in the installation and update process
InstallationComponentCollection
Represents a collection of InstallationComponent objects.
InstallationGroup
Represents a list of installer components
InstallationScript
Represents an installation component that is based on a script (e.g. T-SQL, Python, etc.)
OutOfBandLogicalRelationsInstall
Class providing a method to install logical relations.
PythonInstallationScript
Represents an installation script that is based on IronPython.
SystemObjectInstall
call representing an system object install, instancing t4 templates.
Enums
FeatureStatus
Represents the installation status of a feature
InstallationComponentStatus
Represents the status about installed components
StatementExecution
Represents an enum that indicates under which condition a sql statement is executed