Gets a dictionary of CFunctionFee objects for the supplied functionCode.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public Dictionary<string, CFunctionFee> GetFeesForFunction(
	string functionCode
)
Visual Basic (Declaration)
Public Function GetFeesForFunction ( _
	functionCode As String _
) As Dictionary(Of String, CFunctionFee)
Visual C++
public:
Dictionary<String^, CFunctionFee^>^ GetFeesForFunction(
	String^ functionCode
)

Parameters

functionCode
Type: System..::.String
Function code of interest.

Return Value

A Dictionary<(Of <(TKey, TValue>)>) item with keys that are registrant classes and values that are the corresponding CFunctionFee object for the supplied functionCode.

See Also