C# Class TheAirline.Models.General.GameObject

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

Private Properties

Свойство Type Description
GameObject System
GameObject System
GetStartMoney long
NotifyPropertyChanged void

Méthodes publiques

Méthode 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

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

Method Details

AddHumanMoney() public méthode

public AddHumanMoney ( double value ) : void
value double
Résultat void

GetInstance() public static méthode

public static GetInstance ( ) : GameObject
Résultat GameObject

GetObjectData() public méthode

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

RestartInstance() public static méthode

public static RestartInstance ( ) : void
Résultat void

SetHumanAirline() public méthode

public SetHumanAirline ( Airline airline ) : void
airline TheAirline.Models.Airlines.Airline
Résultat void

SetInstance() public static méthode

public static SetInstance ( GameObject instance ) : void
instance GameObject
Résultat void