C# Class TheAirline.Models.Airports.Gate

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

Private Properties

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

Méthodes publiques

Méthode Description
Gate ( System.DateTime deliveryDate ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

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

Method Details

Gate() public méthode

public Gate ( System.DateTime deliveryDate ) : System
deliveryDate System.DateTime
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