C# Class DfBAdminToolkit.View.DevicesView

Datei anzeigen Open project: dropbox/DropboxBusinessAdminTool Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

DevicesView() public method

public DevicesView ( ) : BrightIdeasSoftware
return BrightIdeasSoftware

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EnableDeviceButton() public method

public EnableDeviceButton ( bool enable ) : void
enable bool
return void

EnableDeviceControl() public method

public EnableDeviceControl ( bool enable ) : void
enable bool
return void

HideView() public method

public HideView ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

RefreshAccessToken() public method

public RefreshAccessToken ( ) : void
return void

RenderDeviceSearchResult() public method

public RenderDeviceSearchResult ( ) : void
return void

ShowGroups() public method

public ShowGroups ( bool show ) : void
show bool
return void

ShowView() public method

public ShowView ( ) : void
return void

UnWireComponentEvents() public method

public UnWireComponentEvents ( ) : void
return void

WireComponentEvents() public method

public WireComponentEvents ( ) : void
return void