C# Class EddiDataDefinitions.Modification

Show file Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Public Methods

Method Description
FixUpModifications ( Module module, Modification>.Dictionary modifications ) : void

There are a number of wrinkles with modifications that we need to fix up when all of the modification information has been gathered. See in-code comments for each case

Modification ( int id ) : System.Collections.Generic
Modify ( decimal value ) : void
Modify ( string name, decimal value, Modification>.Dictionary &modifications ) : void

Private Methods

Method Description
modify ( int id, decimal value, Modification>.Dictionary modifications ) : void

Method Details

FixUpModifications() public static method

There are a number of wrinkles with modifications that we need to fix up when all of the modification information has been gathered. See in-code comments for each case
public static FixUpModifications ( Module module, Modification>.Dictionary modifications ) : void
module Module
modifications Modification>.Dictionary
return void

Modification() public method

public Modification ( int id ) : System.Collections.Generic
id int
return System.Collections.Generic

Modify() public method

public Modify ( decimal value ) : void
value decimal
return void

Modify() public static method

public static Modify ( string name, decimal value, Modification>.Dictionary &modifications ) : void
name string
value decimal
modifications Modification>.Dictionary
return void