C# Класс AdvancedLauncher.SDK.Model.Config.GameModel

Наследование: CrossDomainObject, INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

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