Table of Contents

Class EditScreenConfiguration

Namespace
Dynamicweb.CoreUI.Screens
Assembly
Dynamicweb.CoreUI.dll
public sealed class EditScreenConfiguration : ScreenConfiguration
Inheritance
EditScreenConfiguration
Inherited Members

Constructors

EditScreenConfiguration(Type)

public EditScreenConfiguration(Type screenType)

Parameters

screenType Type

Properties

DisabledEditors

public IEnumerable<string>? DisabledEditors { get; set; }

Property Value

IEnumerable<string>

EnableSave

public bool? EnableSave { get; set; }

Property Value

bool?

Methods

ApplyConfiguration(ScreenConfiguration?)

protected override ScreenConfiguration ApplyConfiguration(ScreenConfiguration? otherConfiguration)

Parameters

otherConfiguration ScreenConfiguration

Returns

ScreenConfiguration

ApplyDefaultValues()

protected override void ApplyDefaultValues()

IsDisabledEditor(string)

public bool IsDisabledEditor(string name)

Parameters

name string

Returns

bool

IsValidEditor(string)

public bool IsValidEditor(string name)

Parameters

name string

Returns

bool
To top