PeopleEditor methods

The PeopleEditor type exposes the following members.

Methods

  Name Description
Protected method AddAttributesToRender (Inherited from WebControl.)
Protected method AddedControl (Inherited from Control.)
Protected method AddParsedSubObject (Inherited from Control.)
Public method ApplyStyle (Inherited from WebControl.)
Public method ApplyStyleSheetSkin (Inherited from Control.)
Protected method BuildProfileTree (Inherited from Control.)
Protected method ClearCachedClientID (Inherited from Control.)
Protected method ClearChildControlState (Inherited from Control.)
Protected method ClearChildState (Inherited from Control.)
Protected method ClearChildViewState (Inherited from Control.)
Protected method ClearEffectiveClientIDMode (Inherited from Control.)
Public method CopyBaseAttributes (Inherited from WebControl.)
Protected method CreateChildControls This is where we have to create instances of all needed controls and add them to the page. (Inherited from EntityEditorWithPicker.)
Protected method CreateControlCollection (Inherited from Control.)
Protected method CreateControlStyle (Inherited from WebControl.)
Public method DataBind() (Inherited from Control.)
Protected method DataBind(Boolean) (Inherited from Control.)
Protected method DataBindChildren (Inherited from Control.)
Public method Dispose (Inherited from Control.)
Protected method EnsureChildControls (Inherited from Control.)
Protected method EnsureID (Inherited from Control.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindControl(String) (Inherited from Control.)
Protected method FindControl(String, Int32) (Inherited from Control.)
Public method Focus (Inherited from Control.)
Protected method GenerateErrorScript This should be overridden so that the inherited control can perform the desired action when the user clicks on an entity that failed to resolve. (Inherited from EntityEditor.)
Public methodStatic member GetAccountFromSid Retrieves the name of the account associated with a specified security identifier (SID).
Public method GetCallbackResult (Inherited from EntityEditor.)
Public methodStatic member GetCommaSeparatorCharArray
Protected method GetDesignModeState (Inherited from Control.)
Public method GetHashCode (Inherited from Object.)
Public method GetRouteUrl(Object) (Inherited from Control.)
Public method GetRouteUrl(RouteValueDictionary) (Inherited from Control.)
Public method GetRouteUrl(String, Object) (Inherited from Control.)
Public method GetRouteUrl(String, RouteValueDictionary) (Inherited from Control.)
Public methodStatic member GetSidHexRepresentation Retrieves a hexadecimal representation of the control's security identifier (SID) binary array.
Public method GetType (Inherited from Object.)
Public method GetUniqueIDRelativeTo (Inherited from Control.)
Public method HandleObjectTags Accepts a Dictionary object as a collection of key-value pairs and sets properties on the instance of the PeopleEditor object.
Public method HasControls (Inherited from Control.)
Protected method HasEvents (Inherited from Control.)
Public method IsIE55Plus Indicates whether the EntityEditor control is currently rendering under Internet Explorer 5, Internet Explorer 6, Internet Explorer 7, or Internet Explorer 8. (Inherited from EntityEditor.)
Protected method IsLiteralContent (Inherited from Control.)
Protected method LoadControlState (Inherited from Control.)
Public method LoadPostData This method is called on postback to load the entity data from the desired storage location (Inherited from EntityEditor.)
Protected method LoadViewState (Inherited from WebControl.)
Protected method MapPathSecure (Inherited from Control.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MergeStyle (Inherited from WebControl.)
Protected method OnBubbleEvent (Inherited from Control.)
Protected method OnDataBinding (Inherited from Control.)
Protected method OnEntityDeserialized Accepts a deserialized PickerEntity object. (Inherited from EntityEditor.)
Protected method OnInit Raises an event when the server control is initialized. (Overrides EntityEditor.OnInit(EventArgs).)
Protected method OnLoad (Inherited from Control.)
Protected method OnPreRender Raises an event after the control is loaded but before it renders. (Overrides EntityEditorWithPicker.OnPreRender(EventArgs).)
Protected method OnUnload (Inherited from Control.)
Protected method OpenFile (Inherited from Control.)
Protected method RaiseBubbleEvent (Inherited from Control.)
Public method RaiseCallbackEvent (Inherited from EntityEditor.)
Public method RaisePostDataChangedEvent This is a required method of the IPostBackDataHandler (Inherited from EntityEditor.)
Protected method RemovedControl (Inherited from Control.)
Protected method Render Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client. (Overrides WebControl.Render(HtmlTextWriter).)
Public method RenderBeginTag (Inherited from WebControl.)
Protected method RenderChildren (Inherited from Control.)
Protected method RenderContents (Inherited from WebControl.)
Public method RenderControl(HtmlTextWriter) (Inherited from Control.)
Protected method RenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Public method RenderEndTag (Inherited from WebControl.)
Public method ResolveAccountsByArrKeys Accepts an array of String objects and attempts to resolve the strings as entities.
Protected method ResolveAdapter (Inherited from Control.)
Public method ResolveClientUrl (Inherited from Control.)
Protected method ResolveErrorBySearch Searches for matching picker entities by using the specified unresolved text. (Overrides EntityEditor.ResolveErrorBySearch(String).)
Public method ResolveUrl (Inherited from Control.)
Protected method SaveControlState (Inherited from Control.)
Protected method SaveViewState (Inherited from WebControl.)
Public method SetCannotBeBlankErrorMessage Accepts a string and sets the CannotBeBlankErrorMessage property of the instances to the provided string.
Protected method SetDesignModeState (Inherited from Control.)
Public method SetFocus (Inherited from EntityEditor.)
Public method SetRenderMethodDelegate (Inherited from Control.)
Public method ToString (Inherited from Object.)
Protected method TrackViewState (Inherited from WebControl.)
Public method UpdateEntities Accepts an ArrayList of PickerEntity objects and validates them. (Inherited from EntityEditor.)
Public method Validate (Inherited from EntityEditorWithPicker.)
Public method ValidateEntity Validates the specified entity. (Overrides EntityEditor.ValidateEntity(PickerEntity).)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IParserAccessor.AddParsedSubObject (Inherited from Control.)
Explicit interface implemetationPrivate method IAttributeAccessor.GetAttribute (Inherited from WebControl.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.GetDesignModeState (Inherited from Control.)
Explicit interface implemetationPrivate method IAttributeAccessor.SetAttribute (Inherited from WebControl.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.SetDesignModeState (Inherited from Control.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.SetOwnerControl (Inherited from Control.)

Top

See also

Reference

PeopleEditor class

Microsoft.SharePoint.WebControls namespace