C# Class TheAirline.Models.Airlines.FeeType

Inheritance: BaseModel
Mostrar archivo Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
FeeType System

Public Methods

Method Description
FeeType ( EFeeType type, string name, double defaultValue, double minValue, double maxValue, int percentage ) : System
FeeType ( EFeeType type, string name, double defaultValue, double minValue, double maxValue, int percentage, int fromYear ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

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

Method Details

FeeType() public method

public FeeType ( EFeeType type, string name, double defaultValue, double minValue, double maxValue, int percentage ) : System
type EFeeType
name string
defaultValue double
minValue double
maxValue double
percentage int
return System

FeeType() public method

public FeeType ( EFeeType type, string name, double defaultValue, double minValue, double maxValue, int percentage, int fromYear ) : System
type EFeeType
name string
defaultValue double
minValue double
maxValue double
percentage int
fromYear int
return System

GetObjectData() public method

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