C# Class TheAirline.Models.Airports.PaxValue

Inheritance: BaseModel
ファイルを表示 Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
PaxValue System

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
PaxValue ( int fromYear, int toYear, GeneralHelpers size, double pax ) : System

Private Methods

Method Description
PaxValue ( 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

PaxValue() public method

public PaxValue ( int fromYear, int toYear, GeneralHelpers size, double pax ) : System
fromYear int
toYear int
size GeneralHelpers
pax double
return System