element <dataProviderMapping>
Namespace: |
http://schema.caplin.com/CaplinTrader/gridDefinitions |
XML Representation Summary |
<dataProviderMapping
|
|
|
/> |
Parent elements (1):
-
Description
For each data provider (see <dataProviderMappings>), this maps the concrete name of the data provider class
to a logical name. Only the logical names of data providers are serialized, not the concrete class names.
This allows the class implementing a data provider to be swapped for a different one, without affecting
the ability to restore previously saved grids using that particular data provider.
className
-
Type: |
xs:string, predefined
|
Use: |
required |
The class that will be constructed each time the corresponding logical name is referred to.
id
-
Type: |
xs:string, predefined
|
Use: |
required |
The logical name for the data provider.
This is the name that is used for the data provider tag embedded in <gridRowModel> tags.