C# Class ParserValidator.Source.ConsoleApp.Runner.ActionLog

Afficher le fichier Open project: mrange/hron

Méthodes publiques

Свойство Type Description
ErrorCount int
LineNo int
Lines string[]
Name string

Méthodes publiques

Méthode Description
ActionLog ( string name, string lines ) : System
Advance ( ) : bool
GetMatch ( ) : Match
ReportAllIsGood ( string tag ) : bool
ReportFailure ( string tag, string failure, bool skipLine ) : bool

Method Details

ActionLog() public méthode

public ActionLog ( string name, string lines ) : System
name string
lines string
Résultat System

Advance() public méthode

public Advance ( ) : bool
Résultat bool

GetMatch() public méthode

public GetMatch ( ) : Match
Résultat System.Text.RegularExpressions.Match

ReportAllIsGood() public méthode

public ReportAllIsGood ( string tag ) : bool
tag string
Résultat bool

ReportFailure() public méthode

public ReportFailure ( string tag, string failure, bool skipLine ) : bool
tag string
failure string
skipLine bool
Résultat bool

Property Details

ErrorCount public_oe property

public int ErrorCount
Résultat int

LineNo public_oe property

public int LineNo
Résultat int

Lines public_oe property

public string[] Lines
Résultat string[]

Name public_oe property

public string Name
Résultat string