C# 클래스 TheAirline.Models.General.GameObject

상속: BaseModel, INotifyPropertyChanged
파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GameObject System
GameObject System
GetStartMoney long
NotifyPropertyChanged void

공개 메소드들

메소드 설명
AddHumanMoney ( double value ) : void
GetInstance ( ) : GameObject
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RestartInstance ( ) : void
SetHumanAirline ( Airline airline ) : void
SetInstance ( GameObject instance ) : void

비공개 메소드들

메소드 설명
GameObject ( ) : System
GameObject ( SerializationInfo info, StreamingContext ctxt ) : System
GetStartMoney ( ) : long
NotifyPropertyChanged ( string propertyName ) : void

메소드 상세

AddHumanMoney() 공개 메소드

public AddHumanMoney ( double value ) : void
value double
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : GameObject
리턴 GameObject

GetObjectData() 공개 메소드

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

RestartInstance() 공개 정적인 메소드

public static RestartInstance ( ) : void
리턴 void

SetHumanAirline() 공개 메소드

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

SetInstance() 공개 정적인 메소드

public static SetInstance ( GameObject instance ) : void
instance GameObject
리턴 void