C# Class Taps.TAPParser

Afficher le fichier Open project: tnwinc/TAP.Net Class Usage Examples

Méthodes publiques

Свойство Type Description
Exit int

Méthodes publiques

Méthode Description
End ( ) : void
EndTotal ( ) : void
Match ( Regex re, string s ) : string[]
ParseLine ( string line ) : void
Plan ( int n ) : void
ShowSubtotals ( ) : void
ShowTotals ( List paths ) : void
UpdateExit ( int exit ) : void
UpdateTotals ( ) : void

Private Methods

Méthode Description
TAPParser ( ) : System

Method Details

End() public méthode

public End ( ) : void
Résultat void

EndTotal() static public méthode

static public EndTotal ( ) : void
Résultat void

Match() public méthode

public Match ( Regex re, string s ) : string[]
re System.Text.RegularExpressions.Regex
s string
Résultat string[]

ParseLine() public méthode

public ParseLine ( string line ) : void
line string
Résultat void

Plan() public méthode

public Plan ( int n ) : void
n int
Résultat void

ShowSubtotals() public méthode

public ShowSubtotals ( ) : void
Résultat void

ShowTotals() static public méthode

static public ShowTotals ( List paths ) : void
paths List
Résultat void

UpdateExit() public static méthode

public static UpdateExit ( int exit ) : void
exit int
Résultat void

UpdateTotals() public méthode

public UpdateTotals ( ) : void
Résultat void

Property Details

Exit static_oe public_oe property

static public int Exit
Résultat int