Class SingleUserEditor
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents a User editor.
[Editor("User")]
public class SingleUserEditor : Editor
- Inheritance
-
SingleUserEditor
- Inherited Members
Properties
DataType
Gets the data type for this editor.
public override Type DataType { get; }
Property Value
Methods
GetViewModelValue(object?)
Gets the value as an instance of UserViewModel
public override object? GetViewModelValue(object? value)
Parameters
valueobject
Returns
- object
The instance of UserViewModel, or
null.
RenderValue(EditorRenderingContext)
Renders value.
public override void RenderValue(EditorRenderingContext context)
Parameters
contextEditorRenderingContextEditor rendering context.