C# Class mobSocial.Services.VerboseReporter.VerboseReporterService

Inheritance: IVerboseReporterService
Mostrar archivo Open project: mobsoftware/mobsocial

Public Methods

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

Method Details

GetErrorsList() public method

public GetErrorsList ( ) : List>.Dictionary
return List>.Dictionary

GetSuccessList() public method

public GetSuccessList ( ) : List>.Dictionary
return List>.Dictionary

HasErrors() public method

public HasErrors ( ) : bool
return bool

HasErrors() public method

public HasErrors ( string errorContextName ) : bool
errorContextName string
return bool

ReportError() public method

public ReportError ( string error, string errorContextName, [ callerName = null ) : void
error string
errorContextName string
callerName [
return void

ReportSuccess() public method

public ReportSuccess ( string success, string successContextName ) : void
success string
successContextName string
return void

VerboseReporterService() public method

public VerboseReporterService ( ) : System.Collections.Generic
return System.Collections.Generic