Class EditScreenBase<TModel>.EditorMapping
- Namespace
- Dynamicweb.CoreUI.Screens
- Assembly
- Dynamicweb.CoreUI.dll
protected record EditScreenBase<TModel>.EditorMapping : IEquatable<EditScreenBase<TModel>.EditorMapping>
- Inheritance
-
EditScreenBase<TModel>.EditorMapping
- Implements
-
- Inherited Members
-
Properties
Hidden
public bool Hidden { get; init; }
Property Value
- bool
HiddenPredicate
public Func<TModel, bool>? HiddenPredicate { get; init; }
Property Value
- Func<TModel, bool>
Name
public string Name { get; init; }
Property Value
- string
ReadOnly
public bool ReadOnly { get; init; }
Property Value
- bool
ReadOnlyPredicate
public Func<TModel, bool>? ReadOnlyPredicate { get; init; }
Property Value
- Func<TModel, bool>