 | ListTableManagementService Class |
Provides services relating to list table management and business object query-ability
Inheritance HierarchySystemObject
Ignition.Framework.MetadataListTableManagementService
Namespace: Ignition.Framework.MetadataAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic class ListTableManagementService
Public Class ListTableManagementService
public ref class ListTableManagementService
type ListTableManagementService = class end
The ListTableManagementService type exposes the following members.
Constructors
Methods| | Name | Description |
|---|
 | 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
|
Top
See Also