Table of Contents

Class SetScreenPropertyAction

Namespace
Dynamicweb.CoreUI.Actions.Implementations
Assembly
Dynamicweb.CoreUI.dll
public class SetScreenPropertyAction : ActionBase
Inheritance
SetScreenPropertyAction
Inherited Members

Methods

For(Expression<Func<ScreenBase, object?>>, string?)

public static SetScreenPropertyAction For(Expression<Func<ScreenBase, object?>> propertyExpression, string? value)

Parameters

propertyExpression Expression<Func<ScreenBase, object>>
value string

Returns

SetScreenPropertyAction

For<TScreen>(Expression<Func<TScreen, object?>>, string?)

public static SetScreenPropertyAction For<TScreen>(Expression<Func<TScreen, object?>> propertyExpression, string? value)

Parameters

propertyExpression Expression<Func<TScreen, object>>
value string

Returns

SetScreenPropertyAction

Type Parameters

TScreen
To top