Table of Contents

Class ScreenPresetSelectDataModel

Namespace
Dynamicweb.CoreUI.Data.ScreenConfiguration
Assembly
Dynamicweb.CoreUI.dll
public sealed class ScreenPresetSelectDataModel : DataViewModelBase
Inheritance
ScreenPresetSelectDataModel
Inherited Members

Properties

ModelTypeName

public string ModelTypeName { get; }

Property Value

string

PresetIds

public IEnumerable<long> PresetIds { get; }

Property Value

IEnumerable<long>

ScreenTypeName

public string ScreenTypeName { get; }

Property Value

string

SelectedPresetId

[MinimumValue(0)]
[ConfigurableProperty("Preset", null, null, null, true, false, false)]
public long SelectedPresetId { get; set; }

Property Value

long

SubscreenId

public string? SubscreenId { get; set; }

Property Value

string

UserId

public int UserId { get; }

Property Value

int
To top