C# Class Xnlab.SQLMon.Diff.DiffState

Afficher le fichier Open project: unruledboy/SQLMonitor Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
SetToUnkown ( ) : void

Method Details

DiffState() public méthode

public DiffState ( ) : System
Résultat System

HasValidLength() public méthode

public HasValidLength ( int newStart, int newEnd, int maxPossibleDestLength ) : bool
newStart int
newEnd int
maxPossibleDestLength int
Résultat bool

SetMatch() public méthode

public SetMatch ( int start, int length ) : void
start int
length int
Résultat void

SetNoMatch() public méthode

public SetNoMatch ( ) : void
Résultat void

SetToUnkown() protected méthode

protected SetToUnkown ( ) : void
Résultat void