ProfilesEditor Members
Include Protected Members
Include Inherited Members
Renders a picker control that allows the user to enter or look up a profile.
The ProfilesEditor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProfilesEditor | Initializes a new instance of the ProfilesEditor class. |
Top
Properties
Name | Description | |
---|---|---|
DefaultCheckButtonImageName | Gets the name of the default image used by the control's Check Names button. (Overrides EntityEditorWithPicker.DefaultCheckButtonImageName.) | |
DefaultProfileType | Gets or sets the default selected profile type. | |
Profiles | Gets the list of the current resolved profiles. | |
ProfileSearchFlags | Gets or sets the ProfileSearchFlags that are used to specify the types of profiles included in the search. |
Top
Methods
Name | Description | |
---|---|---|
AddRange | Adds profiles to the resolved entities. | |
Clear | Clears the list of the resolved entities. | |
OnInit | Handles the Init event. (Overrides EntityEditor.OnInit(EventArgs).) | |
Render | Renders the ProfilesEditor control to the client. (Overrides WebControl.Render(HtmlTextWriter).) | |
ResolveErrorBySearch | Returns multiple entities that match the specified unresolved text. (Overrides EntityEditorWithPicker.ResolveErrorBySearch(String).) | |
ValidateEntity | Validates the specified PickerEntity. (Overrides EntityEditor.ValidateEntity(PickerEntity).) |
Top