Table of Contents

Class ShowScreen

Namespace
Dynamicweb.CoreUI.Displays
Assembly
Dynamicweb.CoreUI.dll
public class ShowScreen : DisplayBase<Type>
Inheritance
ShowScreen
Inherited Members
Extension Methods

Properties

AutoStart

public bool? AutoStart { get; set; }

Property Value

bool?

ContinueRefreshCommand

public CommandBase? ContinueRefreshCommand { get; set; }

Property Value

CommandBase

IsRefreshable

public bool IsRefreshable { get; set; }

Property Value

bool

Load

public ShowScreen.LoadMethod Load { get; set; }

Property Value

ShowScreen.LoadMethod

Query

public DataQueryBase? Query { get; set; }

Property Value

DataQueryBase

RefreshIntervalInMs

public int RefreshIntervalInMs { get; set; }

Property Value

int

ScreenConfiguration

public ScreenConfiguration? ScreenConfiguration { get; set; }

Property Value

ScreenConfiguration

ShadowEditId

public string ShadowEditId { get; set; }

Property Value

string
To top