C# 클래스 Xnlab.SQLMon.Diff.DiffState

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

공개 메소드들

메소드 설명
DiffState ( ) : System
HasValidLength ( int newStart, int newEnd, int maxPossibleDestLength ) : bool
SetMatch ( int start, int length ) : void
SetNoMatch ( ) : void

보호된 메소드들

메소드 설명
SetToUnkown ( ) : void

메소드 상세

DiffState() 공개 메소드

public DiffState ( ) : System
리턴 System

HasValidLength() 공개 메소드

public HasValidLength ( int newStart, int newEnd, int maxPossibleDestLength ) : bool
newStart int
newEnd int
maxPossibleDestLength int
리턴 bool

SetMatch() 공개 메소드

public SetMatch ( int start, int length ) : void
start int
length int
리턴 void

SetNoMatch() 공개 메소드

public SetNoMatch ( ) : void
리턴 void

SetToUnkown() 보호된 메소드

protected SetToUnkown ( ) : void
리턴 void