ListTableManagementService Class

Provides services relating to list table management and business object query-ability

Definition

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class ListTableManagementService
Inheritance
Object    ListTableManagementService

Constructors

ListTableManagementService Default constructor

Methods

EnsureTableIsQueryable(Type, String, String, String) Ensures that a given table is queryable under a given business object, by way of an appropriate list table entry
EnsureTableIsQueryable(Type, String, JoinType, String, String) Ensures that a given table is queryable under a given business object, by way of an appropriate list table entry
EnsureTableIsQueryableTEntity(String, String, String) Ensures that a given table is queryable under a given business object, by way of an appropriate list table entry
EnsureTableIsQueryableTEntity(String, JoinType, String, String) Ensures that a given table is queryable under a given business object, by way of an appropriate list table entry

See Also