Action initialization function.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void Init( SystemData systemData ) |
| Visual Basic (Declaration) |
|---|
Public Sub Init ( _ systemData As SystemData _ ) |
| Visual C++ |
|---|
public: virtual void Init( SystemData^ systemData ) sealed |
Parameters
- systemData
- Type: RightEdge.Common..::.SystemData
SystemData instance to set.
Implements
IAction..::.Init(SystemData)
Remarks
Sets the instance of the SystemData class and
initializes any child inputs.