C# Class mobSocial.Services.VerboseReporter.VerboseReporterService

Inheritance: IVerboseReporterService
Afficher le fichier Open project: mobsoftware/mobsocial

Méthodes publiques

Méthode 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 méthode

public GetErrorsList ( ) : List>.Dictionary
Résultat List>.Dictionary

GetSuccessList() public méthode

public GetSuccessList ( ) : List>.Dictionary
Résultat List>.Dictionary

HasErrors() public méthode

public HasErrors ( ) : bool
Résultat bool

HasErrors() public méthode

public HasErrors ( string errorContextName ) : bool
errorContextName string
Résultat bool

ReportError() public méthode

public ReportError ( string error, string errorContextName, [ callerName = null ) : void
error string
errorContextName string
callerName [
Résultat void

ReportSuccess() public méthode

public ReportSuccess ( string success, string successContextName ) : void
success string
successContextName string
Résultat void

VerboseReporterService() public méthode

public VerboseReporterService ( ) : System.Collections.Generic
Résultat System.Collections.Generic