Method | Description | |
---|---|---|
ExecuteCustomAction ( System.Action action, string condition = "1" ) : System |
Initializes a new instance of the ExecuteCustomAction class.
|
|
ExecuteCustomAction ( string actionName, string condition = "1" ) : System |
Initializes a new instance of the ExecuteCustomAction class.
|
public ExecuteCustomAction ( System.Action action, string condition = "1" ) : System | ||
action | System.Action | The action. |
condition | string | The condition. |
return | System |
public ExecuteCustomAction ( string actionName, string condition = "1" ) : System | ||
actionName | string | Name of the action. |
condition | string | The condition. |
return | System |