Protected Member Functions | |
| string | GetKeyDown () |
| Default action for enter key. | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | OnSearchButton_Click (object source, EventArgs e) |
| Event handler that gets called when the search button is clicked. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| DropDownList | SearchAttributeList |
| Search attributes. | |
| DropDownList | SearchOpList |
| Search operations. | |
| Button | SearchButton |
| Search button control. | |
| HtmlInputText | SearchNameTextBox |
| Search text. | |
Properties | |
| SearchProperty | SearchAttribute [get] |
| Gets the search enumeration attribute from the web selection. | |
| string | SearchName [get] |
| Gets the search name value. | |
| SearchOperation | SearchOperation [get] |
| Gets the search enumeration operation from the web selection. | |
Events | |
| EventHandler | Click = null |
| Event that notifies consumer that the search button has been clicked. | |
| string Novell::iFolderWeb::Admin::MemberSearch::GetKeyDown | ( | ) | [inline, protected] |
Default action for enter key.
| string Novell::iFolderWeb::Admin::MemberSearch::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::MemberSearch::OnSearchButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the search button is clicked.
| source | ||
| e |
| override void Novell::iFolderWeb::Admin::MemberSearch::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
DropDownList Novell::iFolderWeb::Admin::MemberSearch::SearchAttributeList [protected] |
Search attributes.
DropDownList Novell::iFolderWeb::Admin::MemberSearch::SearchOpList [protected] |
Search operations.
Button Novell::iFolderWeb::Admin::MemberSearch::SearchButton [protected] |
Search button control.
HtmlInputText Novell::iFolderWeb::Admin::MemberSearch::SearchNameTextBox [protected] |
Search text.
SearchProperty Novell::iFolderWeb::Admin::MemberSearch::SearchAttribute [get] |
Gets the search enumeration attribute from the web selection.
string Novell::iFolderWeb::Admin::MemberSearch::SearchName [get] |
Gets the search name value.
SearchOperation Novell::iFolderWeb::Admin::MemberSearch::SearchOperation [get] |
Gets the search enumeration operation from the web selection.
| EventHandler Novell::iFolderWeb::Admin::MemberSearch::Click = null |
Event that notifies consumer that the search button has been clicked.
1.5.6