C# Класс DfBAdminToolkit.View.MainView

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

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

Метод Описание
CheckLatestVersion ( ) : void
EnableLoadingSpinner ( bool enable ) : void
EnableView ( bool enable ) : void
HideView ( ) : void
Initialize ( ) : void
MainView ( ) : Common.Utils
ShowErrorMessage ( string message, string title ) : void
ShowInfoMessage ( string message ) : void
ShowView ( ) : void
UnWireComponentEvents ( ) : void
UpdateProgressText ( string text ) : void
UpdateTitleBarTeamStats ( ) : void
WireComponentEvents ( ) : void

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

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

Clean up any resources being used.

OnShown ( EventArgs e ) : void

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

Метод Описание
CreateDataMigrationView ( ) : DataMigrationView
CreateDevicesView ( ) : DevicesView
CreateDumpUserContentView ( ) : DumpUserContentView
CreateGroupsView ( ) : GroupsView
CreateProvisionView ( ) : ProvisioningView
CreateTeamFoldersView ( ) : TeamFoldersView
CreateTextSearchView ( ) : TextSearchView
ExitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
GetSettingPresenter ( ) : ISettingsPresenter
InitializeComponent ( ) : void

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

InitializeRuntimeComponent ( ) : void
RegisterTabPages ( ) : void
RepaintTabControlBackground ( ) : void
SettingsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
TabControl_SelectedIndexChanged ( object sender, EventArgs e ) : void

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

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

public CheckLatestVersion ( ) : void
Результат 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

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

public EnableLoadingSpinner ( bool enable ) : void
enable bool
Результат void

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

public EnableView ( bool enable ) : void
enable bool
Результат void

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

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

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

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

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

public MainView ( ) : Common.Utils
Результат Common.Utils

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

protected OnShown ( EventArgs e ) : void
e System.EventArgs
Результат void

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

public ShowErrorMessage ( string message, string title ) : void
message string
title string
Результат void

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

public ShowInfoMessage ( string message ) : void
message string
Результат void

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

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

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

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

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

public UpdateProgressText ( string text ) : void
text string
Результат void

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

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

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

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