CalculationWorks Logo
BcfHierarchicalViewManagerGetRelatedCurrencyManager Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

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: 1.1.0.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

ICurrencyManagerProviderGetRelatedCurrencyManager(String)
Exceptions

ExceptionCondition
ArgumentExceptiongiven dataMember is unknown
See Also

Reference