Table of Contents

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

Type

Methods

GetViewModelValue(object)

Gets the value as an instance of UserViewModel

public override object GetViewModelValue(object value)

Parameters

value object

Returns

object

The instance of UserViewModel, or null.

RenderValue(EditorRenderingContext)

Renders value.

public override void RenderValue(EditorRenderingContext context)

Parameters

context EditorRenderingContext

Editor rendering context.

To top