Click or drag to resize

ListTableManagementService Class

Provides services relating to list table management and business object query-ability
Inheritance Hierarchy
SystemObject
  Ignition.Framework.MetadataListTableManagementService

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class ListTableManagementService

The ListTableManagementService type exposes the following members.

Constructors
 NameDescription
Public methodListTableManagementService Default constructor
Top
Methods
 NameDescription
Public methodEnsureTableIsQueryable(Type, String, String, String) Ensures that a given table is queryable under a given business object, by way of an appropriate list table entry
Public methodEnsureTableIsQueryable(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
Public methodEnsureTableIsQueryableTEntity(String, String, String) Ensures that a given table is queryable under a given business object, by way of an appropriate list table entry
Public methodEnsureTableIsQueryableTEntity(String, JoinType, String, String) Ensures that a given table is queryable under a given business object, by way of an appropriate list table entry
Top
See Also