C# Class TheAirline.Models.Airports.AirportExpansion

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

Private Properties

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

Méthodes publiques

Méthode Description
AirportExpansion ( ExpansionType type, System.DateTime date, System.Boolean notifyOnChange ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

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

Method Details

AirportExpansion() public méthode

public AirportExpansion ( ExpansionType type, System.DateTime date, System.Boolean notifyOnChange ) : System
type ExpansionType
date System.DateTime
notifyOnChange System.Boolean
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