C# Class EddiDataDefinitions.Superpower

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

Méthodes publiques

Свойство Type Description
Alliance Superpower
Empire Superpower
Federation Superpower
Independent Superpower
None Superpower
Pirate Superpower

Méthodes publiques

Méthode Description
From ( string from ) : Superpower
FromEDName ( string from ) : Superpower
FromName ( string from ) : Superpower

Private Methods

Méthode Description
Superpower ( string edname, string name ) : Newtonsoft.Json

Method Details

From() public static méthode

public static From ( string from ) : Superpower
from string
Résultat Superpower

FromEDName() public static méthode

public static FromEDName ( string from ) : Superpower
from string
Résultat Superpower

FromName() public static méthode

public static FromName ( string from ) : Superpower
from string
Résultat Superpower

Property Details

Alliance public_oe static_oe property

public static Superpower,EddiDataDefinitions Alliance
Résultat Superpower

Empire public_oe static_oe property

public static Superpower,EddiDataDefinitions Empire
Résultat Superpower

Federation public_oe static_oe property

public static Superpower,EddiDataDefinitions Federation
Résultat Superpower

Independent public_oe static_oe property

public static Superpower,EddiDataDefinitions Independent
Résultat Superpower

None public_oe static_oe property

public static Superpower,EddiDataDefinitions None
Résultat Superpower

Pirate public_oe static_oe property

public static Superpower,EddiDataDefinitions Pirate
Résultat Superpower