FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBAuditLogProvider..::..getSummaryByactionType Method

Gets the summary by action type

Namespace:  FlowWright.cDevErrorProvider
Assembly:  cDevErrorProvider (in cDevErrorProvider.dll)

Syntax


public Dictionary<string, long> getSummaryByactionType(
	actionType action
)
Public Function getSummaryByactionType ( _
	action As actionType _
) As Dictionary(Of String, Long)
public:
Dictionary<String^, long long^>^ getSummaryByactionType(
	actionType^ action
)

Parameters

action
Type: FlowWright.cDevErrorProvider..::..actionType
The action.

Return Value

Dictionary<System.String, System.Int64>.