C# Class DfBAdminToolkit.View.TextSearchView

显示文件 Open project: dropbox/DropboxBusinessAdminTool Class Usage Examples

Public Methods

Method Description
ClearMemberList ( ) : void
HideView ( ) : void
Initialize ( ) : void
RefreshAccessToken ( ) : void
RenderComponents ( ) : void
RenderMembersSearchResult ( ) : void
RenderSearchModeSelections ( ) : void
SetSearchResultLimit ( int limit ) : void
ShowView ( ) : void
TextSearchView ( ) : BrightIdeasSoftware
UnWireComponentEvents ( ) : void
WireComponentEvents ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Button_TextSearchClear_Click ( object sender, EventArgs e ) : void
Button_TextSearch_Click ( object sender, EventArgs e ) : void
ComboBox_TextSearchMode_SelectedValueChanged ( 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
InitializeSearchModes ( ) : void
InvokeDataChanged ( object sender, EventArgs e ) : void
NumericUpDown_TextSearchResultLimit_ValueChanged ( object sender, EventArgs e ) : void
SetQueryString ( string value ) : void
TextBox_TextSearchAccessToken_TextChanged ( object sender, EventArgs e ) : void
TextBox_TextSearchQueryString_KeyPress ( object sender, KeyPressEventArgs e ) : void
TextBox_TextSearchQueryString_TextChanged ( object sender, EventArgs e ) : void

Method Details

ClearMemberList() public method

public ClearMemberList ( ) : void
return void

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

HideView() public method

public HideView ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

RefreshAccessToken() public method

public RefreshAccessToken ( ) : void
return void

RenderComponents() public method

public RenderComponents ( ) : void
return void

RenderMembersSearchResult() public method

public RenderMembersSearchResult ( ) : void
return void

RenderSearchModeSelections() public method

public RenderSearchModeSelections ( ) : void
return void

SetSearchResultLimit() public method

public SetSearchResultLimit ( int limit ) : void
limit int
return void

ShowView() public method

public ShowView ( ) : void
return void

TextSearchView() public method

public TextSearchView ( ) : BrightIdeasSoftware
return BrightIdeasSoftware

UnWireComponentEvents() public method

public UnWireComponentEvents ( ) : void
return void

WireComponentEvents() public method

public WireComponentEvents ( ) : void
return void