C# Class EddiDataDefinitions.StarSystem

Details for a star system
Mostra file Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Public Properties

Property Type Description
comment string
distancefromhome decimal?
lastupdated System.DateTime
lastvisit DateTime?
visits int

Private Properties

Property Type Description

Public Methods

Method Description
StarSystem ( ) : Newtonsoft.Json

Method Details

StarSystem() public method

public StarSystem ( ) : Newtonsoft.Json
return Newtonsoft.Json

Property Details

comment public_oe property

comment on this starsystem
public string comment
return string

distancefromhome public_oe property

distance from home
public decimal? distancefromhome
return decimal?

lastupdated public_oe property

public DateTime,System lastupdated
return System.DateTime

lastvisit public_oe property

Time of last visit
public DateTime? lastvisit
return DateTime?

visits public_oe property

Number of visits
public int visits
return int