C# Class EddiDataDefinitions.Modification

Afficher le fichier Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

FixUpModifications() public static méthode

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
Résultat void

Modification() public méthode

public Modification ( int id ) : System.Collections.Generic
id int
Résultat System.Collections.Generic

Modify() public méthode

public Modify ( decimal value ) : void
value decimal
Résultat void

Modify() public static méthode

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