C# Class AddressMatch.MatchHelper

Afficher le fichier Open project: pwq1989/AddressMatch Class Usage Examples

Méthodes publiques

Méthode Description
Assert ( bool flag, string message ) : void
PrintResult ( MatchResult result ) : void
rwLockDashboard ( AddrSet addrset ) : void

Private Methods

Méthode Description
TranslateLEVEL ( LEVEL level ) : string
TranslateState ( MatchResultState state ) : string

Method Details

Assert() public static méthode

public static Assert ( bool flag, string message ) : void
flag bool
message string
Résultat void

PrintResult() public static méthode

public static PrintResult ( MatchResult result ) : void
result MatchResult
Résultat void

rwLockDashboard() public static méthode

public static rwLockDashboard ( AddrSet addrset ) : void
addrset AddrSet
Résultat void