C# 클래스 Sando.Parser.TextFileParser

상속: IParser
파일 보기 프로젝트 열기: abb-iss/Sando 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string filename ) : List
Parse ( string fileName, System.Xml.Linq.XElement sourceElements ) : List

New Parse method that takes two arguments, due to modification of IParser

비공개 메소드들

메소드 설명
GetSizeInMb ( string filename ) : float

메소드 상세

Parse() 공개 메소드

public Parse ( string filename ) : List
filename string
리턴 List

Parse() 공개 메소드

New Parse method that takes two arguments, due to modification of IParser
public Parse ( string fileName, System.Xml.Linq.XElement sourceElements ) : List
fileName string
sourceElements System.Xml.Linq.XElement
리턴 List