Click or drag to resize
CalculationWorks Logo
BcfHierarchicalViewManagerGetRelatedCurrencyManager Method
Gets the CurrencyManager for this ICurrencyManagerProvider and the specified data member.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax
public virtual CurrencyManager GetRelatedCurrencyManager(
	string dataMember
)

Parameters

dataMember
Type: SystemString
The name of the column or list, within the data source, to obtain the CurrencyManager for.

Return Value

Type: CurrencyManager
The CurrencyManager for this ICurrencyManagerProvider and the specified data member.

Implements

ICurrencyManagerProvider.GetRelatedCurrencyManager(String)
Exceptions
ExceptionCondition
ArgumentExceptiongiven dataMember is unknown
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also