C# 클래스 ParserValidator.Source.ConsoleApp.Runner.ActionLog

파일 보기 프로젝트 열기: mrange/hron

공개 프로퍼티들

프로퍼티 타입 설명
ErrorCount int
LineNo int
Lines string[]
Name string

공개 메소드들

메소드 설명
ActionLog ( string name, string lines ) : System
Advance ( ) : bool
GetMatch ( ) : Match
ReportAllIsGood ( string tag ) : bool
ReportFailure ( string tag, string failure, bool skipLine ) : bool

메소드 상세

ActionLog() 공개 메소드

public ActionLog ( string name, string lines ) : System
name string
lines string
리턴 System

Advance() 공개 메소드

public Advance ( ) : bool
리턴 bool

GetMatch() 공개 메소드

public GetMatch ( ) : Match
리턴 System.Text.RegularExpressions.Match

ReportAllIsGood() 공개 메소드

public ReportAllIsGood ( string tag ) : bool
tag string
리턴 bool

ReportFailure() 공개 메소드

public ReportFailure ( string tag, string failure, bool skipLine ) : bool
tag string
failure string
skipLine bool
리턴 bool

프로퍼티 상세

ErrorCount 공개적으로 프로퍼티

public int ErrorCount
리턴 int

LineNo 공개적으로 프로퍼티

public int LineNo
리턴 int

Lines 공개적으로 프로퍼티

public string[] Lines
리턴 string[]

Name 공개적으로 프로퍼티

public string Name
리턴 string