PickerDialog Members
Include Protected Members
Include Inherited Members
Represents a dialog box in which the user can select items. This class is intended to be the base class for custom implementations.
The PickerDialog type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PickerDialog(PickerQueryControlBase, PickerResultControlBase, EntityEditorWithPicker) | Initializes a new instance of the PickerDialog class with the specified query, results, and editor. | |
PickerDialog(PickerQueryControlBase, PickerResultControlBase, EntityEditorWithPicker, Boolean) | Initializes a new instance of the PickerDialog class with the specified query, results, editor, and PeoplePicker. |
Top
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
BindingContainer | (Inherited from Control.) | |
ButtonAddTitle | ||
ChildControlsCreated | (Inherited from Control.) | |
ClientID | (Inherited from Control.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Control.) | |
Controls | (Inherited from Control.) | |
CustomProperty | Gets a custom property defined and maintained by the consumer of the class. | |
Description | Gets or sets the description. | |
DescriptionLabel | ||
DesignMode | (Inherited from Control.) | |
DialogTitle | Gets or sets the title of the dialog box. | |
EditorControl | Gets or sets the EntityEditorWithPicker object that the PickerDialog uses. | |
EnableTheming | (Inherited from Control.) | |
EnableViewState | (Inherited from Control.) | |
ErrorLabel | ||
ErrorMessage | Gets or sets the error message for the dialog box. | |
Events | (Inherited from Control.) | |
GetSelectedClientSideFunctionName | ||
HasChildViewState | (Inherited from Control.) | |
HtmlMessage | Gets or sets the HTML message. | |
HtmlMessageLabel | ||
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsViewStateEnabled | (Inherited from Control.) | |
LoadViewStateByID | (Inherited from Control.) | |
MultiSelect | Gets or sets a value that indicates whether the user can select multiple entities. | |
NamingContainer | (Inherited from Control.) | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
QueryControl | Gets a PickerQueryControlBase object that was used to construct this object. | |
ResultControl | Gets a PickerResultControlBase object that was used to construct this object. | |
Results | Gets or sets a value that is used to assign predetermined query results or to retrieve the current query results. | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from Control.) | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
UniqueID | (Inherited from Control.) | |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
Visible | (Inherited from Control.) |
Top
Methods
Name | Description | |
---|---|---|
AddedControl | (Inherited from Control.) | |
AddParsedSubObject | (Inherited from Control.) | |
ApplyStyleSheetSkin | (Inherited from Control.) | |
BuildProfileTree | (Inherited from Control.) | |
ClearChildControlState | (Inherited from Control.) | |
ClearChildState | (Inherited from Control.) | |
ClearChildViewState | (Inherited from Control.) | |
CreateChildControls | (Inherited from Control.) | |
CreateControlCollection | (Inherited from Control.) | |
DataBind() | (Inherited from Control.) | |
DataBind(Boolean) | (Inherited from Control.) | |
DataBindChildren | (Inherited from Control.) | |
Dispose | (Inherited from Control.) | |
EnsureChildControls | (Inherited from Control.) | |
EnsureID | (Inherited from Control.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindControl(String) | (Inherited from Control.) | |
FindControl(String, Int32) | (Inherited from Control.) | |
Focus | (Inherited from Control.) | |
GetDesignModeState | (Inherited from Control.) | |
GetHashCode | (Inherited from Object.) | |
GetPickerDialogPage | ||
GetType | (Inherited from Object.) | |
HasControls | (Inherited from Control.) | |
HasEvents | (Inherited from Control.) | |
IsLiteralContent | (Inherited from Control.) | |
LoadControlState | (Inherited from Control.) | |
LoadViewState | (Inherited from Control.) | |
MapPathSecure | (Inherited from Control.) | |
MemberwiseClone | (Inherited from Object.) | |
OnBubbleEvent | (Inherited from Control.) | |
OnDataBinding | (Inherited from Control.) | |
OnInit | (Inherited from Control.) | |
OnLoad | (Inherited from Control.) | |
OnPreRender | Initializes the user interface controls. This method is called whenever the PreRender event is raised. (Overrides Control.OnPreRender(EventArgs).) | |
OnUnload | (Inherited from Control.) | |
OpenFile | (Inherited from Control.) | |
PickerActivateScript | ||
RaiseBubbleEvent | (Inherited from Control.) | |
RegisterPickerReturnValueHiddenFields | ||
RemovedControl | (Inherited from Control.) | |
Render | (Inherited from Control.) | |
RenderChildren | (Inherited from Control.) | |
RenderControl(HtmlTextWriter) | (Inherited from Control.) | |
RenderControl(HtmlTextWriter, ControlAdapter) | (Inherited from Control.) | |
ResolveAdapter | (Inherited from Control.) | |
ResolveClientUrl | (Inherited from Control.) | |
ResolveUrl | (Inherited from Control.) | |
SaveControlState | (Inherited from Control.) | |
SaveViewState | (Inherited from Control.) | |
SetDesignModeState | (Inherited from Control.) | |
SetRenderMethodDelegate | (Inherited from Control.) | |
SetResults | Sets an array of query results. In Claims mode, this method sets the result tree containing precalculated results. | |
ToString | (Inherited from Object.) | |
TrackViewState | (Inherited from Control.) |
Top
Events
Name | Description | |
---|---|---|
DataBinding | (Inherited from Control.) | |
Disposed | (Inherited from Control.) | |
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
PreRender | (Inherited from Control.) | |
Unload | (Inherited from Control.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IParserAccessor.AddParsedSubObject | (Inherited from Control.) | |
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) | |
IDataBindingsAccessor.DataBindings | (Inherited from Control.) | |
IExpressionsAccessor.Expressions | (Inherited from Control.) | |
IControlDesignerAccessor.GetDesignModeState | (Inherited from Control.) | |
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) | |
IExpressionsAccessor.HasExpressions | (Inherited from Control.) | |
IControlDesignerAccessor.SetDesignModeState | (Inherited from Control.) | |
IControlDesignerAccessor.SetOwnerControl | (Inherited from Control.) | |
IControlDesignerAccessor.UserData | (Inherited from Control.) |
Top