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

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

Public Methods

Method Description
Equals ( object obj ) : bool

Determines whether this instance and another specified Profile are the same

GetHashCode ( ) : int

Returns the hash code for this Profile

Profile ( ) : System

Initializes a new Profile instance

Profile ( Profile p ) : System

Initializes a new Profile based on another

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

Equals() public method

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

GetHashCode() public method

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

Profile() public method

Initializes a new Profile instance
public Profile ( ) : System
return System

Profile() public method

Initializes a new Profile based on another
public Profile ( Profile p ) : System
p Profile Source
return System