Oddity
Oddity.Models.Landpads.LandpadInfo Class Reference
Inheritance diagram for Oddity.Models.Landpads.LandpadInfo:
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]
 
string Locality [get, set]
 
string Region [get, set]
 
double Latitude [get, set]
 
double Longitude [get, set]
 
string Wikipedia [get, set]
 
string Details [get, set]
 
LandpadStatus Status [get, set]
 
string FullName [get, set]
 
uint LandingAttempts [get, set]
 
uint LandingSuccesses [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.Landpads.LandpadInfo.ToString ( )

Property Documentation

string Oddity.Models.Landpads.LandpadInfo.Details
getset
string Oddity.Models.Landpads.LandpadInfo.FullName
getset
string Oddity.Models.Landpads.LandpadInfo.Id
getset
uint Oddity.Models.Landpads.LandpadInfo.LandingAttempts
getset
uint Oddity.Models.Landpads.LandpadInfo.LandingSuccesses
getset
double Oddity.Models.Landpads.LandpadInfo.Latitude
getset
List<Lazy<LaunchInfo> > Oddity.Models.Landpads.LandpadInfo.Launches
get
List<string> Oddity.Models.Landpads.LandpadInfo.LaunchesId
getset
string Oddity.Models.Landpads.LandpadInfo.Locality
getset
double Oddity.Models.Landpads.LandpadInfo.Longitude
getset
string Oddity.Models.Landpads.LandpadInfo.Name
getset
string Oddity.Models.Landpads.LandpadInfo.Region
getset
LandpadStatus Oddity.Models.Landpads.LandpadInfo.Status
getset
string Oddity.Models.Landpads.LandpadInfo.Type
getset
string Oddity.Models.Landpads.LandpadInfo.Wikipedia
getset

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