C# Class TheAirline.Models.Airlines.AdvertisementType

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

Private Properties

Property Type Description
AdvertisementType System

Public Methods

Method Description
AdvertisementType ( AirlineAdvertisementType type, string name, double price, int reputationLevel ) : System

Private Methods

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

Method Details

AdvertisementType() public method

public AdvertisementType ( AirlineAdvertisementType type, string name, double price, int reputationLevel ) : System
type AirlineAdvertisementType
name string
price double
reputationLevel int
return System