Table of Contents

Class ScreenPresetQuery

Namespace
Dynamicweb.CoreUI.Data.ScreenConfiguration
Assembly
Dynamicweb.CoreUI.dll
public sealed class ScreenPresetQuery : DataQueryModelBase<ScreenPresetDataModel>
Inheritance
ScreenPresetQuery
Inherited Members

Properties

ConfigurableScreenType

public string ConfigurableScreenType { get; set; }

Property Value

string

ModelTypeName

public string ModelTypeName { get; set; }

Property Value

string

ViewTypeName

public string ViewTypeName { get; set; }

Property Value

string

Methods

GetModel()

public override ScreenPresetDataModel GetModel()

Returns

ScreenPresetDataModel
To top