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

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

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
NotifyPropertyChanged ( String propertyName ) : void

Описание методов

Equals() публичный Метод

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
Результат bool

GetHashCode() публичный Метод

Returns the hash code for this Profile
public GetHashCode ( ) : int
Результат int

Profile() публичный Метод

Initializes a new Profile instance
public Profile ( ) : System
Результат System

Profile() публичный Метод

Initializes a new Profile based on another
public Profile ( Profile p ) : System
p Profile Source
Результат System