RuntimeFactory Class

Factory class which contains methods to return Admin objects
Inheritance Hierarchy

SystemObject
  Unisys.AgileBusiness.RuntimeAPIRuntimeFactory

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public static class RuntimeFactory

The RuntimeFactory type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetConfigDB
Returns the IConfigureDatabase object
Public methodStatic memberGetConfigureSystem
Returns the IConfigureSystem object
Public methodStatic memberGetDeployer
Returns the IDeployPackage object
Public methodStatic memberGetReportPrinter
Returns IPrintReport object
Public methodStatic memberGetRuntime
Returns the IConfigureRuntime object
Public methodStatic memberGetSystem
Returns the IAdministerSystem object
Top
See Also