Oddity
Oddity.Models.Rockets.RocketInfo Class Reference
Inheritance diagram for Oddity.Models.Rockets.RocketInfo:
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]
 
string Type [get, set]
 
bool Active [get, set]
 
uint Stages [get, set]
 
uint Boosters [get, set]
 
string Country [get, set]
 
string Company [get, set]
 
string Wikipedia [get, set]
 
string Description [get, set]
 
SizeInfo Height [get, set]
 
SizeInfo Diameter [get, set]
 
MassInfo Mass [get, set]
 
RocketEnginesInfo Engines [get, set]
 
uint CostPerLaunch [get, set]
 
uint SuccessRate [get, set]
 
DateTime FirstFlight [get, set]
 
RocketFirstStageInfo FirstStage [get, set]
 
SecondStageInfo SecondStage [get, set]
 
RocketLandingLegsInfo LandingLegs [get, set]
 
List< RocketPotentialPayloadWeightInfoPayloadWeights [get, set]
 
List< string > FlickrImages [get, set]
 
- 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.Rockets.RocketInfo.ToString ( )

Property Documentation

bool Oddity.Models.Rockets.RocketInfo.Active
getset
uint Oddity.Models.Rockets.RocketInfo.Boosters
getset
string Oddity.Models.Rockets.RocketInfo.Company
getset
uint Oddity.Models.Rockets.RocketInfo.CostPerLaunch
getset
string Oddity.Models.Rockets.RocketInfo.Country
getset
string Oddity.Models.Rockets.RocketInfo.Description
getset
SizeInfo Oddity.Models.Rockets.RocketInfo.Diameter
getset
RocketEnginesInfo Oddity.Models.Rockets.RocketInfo.Engines
getset
DateTime Oddity.Models.Rockets.RocketInfo.FirstFlight
getset
RocketFirstStageInfo Oddity.Models.Rockets.RocketInfo.FirstStage
getset
List<string> Oddity.Models.Rockets.RocketInfo.FlickrImages
getset
SizeInfo Oddity.Models.Rockets.RocketInfo.Height
getset
string Oddity.Models.Rockets.RocketInfo.Id
getset
RocketLandingLegsInfo Oddity.Models.Rockets.RocketInfo.LandingLegs
getset
MassInfo Oddity.Models.Rockets.RocketInfo.Mass
getset
string Oddity.Models.Rockets.RocketInfo.Name
getset
List<RocketPotentialPayloadWeightInfo> Oddity.Models.Rockets.RocketInfo.PayloadWeights
getset
SecondStageInfo Oddity.Models.Rockets.RocketInfo.SecondStage
getset
uint Oddity.Models.Rockets.RocketInfo.Stages
getset
uint Oddity.Models.Rockets.RocketInfo.SuccessRate
getset
string Oddity.Models.Rockets.RocketInfo.Type
getset
string Oddity.Models.Rockets.RocketInfo.Wikipedia
getset

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