C# Class TheAirline.Models.Airlines.FeeType

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

Private Properties

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

Méthodes publiques

Méthode 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

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

Method Details

FeeType() public méthode

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
Résultat System

FeeType() public méthode

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
Résultat System

GetObjectData() public méthode

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