C# 클래스 mobSocial.Services.VerboseReporter.VerboseReporterService

상속: IVerboseReporterService
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
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