C# Class TheAirline.Models.General.GameTimeZone

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

Private Properties

Свойство Type Description
GameTimeZone System
GetDisplayName string
GetShortDisplayName string

Méthodes publiques

Méthode Description
GameTimeZone ( string name, string shortName, System.TimeSpan utcOffset ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

Méthode Description
GameTimeZone ( SerializationInfo info, StreamingContext ctxt ) : System
GetDisplayName ( ) : string
GetShortDisplayName ( ) : string

Method Details

GameTimeZone() public méthode

public GameTimeZone ( string name, string shortName, System.TimeSpan utcOffset ) : System
name string
shortName string
utcOffset System.TimeSpan
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