Oddity
Oddity.Models.Capsules.CapsuleInfo Class Reference
Inheritance diagram for Oddity.Models.Capsules.CapsuleInfo:
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 Serial [get, set]
 
CapsuleStatus Status [get, set]
 
uint ReuseCount [get, set]
 
uint WaterLandings [get, set]
 
uint LandLandings [get, set]
 
string LastUpdate [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.Capsules.CapsuleInfo.ToString ( )

Property Documentation

string Oddity.Models.Capsules.CapsuleInfo.Id
getset
uint Oddity.Models.Capsules.CapsuleInfo.LandLandings
getset
string Oddity.Models.Capsules.CapsuleInfo.LastUpdate
getset
List<Lazy<LaunchInfo> > Oddity.Models.Capsules.CapsuleInfo.Launches
get
List<string> Oddity.Models.Capsules.CapsuleInfo.LaunchesId
getset
uint Oddity.Models.Capsules.CapsuleInfo.ReuseCount
getset
string Oddity.Models.Capsules.CapsuleInfo.Serial
getset
CapsuleStatus Oddity.Models.Capsules.CapsuleInfo.Status
getset
uint Oddity.Models.Capsules.CapsuleInfo.WaterLandings
getset

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