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

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DevicesView ( ) : BrightIdeasSoftware
EnableDeviceButton ( bool enable ) : void
EnableDeviceControl ( bool enable ) : void
HideView ( ) : void
Initialize ( ) : void
RefreshAccessToken ( ) : void
RenderDeviceSearchResult ( ) : void
ShowGroups ( bool show ) : void
ShowView ( ) : void
UnWireComponentEvents ( ) : void
WireComponentEvents ( ) : void

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

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

Clean up any resources being used.

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

Метод Описание
Button_DevicesDump_Click ( object sender, EventArgs e ) : void
Button_DevicesList_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

InitializeOLVMembers ( ) : void
InvokeDataChanged ( object sender, EventArgs e ) : void
ObjectListView_DeviceList_HeaderCheckBoxChanging ( object sender, HeaderCheckBoxChangingEventArgs e ) : void
ObjectListView_DeviceList_ItemCheck ( object sender, ItemCheckEventArgs e ) : void
ObjectListView_DeviceList_ItemChecked ( object sender, ItemCheckedEventArgs e ) : void
TextBox_MemberListAccessToken_TextChanged ( object sender, EventArgs e ) : void
UncheckHeaderCheckbox ( ObjectListView olv, OLVColumn col ) : void
comboFilterCriteria_TextChanged ( object sender, EventArgs e ) : void
radioDeviceFilter_CheckedChanged ( object sender, EventArgs e ) : void
radioIpAddress_CheckedChanged ( object sender, EventArgs e ) : void
textBoxDeviceFilter_TextChanged ( object sender, EventArgs e ) : void

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

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

public DevicesView ( ) : BrightIdeasSoftware
Результат BrightIdeasSoftware

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public ShowGroups ( bool show ) : void
show bool
Результат void

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

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

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

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

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

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