C# 클래스 DfBAdminToolkit.View.TextSearchView

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

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

ClearMemberList() 공개 메소드

public ClearMemberList ( ) : void
리턴 void

Dispose() 보호된 메소드

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

HideView() 공개 메소드

public HideView ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

RefreshAccessToken() 공개 메소드

public RefreshAccessToken ( ) : void
리턴 void

RenderComponents() 공개 메소드

public RenderComponents ( ) : void
리턴 void

RenderMembersSearchResult() 공개 메소드

public RenderMembersSearchResult ( ) : void
리턴 void

RenderSearchModeSelections() 공개 메소드

public RenderSearchModeSelections ( ) : void
리턴 void

SetSearchResultLimit() 공개 메소드

public SetSearchResultLimit ( int limit ) : void
limit int
리턴 void

ShowView() 공개 메소드

public ShowView ( ) : void
리턴 void

TextSearchView() 공개 메소드

public TextSearchView ( ) : BrightIdeasSoftware
리턴 BrightIdeasSoftware

UnWireComponentEvents() 공개 메소드

public UnWireComponentEvents ( ) : void
리턴 void

WireComponentEvents() 공개 메소드

public WireComponentEvents ( ) : void
리턴 void