Class ExecuteTreeActionAction
- Namespace
- Dynamicweb.CoreUI.Actions.Implementations.Components
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class ExecuteTreeActionAction : ActionBase
- Inheritance
-
ExecuteTreeActionAction
- Inherited Members
Methods
Primary()
public static ExecuteTreeActionAction Primary()
Returns
UpdateParameters(Action<ExecuteTreeActionActionParameters>)
public ExecuteTreeActionAction UpdateParameters(Action<ExecuteTreeActionActionParameters> configureParameters)
Parameters
configureParameters
Action<ExecuteTreeActionActionParameters>
Returns
WithCommandParameter<TCommand>(Expression<Func<TCommand, string?>>, string?)
public ExecuteTreeActionAction WithCommandParameter<TCommand>(Expression<Func<TCommand, string?>> propertyExpression, string? value) where TCommand : CommandBase
Parameters
propertyExpression
Expression<Func<TCommand, string>>value
string
Returns
Type Parameters
TCommand
WithQueryParameter<TQuery>(Expression<Func<TQuery, string?>>, string?)
public ExecuteTreeActionAction WithQueryParameter<TQuery>(Expression<Func<TQuery, string?>> propertyExpression, string? value) where TQuery : DataQueryBase
Parameters
propertyExpression
Expression<Func<TQuery, string>>value
string
Returns
Type Parameters
TQuery