C# Class TheAirline.Models.Pilots.PilotProfile

Inheritance: BaseModel
显示文件 Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
PilotProfile System

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
PilotProfile ( string firstname, string lastname, System.DateTime birthdate, Town town ) : System

Private Methods

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

Method Details

GetObjectData() public method

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

PilotProfile() public method

public PilotProfile ( string firstname, string lastname, System.DateTime birthdate, Town town ) : System
firstname string
lastname string
birthdate System.DateTime
town TheAirline.Models.General.Countries.Towns.Town
return System