C# Class AddressMatch.MatchHelper

Datei anzeigen Open project: pwq1989/AddressMatch Class Usage Examples

Public Methods

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

Private Methods

Method Description
TranslateLEVEL ( LEVEL level ) : string
TranslateState ( MatchResultState state ) : string

Method Details

Assert() public static method

public static Assert ( bool flag, string message ) : void
flag bool
message string
return void

PrintResult() public static method

public static PrintResult ( MatchResult result ) : void
result MatchResult
return void

rwLockDashboard() public static method

public static rwLockDashboard ( AddrSet addrset ) : void
addrset AddrSet
return void