C# Class DfBAdminToolkit.View.DevicesView

Afficher le fichier Open project: dropbox/DropboxBusinessAdminTool Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public DevicesView ( ) : BrightIdeasSoftware
Résultat BrightIdeasSoftware

Dispose() protected méthode

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

EnableDeviceButton() public méthode

public EnableDeviceButton ( bool enable ) : void
enable bool
Résultat void

EnableDeviceControl() public méthode

public EnableDeviceControl ( bool enable ) : void
enable bool
Résultat void

HideView() public méthode

public HideView ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

RefreshAccessToken() public méthode

public RefreshAccessToken ( ) : void
Résultat void

RenderDeviceSearchResult() public méthode

public RenderDeviceSearchResult ( ) : void
Résultat void

ShowGroups() public méthode

public ShowGroups ( bool show ) : void
show bool
Résultat void

ShowView() public méthode

public ShowView ( ) : void
Résultat void

UnWireComponentEvents() public méthode

public UnWireComponentEvents ( ) : void
Résultat void

WireComponentEvents() public méthode

public WireComponentEvents ( ) : void
Résultat void