C# Class EddiDataDefinitions.ShipDefinitions

Show file Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Public Properties

Property Type Description
ShipModels List

Public Methods

Method Description
FromEDModel ( string model ) : Ship

Obtain details of a ship given its Elite:Dangerous model

FromEliteID ( long id ) : Ship

Obtain details of a ship given its Elite ID

FromModel ( string model ) : Ship

Obtain details of a ship given its model

Method Details

FromEDModel() public static method

Obtain details of a ship given its Elite:Dangerous model
public static FromEDModel ( string model ) : Ship
model string
return Ship

FromEliteID() public static method

Obtain details of a ship given its Elite ID
public static FromEliteID ( long id ) : Ship
id long
return Ship

FromModel() public static method

Obtain details of a ship given its model
public static FromModel ( string model ) : Ship
model string
return Ship

Property Details

ShipModels public static property

public static List ShipModels
return List