C# 클래스 XRefresh.MatchReason

파일 보기 프로젝트 열기: binaryage/xrefresh 1 사용 예제들

공개 메소드들

메소드 설명
MatchReason ( ) : System
MatchReason ( string text, Status status ) : System
Reset ( ) : void
Set ( string text, Status status ) : void

비공개 메소드들

메소드 설명
Clone ( ) : MatchReason

메소드 상세

MatchReason() 공개 메소드

public MatchReason ( ) : System
리턴 System

MatchReason() 공개 메소드

public MatchReason ( string text, Status status ) : System
text string
status Status
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Set() 공개 메소드

public Set ( string text, Status status ) : void
text string
status Status
리턴 void