C# 클래스 AdvancedLauncher.SDK.Model.Config.GameModel

상속: CrossDomainObject, INotifyPropertyChanged
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher 1 사용 예제들

Private Properties

프로퍼티 타입 설명
NotifyPropertyChanged void

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether this instance and another specified GameModel are the same

GameModel ( ) : System.ComponentModel

Initializes a new GameModel instance

GameModel ( GameModel another ) : System.ComponentModel

Initializes a new GameModel based on another

GetHashCode ( ) : int

Returns the hash code for this GameModel

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( string propertyName ) : void

메소드 상세

Equals() 공개 메소드

Determines whether this instance and another specified GameModel are the same
public Equals ( object obj ) : bool
obj object The object to compare to this instance
리턴 bool

GameModel() 공개 메소드

Initializes a new GameModel instance
public GameModel ( ) : System.ComponentModel
리턴 System.ComponentModel

GameModel() 공개 메소드

Initializes a new GameModel based on another
public GameModel ( GameModel another ) : System.ComponentModel
another GameModel Source
리턴 System.ComponentModel

GetHashCode() 공개 메소드

Returns the hash code for this GameModel
public GetHashCode ( ) : int
리턴 int