Property | Type | Description |
---|
Method | Description | |
---|---|---|
EDStation ( ) : System |
creates a new station
|
|
EDStation ( |
creates a new station with values from the CsvRow object
|
|
EDStation ( |
creates a new station with values from the CsvRow object
|
|
EDStation ( int newId, int sourceSystemID, |
creates a new station as a copy of another station only Id and StationID must declared extra
|
|
EqualsED ( |
true, if all data *except the two IDs* is equal (case insensitive)
|
|
addListing ( |
adds a record to the pricelistings of this station
|
|
addListing ( |
adds a record to the pricelistings of this station
|
|
clear ( ) : void | ||
getValues ( |
copy the values from another station exept for the ID
|
public EDStation ( |
||
Csv_Row | ||
return | System |
public EDStation ( |
||
listingString | ||
return | System |
public EDStation ( int newId, int sourceSystemID, |
||
newId | int | |
sourceSystemID | int | |
sourceStation | ||
return | System |
public EqualsED ( |
||
eqStation | ||
return | bool |
public addListing ( |
||
Csv_Row | ||
foundCommodityCache | Int32>.Dictionary | |
return | void |
public addListing ( |
||
listingRow | ||
return | void |
public getValues ( |
||
ValueStation | ||
getAll | bool | |
return | void |