C# Class TheAirline.Models.Airlines.AdvertisementType

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

Private Properties

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

Méthodes publiques

Méthode Description
AdvertisementType ( AirlineAdvertisementType type, string name, double price, int reputationLevel ) : System

Private Methods

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

Method Details

AdvertisementType() public méthode

public AdvertisementType ( AirlineAdvertisementType type, string name, double price, int reputationLevel ) : System
type AirlineAdvertisementType
name string
price double
reputationLevel int
Résultat System