Table of Contents

Class EntityEditScreen<TModel>

Namespace
Dynamicweb.CoreUI.Screens.Implementations
Assembly
Dynamicweb.CoreUI.dll
public class EntityEditScreen<TModel> : EntityEditScreen

Type Parameters

TModel
Inheritance
EntityEditScreen<TModel>
Inherited Members

Methods

EditorFor<T>(Expression<Func<TModel, T>>, string?, bool?, string?, bool?)

protected EditorBase EditorFor<T>(Expression<Func<TModel, T>> expression, string? label = null, bool? required = false, string? hint = null, bool? isReadonly = false)

Parameters

expression Expression<Func<TModel, T>>
label string
required bool?
hint string
isReadonly bool?

Returns

EditorBase

Type Parameters

T
To top