C# Class Mono.Moma.TextFileLoader

Inheritance: Loader
Datei anzeigen Open project: mono/momareports Class Usage Examples

Public Methods

Method Description
GetIssues ( ) : IEnumerable
TextFileLoader ( string filename ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
LoadMetadata ( ) : void

Private Methods

Method Description
GetValue ( string line ) : string

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetIssues() public method

public GetIssues ( ) : IEnumerable
return IEnumerable

LoadMetadata() protected method

protected LoadMetadata ( ) : void
return void

TextFileLoader() public method

public TextFileLoader ( string filename ) : System
filename string
return System