Namespace Quantellia.WMServer.Asset.DataBinding
Classes
WMDataBindingUtils
General Data Binding utility functions
WMDataReader
Represents a data query that is to be executed on the associated IWMDataSource.
WMDataReaderDTO
Data Transfer Object proxy for a WMDataReader.
WMDataSourceFactory
Factory class for dynamically creating new instances of IWMDataSource
WMDataWriter
Represents data insert/update operations performed on the associated data source.
Interfaces
IWMDataFormatter
Classes that read a specific format and convert it to a ElementValue instance to support data binding must implement this interface.
IWMDataSource
Classes that represent actual data sources must implement this class.