C# Class TheAirline.Models.Airports.PaxValue

Inheritance: BaseModel
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Свойство Type Description
PaxValue System

Méthodes publiques

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

Private Methods

Méthode Description
PaxValue ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

PaxValue() public méthode

public PaxValue ( int fromYear, int toYear, GeneralHelpers size, double pax ) : System
fromYear int
toYear int
size GeneralHelpers
pax double
Résultat System