Click or drag to resize

GlobalListTableAlias Class

Represents a global list table alias registered with Ignition during bootstrapping
Inheritance Hierarchy
SystemObject
  Ignition.ConfigurationGlobalListTableAlias

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class GlobalListTableAlias

The GlobalListTableAlias type exposes the following members.

Properties
 NameDescription
Public propertyAlias The alias defined on the table, TableName in BusinessObject's List Table
Public propertyBusinessObject The business object whose List Table definition includes an aliased table
Public propertyTableName The name of the table which was aliased in BusinessObject's List Table
Top
See Also