C# Class AdvancedLauncher.SDK.Model.Config.GameModel

Inheritance: CrossDomainObject, INotifyPropertyChanged
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Private Properties

Свойство Type Description
NotifyPropertyChanged void

Méthodes publiques

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

Private Methods

Méthode Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

Equals() public méthode

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
Résultat bool

GameModel() public méthode

Initializes a new GameModel instance
public GameModel ( ) : System.ComponentModel
Résultat System.ComponentModel

GameModel() public méthode

Initializes a new GameModel based on another
public GameModel ( GameModel another ) : System.ComponentModel
another GameModel Source
Résultat System.ComponentModel

GetHashCode() public méthode

Returns the hash code for this GameModel
public GetHashCode ( ) : int
Résultat int