Skip to main content
.NET 6.0+

ParametrizedAction Constructors

Represents a Parametrized Action.
Name Parameters Description
ParametrizedAction() none Creates a new Parametrized Action.
ParametrizedAction(Controller, String, PredefinedCategory, Type) owner, id, category, valueType Initializes a new instance of the ParametrizedAction class.
ParametrizedAction(Controller, String, String, Type) owner, id, category, valueType Initializes a new instance of the ParametrizedAction class.
ParametrizedAction(IContainer) container Creates a new Parametrized Action and initializes its container.
See Also