Class EditorInfo
Assembly: DotNetNuke.dll
Syntax
Constructors
EditorInfo()
Declaration
Properties
Attributes
Declaration
public object[] Attributes { get; set; }
Property Value
Category
Declaration
public string Category { get; set; }
Property Value
ControlStyle
Declaration
public Style ControlStyle { get; set; }
Property Value
EditMode
Declaration
public PropertyEditorMode EditMode { get; set; }
Property Value
Editor
Declaration
public string Editor { get; set; }
Property Value
LabelMode
Declaration
public LabelMode LabelMode { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ProfileVisibility
Declaration
public ProfileVisibility ProfileVisibility { get; set; }
Property Value
Required
Declaration
public bool Required { get; set; }
Property Value
ResourceKey
Declaration
public string ResourceKey { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
User
Declaration
public UserInfo User { get; set; }
Property Value
ValidationExpression
Declaration
public string ValidationExpression { get; set; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value
Visible
Declaration
public bool Visible { get; set; }
Property Value
Methods
GetEditor(int)
Declaration
public static string GetEditor(int editorType)
Parameters
Type |
Name |
Description |
int |
editorType |
|
Returns
GetEditor(string)
Declaration
public static string GetEditor(string editorValue)
Parameters
Type |
Name |
Description |
string |
editorValue |
|
Returns
Extension Methods