Show / Hide Table of Contents

Class EditorInfo

Inheritance
object
EditorInfo
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 EditorInfo

Constructors

EditorInfo()

Declaration
public EditorInfo()

Properties

Attributes

Declaration
public object[] Attributes { get; set; }
Property Value
Type Description
object[]

Category

Declaration
public string Category { get; set; }
Property Value
Type Description
string

ControlStyle

Declaration
public Style ControlStyle { get; set; }
Property Value
Type Description
Style

EditMode

Declaration
public PropertyEditorMode EditMode { get; set; }
Property Value
Type Description
PropertyEditorMode

Editor

Declaration
public string Editor { get; set; }
Property Value
Type Description
string

LabelMode

Declaration
public LabelMode LabelMode { get; set; }
Property Value
Type Description
LabelMode

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ProfileVisibility

Declaration
public ProfileVisibility ProfileVisibility { get; set; }
Property Value
Type Description
ProfileVisibility

Required

Declaration
public bool Required { get; set; }
Property Value
Type Description
bool

ResourceKey

Declaration
public string ResourceKey { get; set; }
Property Value
Type Description
string

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
string

User

Declaration
public UserInfo User { get; set; }
Property Value
Type Description
UserInfo

ValidationExpression

Declaration
public string ValidationExpression { get; set; }
Property Value
Type Description
string

Value

Declaration
public object Value { get; set; }
Property Value
Type Description
object

Visible

Declaration
public bool Visible { get; set; }
Property Value
Type Description
bool

Methods

GetEditor(int)

Declaration
public static string GetEditor(int editorType)
Parameters
Type Name Description
int editorType
Returns
Type Description
string

GetEditor(string)

Declaration
public static string GetEditor(string editorValue)
Parameters
Type Name Description
string editorValue
Returns
Type Description
string

Extension Methods

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