C# 클래스 DfBAdminToolkit.View.DevicesView

파일 보기 프로젝트 열기: dropbox/DropboxBusinessAdminTool 1 사용 예제들

공개 메소드들

메소드 설명
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