Table of Contents

Class ScreenBuilder.BuildRequest

Namespace
Dynamicweb.CoreUI.Screens
Assembly
Dynamicweb.CoreUI.dll
public class ScreenBuilder.BuildRequest
Inheritance
ScreenBuilder.BuildRequest
Derived
Inherited Members

Constructors

BuildRequest(Type)

public BuildRequest(Type screenType)

Parameters

screenType Type

Properties

Configuration

public ScreenConfiguration? Configuration { get; set; }

Property Value

ScreenConfiguration

Model

public object? Model { get; set; }

Property Value

object

Query

public DataQueryBase? Query { get; set; }

Property Value

DataQueryBase

ScreenType

public Type ScreenType { get; }

Property Value

Type

ShadowEditId

public string ShadowEditId { get; set; }

Property Value

string

Methods

GetScreenConfigurationForScreen()

public ScreenConfiguration? GetScreenConfigurationForScreen()

Returns

ScreenConfiguration
To top