C# Class Xnlab.SQLMon.Diff.DiffState

Mostra file Open project: unruledboy/SQLMonitor Class Usage Examples

Public Methods

Method Description
DiffState ( ) : System
HasValidLength ( int newStart, int newEnd, int maxPossibleDestLength ) : bool
SetMatch ( int start, int length ) : void
SetNoMatch ( ) : void

Protected Methods

Method Description
SetToUnkown ( ) : void

Method Details

DiffState() public method

public DiffState ( ) : System
return System

HasValidLength() public method

public HasValidLength ( int newStart, int newEnd, int maxPossibleDestLength ) : bool
newStart int
newEnd int
maxPossibleDestLength int
return bool

SetMatch() public method

public SetMatch ( int start, int length ) : void
start int
length int
return void

SetNoMatch() public method

public SetNoMatch ( ) : void
return void

SetToUnkown() protected method

protected SetToUnkown ( ) : void
return void