Action constructor implementation.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ActionBase( params string[] actionNames ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ ParamArray actionNames As String() _ ) |
| Visual C++ |
|---|
public: ActionBase( ... array<String^>^ actionNames ) |
Parameters
- actionNames
- Type: array<
System..::.String
>[]()[]
An array of action names.
Remarks
This will receive a list of action names and build the inputs collection.