FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBErrorProvider..::..getSummaryByErrorType Method

Gets the type of the summary by error.

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

Syntax


public Dictionary<string, long> getSummaryByErrorType(
	entryType errorType
)
Public Function getSummaryByErrorType ( _
	errorType As entryType _
) As Dictionary(Of String, Long)
public:
Dictionary<String^, long long^>^ getSummaryByErrorType(
	entryType^ errorType
)

Parameters

errorType
Type: FlowWright.cDevErrorProvider..::..entryType
Type of the error.

Return Value

Dictionary<System.String, System.Int64>.