Skip to main content
Version: 3.5

ICurrencyManagerProvider

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides custom binding management for components.

public interface ICurrencyManagerProvider

Properties

Instance memberCurrencyManager

CurrencyManager: Returns the CurrencyManager associated with this ICurrencyManagerProvider.

Methods

Instance memberGetRelatedCurrencyManager(dataMember)

Return the CurrencyManager for this ICurrencyManagerProvider and the specified data member.

ParameterTypeDescription
dataMemberStringThe 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

NameDescription
BindingSourceEncapsulates the data source for a data-bound component.