Oddity
Oddity.Models.Cores.CoreInfo Class Reference
Inheritance diagram for Oddity.Models.Cores.CoreInfo:
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]
 
uint Block [get, set]
 
CoreStatus Status [get, set]
 
uint ReuseCount [get, set]
 
uint RtlsAttempts [get, set]
 
uint RtlsLandings [get, set]
 
uint AsdsAttempts [get, set]
 
uint AsdsLandings [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.Cores.CoreInfo.ToString ( )

Property Documentation

uint Oddity.Models.Cores.CoreInfo.AsdsAttempts
getset
uint Oddity.Models.Cores.CoreInfo.AsdsLandings
getset
uint Oddity.Models.Cores.CoreInfo.Block
getset
string Oddity.Models.Cores.CoreInfo.Id
getset
string Oddity.Models.Cores.CoreInfo.LastUpdate
getset
List<Lazy<LaunchInfo> > Oddity.Models.Cores.CoreInfo.Launches
get
List<string> Oddity.Models.Cores.CoreInfo.LaunchesId
getset
uint Oddity.Models.Cores.CoreInfo.ReuseCount
getset
uint Oddity.Models.Cores.CoreInfo.RtlsAttempts
getset
uint Oddity.Models.Cores.CoreInfo.RtlsLandings
getset
string Oddity.Models.Cores.CoreInfo.Serial
getset
CoreStatus Oddity.Models.Cores.CoreInfo.Status
getset

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