C# Class TheAirline.Models.General.GameObject

Inheritance: BaseModel, INotifyPropertyChanged
Show file Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
GameObject System
GameObject System
GetStartMoney long
NotifyPropertyChanged void

Public Methods

Method Description
AddHumanMoney ( double value ) : void
GetInstance ( ) : GameObject
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RestartInstance ( ) : void
SetHumanAirline ( Airline airline ) : void
SetInstance ( GameObject instance ) : void

Private Methods

Method Description
GameObject ( ) : System
GameObject ( SerializationInfo info, StreamingContext ctxt ) : System
GetStartMoney ( ) : long
NotifyPropertyChanged ( string propertyName ) : void

Method Details

AddHumanMoney() public method

public AddHumanMoney ( double value ) : void
value double
return void

GetInstance() public static method

public static GetInstance ( ) : GameObject
return GameObject

GetObjectData() public method

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

RestartInstance() public static method

public static RestartInstance ( ) : void
return void

SetHumanAirline() public method

public SetHumanAirline ( Airline airline ) : void
airline TheAirline.Models.Airlines.Airline
return void

SetInstance() public static method

public static SetInstance ( GameObject instance ) : void
instance GameObject
return void