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

Inheritance: CrossDomainObject, INotifyPropertyChanged
Show file Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Private Properties

Property Type Description
NotifyPropertyChanged void

Public Methods

Method 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

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

Equals() public method

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
return bool

GameModel() public method

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

GameModel() public method

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

GetHashCode() public method

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