C# Class TheAirline.Models.General.GameTimeZone

Inheritance: BaseModel
Mostrar archivo Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
GameTimeZone System
GetDisplayName string
GetShortDisplayName string

Public Methods

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

Private Methods

Method Description
GameTimeZone ( SerializationInfo info, StreamingContext ctxt ) : System
GetDisplayName ( ) : string
GetShortDisplayName ( ) : string

Method Details

GameTimeZone() public method

public GameTimeZone ( string name, string shortName, System.TimeSpan utcOffset ) : System
name string
shortName string
utcOffset System.TimeSpan
return System

GetObjectData() public method

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