C# Class TheAirline.Models.Pilots.PilotProfile

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

Private Properties

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

Méthodes publiques

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

Private Methods

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

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

PilotProfile() public méthode

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
Résultat System