Oddity
Oddity.Models.Ships.ShipInfo Class Reference
Inheritance diagram for Oddity.Models.Ships.ShipInfo:
Oddity.Models.ModelBase Oddity.Models.IIdentifiable

Public Member Functions

override string ToString ()
 
- Public Member Functions inherited from Oddity.Models.ModelBase
void SetContext (OddityCore context)
 Sets the Oddity context used in lazy properties. More...
 
void CopyTo (ModelBase target)
 Makes a shallow copy of all properties into the target model (remember that it's filled, not instantiated again). More...
 

Properties

string Id [get, set]
 
string Name [get, set]
 
bool Active [get, set]
 
string Model [get, set]
 
string Type [get, set]
 
uint Imo [get, set]
 
uint Mmsi [get, set]
 
uint Abs [get, set]
 
uint Class [get, set]
 
string Status [get, set]
 
double Latitude [get, set]
 
double Longitude [get, set]
 
string Link [get, set]
 
string Image [get, set]
 
List< string > Roles [get, set]
 
string LegacyId [get, set]
 
double MassKilograms [get, set]
 
double MassPounds [get, set]
 
uint YearBuilt [get, set]
 
string HomePort [get, set]
 
double SpeedKnots [get, set]
 
double CourseDegrees [get, set]
 
DateTime LastAisUpdate [get, set]
 
List< string > LaunchesId [get, set]
 
List< Lazy< LaunchInfo > > Launches [get]
 
- Properties inherited from Oddity.Models.ModelBase
OddityCore Context [get, set]
 
- Properties inherited from Oddity.Models.IIdentifiable
string Id [get, set]
 Gets or sets the model ID. More...
 

Member Function Documentation

override string Oddity.Models.Ships.ShipInfo.ToString ( )

Property Documentation

uint Oddity.Models.Ships.ShipInfo.Abs
getset
bool Oddity.Models.Ships.ShipInfo.Active
getset
uint Oddity.Models.Ships.ShipInfo.Class
getset
double Oddity.Models.Ships.ShipInfo.CourseDegrees
getset
string Oddity.Models.Ships.ShipInfo.HomePort
getset
string Oddity.Models.Ships.ShipInfo.Id
getset
string Oddity.Models.Ships.ShipInfo.Image
getset
uint Oddity.Models.Ships.ShipInfo.Imo
getset
DateTime Oddity.Models.Ships.ShipInfo.LastAisUpdate
getset
double Oddity.Models.Ships.ShipInfo.Latitude
getset
List<Lazy<LaunchInfo> > Oddity.Models.Ships.ShipInfo.Launches
get
List<string> Oddity.Models.Ships.ShipInfo.LaunchesId
getset
string Oddity.Models.Ships.ShipInfo.LegacyId
getset
string Oddity.Models.Ships.ShipInfo.Link
getset
double Oddity.Models.Ships.ShipInfo.Longitude
getset
double Oddity.Models.Ships.ShipInfo.MassKilograms
getset
double Oddity.Models.Ships.ShipInfo.MassPounds
getset
uint Oddity.Models.Ships.ShipInfo.Mmsi
getset
string Oddity.Models.Ships.ShipInfo.Model
getset
string Oddity.Models.Ships.ShipInfo.Name
getset
List<string> Oddity.Models.Ships.ShipInfo.Roles
getset
double Oddity.Models.Ships.ShipInfo.SpeedKnots
getset
string Oddity.Models.Ships.ShipInfo.Status
getset
string Oddity.Models.Ships.ShipInfo.Type
getset
uint Oddity.Models.Ships.ShipInfo.YearBuilt
getset

The documentation for this class was generated from the following file: