C# Class TheAirline.Models.Airports.Runway

Inheritance: BaseModel
Show file Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
Runway System

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Runway ( string name, long length, RunwayType type, SurfaceType surface, System.DateTime builtDate, System.Boolean standard ) : System

Private Methods

Method Description
Runway ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

Runway() public method

public Runway ( string name, long length, RunwayType type, SurfaceType surface, System.DateTime builtDate, System.Boolean standard ) : System
name string
length long
type RunwayType
surface SurfaceType
builtDate System.DateTime
standard System.Boolean
return System