Class OutOfBandLogicalRelationsInstall
Class providing a method to install logical relations.
Inheritance
System.Object
OutOfBandLogicalRelationsInstall
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 OutOfBandLogicalRelationsInstall
Remarks
This class will probably go away in the future.
Constructors
OutOfBandLogicalRelationsInstall()
Declaration
public OutOfBandLogicalRelationsInstall()
Methods
Install(DbClient)
Installs the logical relations into the database pointed to by the db client.
Declaration
[Obsolete("The installation of logical relations is now implicitly done via a non-mandatory system batch.", true)]
public static void Install(DbClient client)
Parameters
Type | Name | Description |
---|---|---|
DbClient | client | The database client. |