C# 클래스 DDay.iCal.Validator.Validation

상속: IValidator
파일 보기 프로젝트 열기: ddaysoftware/icalvalid

공개 메소드들

메소드 설명
Validate ( ) : IValidationResultCollection
Validation ( IResourceManager mgr ) : System
Validation ( IResourceManager mgr, ILogger logger ) : System

보호된 메소드들

메소드 설명
Error ( ValidationResultCollection results, string errorName ) : void
Error ( ValidationResultCollection results, string errorName, int line, int col ) : void
Fatal ( ValidationResultCollection results, string errorName ) : void
Fatal ( ValidationResultCollection results, string errorName, int line, int col ) : void
Warning ( ValidationResultCollection results, string errorName ) : void
Warning ( ValidationResultCollection results, string errorName, int line, int col ) : void

비공개 메소드들

메소드 설명
ErrorInternal ( ValidationResultCollection results, string errorName, ValidationResultInfoType type, int line, int col ) : void

메소드 상세

Error() 보호된 메소드

protected Error ( ValidationResultCollection results, string errorName ) : void
results ValidationResultCollection
errorName string
리턴 void

Error() 보호된 메소드

protected Error ( ValidationResultCollection results, string errorName, int line, int col ) : void
results ValidationResultCollection
errorName string
line int
col int
리턴 void

Fatal() 보호된 메소드

protected Fatal ( ValidationResultCollection results, string errorName ) : void
results ValidationResultCollection
errorName string
리턴 void

Fatal() 보호된 메소드

protected Fatal ( ValidationResultCollection results, string errorName, int line, int col ) : void
results ValidationResultCollection
errorName string
line int
col int
리턴 void

Validate() 공개 추상적인 메소드

public abstract Validate ( ) : IValidationResultCollection
리턴 IValidationResultCollection

Validation() 공개 메소드

public Validation ( IResourceManager mgr ) : System
mgr IResourceManager
리턴 System

Validation() 공개 메소드

public Validation ( IResourceManager mgr, ILogger logger ) : System
mgr IResourceManager
logger ILogger
리턴 System

Warning() 보호된 메소드

protected Warning ( ValidationResultCollection results, string errorName ) : void
results ValidationResultCollection
errorName string
리턴 void

Warning() 보호된 메소드

protected Warning ( ValidationResultCollection results, string errorName, int line, int col ) : void
results ValidationResultCollection
errorName string
line int
col int
리턴 void