EntityEditor Members
Include Protected Members
Include Inherited Members
Represents a Web control that allows solution developers to edit the entities associated with an object.
The EntityEditor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityEditor |
Top
Properties
Name | Description | |
---|---|---|
AccessKey | (Inherited from WebControl.) | |
Adapter | (Inherited from Control.) | |
AfterCallbackClientScript | ||
AllowEmpty | Gets or sets a value that represents whether an empty entity is allowed. | |
AllowTypeIn | Represents the property that enables the user to enter text into the TextBox. | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
Attributes | (Inherited from WebControl.) | |
AutoPostBack | Gets or sets the value that represents whether the EntityEditor control is set to automatically post-back on focus change. | |
BackColor | (Inherited from WebControl.) | |
BindingContainer | (Inherited from Control.) | |
BorderColor | (Inherited from WebControl.) | |
BorderStyle | (Inherited from WebControl.) | |
BorderWidth | (Inherited from WebControl.) | |
CannotBeBlankErrorMessage | ||
ChildControlsCreated | (Inherited from Control.) | |
ClientID | (Inherited from Control.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Control.) | |
Controls | (Inherited from Control.) | |
ControlStyle | (Inherited from WebControl.) | |
ControlStyleCreated | (Inherited from WebControl.) | |
CssClass | (Inherited from WebControl.) | |
CustomProperty | Gets or sets a value that represents an arbitrary string that can be stored by the consumer. | |
DefaultMaximumEntities | ||
DefaultRows | ||
DesignMode | (Inherited from Control.) | |
DoEncodeErrorMessage | ||
DownLevelTextBox | ||
Enabled | (Inherited from WebControl.) | |
EnableTheming | (Inherited from WebControl.) | |
EnableViewState | (Inherited from Control.) | |
Entities | Gets an ordered array of all the entities in the display. | |
EntitySeparator | Obsolete. Use the EntitySeparators property instead of this property. | |
EntitySeparators | Gets or sets the array of Unicode characters that is to be used to separate multiple entities in the input text. | |
ErrorMessage | Gets or sets a value that represents the error message string for the EntityEditor control. | |
Events | (Inherited from Control.) | |
Font | (Inherited from WebControl.) | |
ForeColor | (Inherited from WebControl.) | |
HasAttributes | (Inherited from WebControl.) | |
HasChildViewState | (Inherited from Control.) | |
Height | (Inherited from WebControl.) | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
IsChanged | ||
IsChildControlStateCleared | (Inherited from Control.) | |
IsEnabled | (Inherited from WebControl.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsValid | Gets or sets the value that represents whether all of the entities entered in the EntityEditor are valid and conform to the settings of the EntityEditor. | |
IsViewStateEnabled | (Inherited from Control.) | |
LoadViewStateByID | (Inherited from Control.) | |
MaximumEntities | ||
MaximumHeight | Gets or sets the value that represents the maximum height. | |
MultiSelect | Gets or sets the value that allows for multiple entities to be selected. | |
NamingContainer | (Inherited from Control.) | |
OnValueChangedClientScript | Gets or sets a value that represents the client-side script, which is intended to be executed whenever the control value changes. | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
PickerDialog | ||
PreferContentEditableDiv | Gets or sets the value that represents the property that forces the people picker control to render in a content editable generic block-level container (div). | |
ResolvedEntities | Gets an object that represents an array list of PickerEntity objects that are resolved by the EntityEditor control. | |
Rows | Gets or sets a value that represents the number of rows visible without scrolling in the edit pane of the EntityEditor control. | |
ShowDataValidationErrorBorder | ||
ShowEntityDisplayTextInTextBox | Gets or sets a value that represents whether the display text for the current entity should be shown in a TextBox. | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from WebControl.) | |
Style | (Inherited from WebControl.) | |
TabIndex | (Overrides WebControl.TabIndex.) | |
TagKey | (Inherited from WebControl.) | |
TagName | (Inherited from WebControl.) | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
Title | Gets or sets the value that represents the title string to be displayed on the EntityEditor control. | |
ToolTip | (Inherited from WebControl.) | |
UniqueID | (Inherited from Control.) | |
UpLevelDiv | ||
UseContentEditableControl | ||
Validated | Gets a value that represents whether the Validate() method was previously called successfully. | |
ValidatorEnabled | Gets or sets a value that represents whether a Validator is enabled. | |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
Visible | (Inherited from Control.) | |
Width | (Inherited from WebControl.) |
Top
Methods
Name | Description | |
---|---|---|
AddAttributesToRender | (Inherited from WebControl.) | |
AddedControl | (Inherited from Control.) | |
AddParsedSubObject | (Inherited from Control.) | |
ApplyStyle | (Inherited from WebControl.) | |
ApplyStyleSheetSkin | (Inherited from Control.) | |
BuildProfileTree | (Inherited from Control.) | |
ClearChildControlState | (Inherited from Control.) | |
ClearChildState | (Inherited from Control.) | |
ClearChildViewState | (Inherited from Control.) | |
CopyBaseAttributes | (Inherited from WebControl.) | |
CreateChildControls | (Overrides Control.CreateChildControls().) | |
CreateControlCollection | (Inherited from Control.) | |
CreateControlStyle | (Inherited from WebControl.) | |
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.) | |
GenerateErrorScript | ||
GetCallbackResult | ||
GetDesignModeState | (Inherited from Control.) | |
GetHashCode | (Inherited from Object.) | |
GetStandardEntitySeparatorCharArray | Gets the array of predefined Unicode characters that is to be used to separate multiple entities in the input text. | |
GetType | (Inherited from Object.) | |
HasControls | (Inherited from Control.) | |
HasEvents | (Inherited from Control.) | |
IsIE55Plus | Indicates whether the EntityEditor control is currently rendering under Internet Explorer 5, Internet Explorer 6, Internet Explorer 7, or Internet Explorer 8. | |
IsLiteralContent | (Inherited from Control.) | |
LoadControlState | (Inherited from Control.) | |
LoadPostData | ||
LoadViewState | (Inherited from WebControl.) | |
MapPathSecure | (Inherited from Control.) | |
MemberwiseClone | (Inherited from Object.) | |
MergeStyle | (Inherited from WebControl.) | |
OnBubbleEvent | (Inherited from Control.) | |
OnDataBinding | (Inherited from Control.) | |
OnEntityDeserialized | Accepts a deserialized PickerEntity object. | |
OnInit | Overrides implementation of OnInit. Calls the base class implementation of OnInit in Webcontrol. (Overrides Control.OnInit(EventArgs).) | |
OnLoad | (Inherited from Control.) | |
OnPreRender | (Overrides Control.OnPreRender(EventArgs).) | |
OnUnload | (Inherited from Control.) | |
OpenFile | (Inherited from Control.) | |
RaiseBubbleEvent | (Inherited from Control.) | |
RaiseCallbackEvent | ||
RaisePostDataChangedEvent | ||
RemovedControl | (Inherited from Control.) | |
Render | (Inherited from WebControl.) | |
RenderBeginTag | (Inherited from WebControl.) | |
RenderChildren | (Inherited from Control.) | |
RenderContents | (Inherited from WebControl.) | |
RenderControl(HtmlTextWriter) | (Inherited from Control.) | |
RenderControl(HtmlTextWriter, ControlAdapter) | (Inherited from Control.) | |
RenderEndTag | (Inherited from WebControl.) | |
ResolveAdapter | (Inherited from Control.) | |
ResolveClientUrl | (Inherited from Control.) | |
ResolveUrl | (Inherited from Control.) | |
SaveControlState | (Inherited from Control.) | |
SaveViewState | (Inherited from WebControl.) | |
SetDesignModeState | (Inherited from Control.) | |
SetFocus | ||
SetRenderMethodDelegate | (Inherited from Control.) | |
StrEatUpNbsp | ||
ToString | (Inherited from Object.) | |
TrackViewState | (Inherited from WebControl.) | |
UpdateEntities | Accepts an ArrayList of PickerEntity objects and validates them. | |
Validate | Validates all the entities in the EntityEditor control. | |
ValidateEntity | Accepts a PickerEntity object and validates it. |
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
Fields
Name | Description | |
---|---|---|
BrowseButtonId | ||
CheckNamesId | ||
ErrorLabel | ||
ErrorPlaceHolder | ||
HiddenSpanData | ||
innerCellId | ||
InternalTabIndex | ||
TableLayout |
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.) | |
IAttributeAccessor.GetAttribute | (Inherited from WebControl.) | |
IControlDesignerAccessor.GetDesignModeState | (Inherited from Control.) | |
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) | |
IExpressionsAccessor.HasExpressions | (Inherited from Control.) | |
IAttributeAccessor.SetAttribute | (Inherited from WebControl.) | |
IControlDesignerAccessor.SetDesignModeState | (Inherited from Control.) | |
IControlDesignerAccessor.SetOwnerControl | (Inherited from Control.) | |
IControlDesignerAccessor.UserData | (Inherited from Control.) |
Top