C# Class TheAirline.Models.Airports.AirportExpansion

Inheritance: BaseModel
Exibir arquivo Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
AirportExpansion System

Public Methods

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

Private Methods

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

Method Details

AirportExpansion() public method

public AirportExpansion ( ExpansionType type, System.DateTime date, System.Boolean notifyOnChange ) : System
type ExpansionType
date System.DateTime
notifyOnChange System.Boolean
return System

GetObjectData() public method

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