C# Класс Depressurizer.DlgProfile

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Profile Depressurizer.Profile

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

Метод Описание
DlgProfile ( ) : System
DlgProfile ( Depressurizer.Profile profile ) : System
GetDisplayName ( System.Int64 accountId ) : string
InitializeEditMode ( ) : void
SaveModifiables ( Depressurizer.Profile p ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
Apply ( ) : bool
CreateProfile ( ) : bool
GetSteamIds ( ) : string[]

Gets a list of located account ids. Uses settings for the steam path.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadShortIds ( ) : void

Populates the combo box with all located account IDs

NameUpdateThread ( object d ) : void
OnNameUpdateThreadTerminate ( ) : void
ProfileDlg_FormClosing ( object sender, FormClosingEventArgs e ) : void
ProfileDlg_Load ( object sender, EventArgs e ) : void
SelectUserInList ( System.Int64 accountId ) : bool
SelectUserInList ( string accountId ) : bool
SetUpdateInterfaceNormal ( ) : void
SetUpdateInterfaceRunning ( ) : void
SetUpdateInterfaceStopping ( ) : void
StartThreadedNameUpdate ( ) : void
UpdateDisplayNameInList ( int index, string name ) : void
ValidateEntries ( ) : bool
cmdBrowse_Click ( object sender, EventArgs e ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdIgnore_Click ( object sender, EventArgs e ) : void
cmdOk_Click ( object sender, EventArgs e ) : void
cmdUnignore_Click ( object sender, EventArgs e ) : void
cmdUserUpdateCancel_Click ( object sender, EventArgs e ) : void
cmdUserUpdate_Click ( object sender, EventArgs e ) : void
lstUsers_SelectedIndexChanged ( object sender, EventArgs e ) : void
radSelUser_CheckedChanged ( object sender, EventArgs e ) : void
txtUserID_TextChanged ( object sender, EventArgs e ) : void

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public DlgProfile ( ) : System
Результат System

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

public DlgProfile ( Depressurizer.Profile profile ) : System
profile Depressurizer.Profile
Результат System

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

public GetDisplayName ( System.Int64 accountId ) : string
accountId System.Int64
Результат string

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

public InitializeEditMode ( ) : void
Результат void

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

public SaveModifiables ( Depressurizer.Profile p ) : void
p Depressurizer.Profile
Результат void

Описание свойств

Profile публичное свойство

public Profile,Depressurizer Profile
Результат Depressurizer.Profile