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

Show file Open project: mrange/hron

Public Properties

Property Type Description
ErrorCount int
LineNo int
Lines string[]
Name string

Public Methods

Method 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 method

public ActionLog ( string name, string lines ) : System
name string
lines string
return System

Advance() public method

public Advance ( ) : bool
return bool

GetMatch() public method

public GetMatch ( ) : Match
return System.Text.RegularExpressions.Match

ReportAllIsGood() public method

public ReportAllIsGood ( string tag ) : bool
tag string
return bool

ReportFailure() public method

public ReportFailure ( string tag, string failure, bool skipLine ) : bool
tag string
failure string
skipLine bool
return bool

Property Details

ErrorCount public property

public int ErrorCount
return int

LineNo public property

public int LineNo
return int

Lines public property

public string[] Lines
return string[]

Name public property

public string Name
return string