See: Description
Interface | Description |
---|---|
TableNameMapper |
This class contains the table name selector and remapping information that was declared in the LVConf or the Service Call
|
TableProvider |
Implement this interface to add a custom TableProvider to LiveView.
|
TableProviderControl |
When implementing a TableProvider, you should hold on to the TableProviderControl that is passed to you
in your initialize method.
|
TableProviderParameters |
This contains the arguments that were passed to your Table in the LVConf or the Web Service
|
Class | Description |
---|---|
TablePropertiesConfigurationWrapper |
TablePropertiesConfigurationWrapper is used as a place holder for remapped name against the original table name and a list of
TablePropertiesConfigurationWrapper.FilterdAlias . |
TableProviderControlImpl | |
TableProviderManager | |
TestTableProvider |
This is just for testing the addition and removal of Tables.
|
TestTableProvider.UnsupportedTable |
Enum | Description |
---|---|
TableProviderStatus |
Constants representing different status of a TableProvider.
|