Method | Description | |
---|---|---|
GetErrorsList ( ) : List |
||
GetSuccessList ( ) : List |
||
HasErrors ( ) : bool | ||
HasErrors ( string errorContextName ) : bool | ||
ReportError ( string error, string errorContextName, [ callerName = null ) : void | ||
ReportSuccess ( string success, string successContextName ) : void | ||
VerboseReporterService ( ) : System.Collections.Generic |
public HasErrors ( string errorContextName ) : bool | ||
errorContextName | string | |
return | bool |
public ReportError ( string error, string errorContextName, [ callerName = null ) : void | ||
error | string | |
errorContextName | string | |
callerName | [ | |
return | void |
public ReportSuccess ( string success, string successContextName ) : void | ||
success | string | |
successContextName | string | |
return | void |
public VerboseReporterService ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |