C# Class Sando.Parser.TextFileParser

Inheritance: IParser
ファイルを表示 Open project: abb-iss/Sando Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetSizeInMb ( string filename ) : float

Method Details

Parse() public method

public Parse ( string filename ) : List
filename string
return List

Parse() public method

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
return List