Gets a dictionary of CFunctionFee dictionaries, one per function for the specified event.
Namespace:
Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public static Dictionary<string, Dictionary<string, CFunctionFee>> GetAllFunctionFees( IiMISUser user, CEvent parent ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetAllFunctionFees ( _ user As IiMISUser, _ parent As CEvent _ ) As Dictionary(Of String, Dictionary(Of String, CFunctionFee)) |
| Visual C++ |
|---|
public: static Dictionary<String^, Dictionary<String^, CFunctionFee^>^>^ GetAllFunctionFees( IiMISUser^ user, CEvent^ parent ) |
Parameters
- user
- Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
- parent
- Type: Asi.iBO.Events..::.CEvent
Parent CEvent for the fees to be returned.