Class DnnCountryAutocompleteControl
Inheritance
DnnCountryAutocompleteControl
Assembly: DotNetNuke.dll
Syntax
public class DnnCountryAutocompleteControl : EditControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler
Constructors
DnnCountryAutocompleteControl()
Declaration
public DnnCountryAutocompleteControl()
DnnCountryAutocompleteControl(string)
Declaration
public DnnCountryAutocompleteControl(string type)
Parameters
Type |
Name |
Description |
string |
type |
|
Properties
EditControlClientId
Declaration
public override string EditControlClientId { get; }
Property Value
Overrides
OldStringValue
Declaration
protected string OldStringValue { get; }
Property Value
StringValue
Declaration
protected override string StringValue { get; set; }
Property Value
Overrides
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
Overrides
LoadPostData(string, NameValueCollection)
Declaration
public override bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Returns
Overrides
OnDataChanged(EventArgs)
Declaration
protected override void OnDataChanged(EventArgs e)
Parameters
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
RenderEditMode(HtmlTextWriter)
Declaration
protected override void RenderEditMode(HtmlTextWriter writer)
Parameters
Overrides
Implements
Extension Methods