C# Класс mobSocial.Services.VerboseReporter.VerboseReporterService

Наследование: IVerboseReporterService
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetErrorsList() публичный Метод

public GetErrorsList ( ) : List>.Dictionary
Результат List>.Dictionary

GetSuccessList() публичный Метод

public GetSuccessList ( ) : List>.Dictionary
Результат List>.Dictionary

HasErrors() публичный Метод

public HasErrors ( ) : bool
Результат bool

HasErrors() публичный Метод

public HasErrors ( string errorContextName ) : bool
errorContextName string
Результат bool

ReportError() публичный Метод

public ReportError ( string error, string errorContextName, [ callerName = null ) : void
error string
errorContextName string
callerName [
Результат void

ReportSuccess() публичный Метод

public ReportSuccess ( string success, string successContextName ) : void
success string
successContextName string
Результат void

VerboseReporterService() публичный Метод

public VerboseReporterService ( ) : System.Collections.Generic
Результат System.Collections.Generic