C# Class TheAirline.Models.Airlines.CodeshareAgreement

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

Private Properties

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

Méthodes publiques

Méthode Description
CodeshareAgreement ( Airline airline1, Airline airline2, CodeshareType type ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

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

Method Details

CodeshareAgreement() public méthode

public CodeshareAgreement ( Airline airline1, Airline airline2, CodeshareType type ) : System
airline1 Airline
airline2 Airline
type CodeshareType
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