Table of Contents

Class SelectorNavigateScreenActionParameters<T>

Namespace
Dynamicweb.CoreUI.Actions.Implementations
Assembly
Dynamicweb.CoreUI.dll
public class SelectorNavigateScreenActionParameters<T> : NavigateScreenActionParameters<T> where T : ScreenBase

Type Parameters

T
Inheritance
SelectorNavigateScreenActionParameters<T>
Inherited Members
Extension Methods

Constructors

SelectorNavigateScreenActionParameters()

public SelectorNavigateScreenActionParameters()

SelectorNavigateScreenActionParameters(DataQueryBase)

public SelectorNavigateScreenActionParameters(DataQueryBase query)

Parameters

query DataQueryBase

Properties

DialogSize

public Dialog.DialogSize? DialogSize { get; set; }

Property Value

Dialog.DialogSize?

FillableQueryPropertyName

public string FillableQueryPropertyName { get; set; }

Property Value

string

KeepSaveUnchanged

public bool KeepSaveUnchanged { get; set; }

Property Value

bool
To top