ICurrencyManagerProvider
Wisej.Web.ICurrencyManagerProvider
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides custom binding management for components.
Properties
CurrencyManager
CurrencyManager: Returns the CurrencyManager associated with this ICurrencyManagerProvider.
Methods
GetRelatedCurrencyManager(dataMember)
Return the CurrencyManager for this ICurrencyManagerProvider and the specified data member.
Parameter
Type
Description
dataMember
The name of the column or list, within the data source, to obtain the CurrencyManager for.
Returns: CurrencyManager. The related CurrencyManager obtained from this ICurrencyManagerProvider and the specified data member.
Implemented By
Name
Description
Encapsulates the data source for a data-bound component.
Last updated