C# Class TheAirline.Models.Airlines.AirlineFees

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

Public Methods

Method Description
AirlineFees ( ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetValue ( FeeType type ) : double
SetValue ( FeeType type, double value ) : void

Private Methods

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

Method Details

AirlineFees() public method

public AirlineFees ( ) : System
return System

GetObjectData() public method

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

GetValue() public method

public GetValue ( FeeType type ) : double
type FeeType
return double

SetValue() public method

public SetValue ( FeeType type, double value ) : void
type FeeType
value double
return void