C# Class TheAirline.Models.Airlines.CodeshareAgreement

Inheritance: BaseModel
Datei anzeigen Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
CodeshareAgreement System

Public Methods

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

Private Methods

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

Method Details

CodeshareAgreement() public method

public CodeshareAgreement ( Airline airline1, Airline airline2, CodeshareType type ) : System
airline1 Airline
airline2 Airline
type CodeshareType
return System

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void