Class EditControl
Assembly: DotNetNuke.dll
Syntax
[ValidationProperty("Value")]
public abstract class EditControl : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler
Constructors
EditControl()
Declaration
Properties
Category
Declaration
public string Category { get; set; }
Property Value
CustomAttributes
Declaration
public object[] CustomAttributes { get; set; }
Property Value
DataField
Declaration
public string DataField { get; set; }
Property Value
EditControlClientId
Declaration
public virtual string EditControlClientId { get; }
Property Value
EditMode
Declaration
public PropertyEditorMode EditMode { get; set; }
Property Value
IsValid
Declaration
public virtual bool IsValid { get; }
Property Value
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
OldValue
Declaration
public object OldValue { get; set; }
Property Value
Required
Declaration
public bool Required { get; set; }
Property Value
StringValue
Declaration
protected abstract string StringValue { get; set; }
Property Value
SystemType
Declaration
public string SystemType { get; set; }
Property Value
User
Declaration
public UserInfo User { get; set; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value
Methods
LoadPostData(string, NameValueCollection)
Declaration
public virtual bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Returns
OnAttributesChanged()
Declaration
protected virtual void OnAttributesChanged()
OnDataChanged(EventArgs)
Declaration
protected abstract void OnDataChanged(EventArgs e)
Parameters
OnItemAdded(PropertyEditorEventArgs)
Declaration
protected virtual void OnItemAdded(PropertyEditorEventArgs e)
Parameters
OnItemDeleted(PropertyEditorEventArgs)
Declaration
protected virtual void OnItemDeleted(PropertyEditorEventArgs e)
Parameters
OnValueChanged(PropertyEditorEventArgs)
Declaration
protected virtual void OnValueChanged(PropertyEditorEventArgs e)
Parameters
RaisePostDataChangedEvent()
Declaration
public void RaisePostDataChangedEvent()
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Overrides
RenderEditMode(HtmlTextWriter)
Declaration
protected virtual void RenderEditMode(HtmlTextWriter writer)
Parameters
RenderViewMode(HtmlTextWriter)
Declaration
protected virtual void RenderViewMode(HtmlTextWriter writer)
Parameters
Events
ItemAdded
Declaration
public event PropertyChangedEventHandler ItemAdded
Event Type
ItemDeleted
Declaration
public event PropertyChangedEventHandler ItemDeleted
Event Type
ValueChanged
Declaration
public event PropertyChangedEventHandler ValueChanged
Event Type
Implements
Extension Methods