C# Class EveCache.MarketOrderParser

Mostrar archivo Open project: jason-watkins/EveCache.Net Class Usage Examples

Private Properties

Property Type Description
InitWithFile void
Parse void
ParseDbRow void

Public Methods

Method Description
MarketOrderParser ( SNode stream ) : System
MarketOrderParser ( string fileName ) : System
Parse ( ) : void

Private Methods

Method Description
InitWithFile ( string fileName ) : void
Parse ( SNode node ) : void
ParseDbRow ( SNode node ) : void

Method Details

MarketOrderParser() public method

public MarketOrderParser ( SNode stream ) : System
stream SNode
return System

MarketOrderParser() public method

public MarketOrderParser ( string fileName ) : System
fileName string
return System

Parse() public method

public Parse ( ) : void
return void