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