Show / Hide Table of Contents

Class StandardEditorInfoAdapter

Inheritance
object
StandardEditorInfoAdapter
Implements
IEditorInfoAdapter
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class StandardEditorInfoAdapter : IEditorInfoAdapter

Constructors

StandardEditorInfoAdapter(object, string)

Declaration
public StandardEditorInfoAdapter(object dataSource, string fieldName)
Parameters
Type Name Description
object dataSource
string fieldName

Methods

CreateEditControl()

Declaration
public EditorInfo CreateEditControl()
Returns
Type Description
EditorInfo

UpdateValue(PropertyEditorEventArgs)

Declaration
public bool UpdateValue(PropertyEditorEventArgs e)
Parameters
Type Name Description
PropertyEditorEventArgs e
Returns
Type Description
bool

UpdateVisibility(PropertyEditorEventArgs)

Declaration
public bool UpdateVisibility(PropertyEditorEventArgs e)
Parameters
Type Name Description
PropertyEditorEventArgs e
Returns
Type Description
bool

Implements

IEditorInfoAdapter

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS