Initializes this action and associates it with the specified SystemData instance.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
void Init(
	SystemData systemData
)
Visual Basic (Declaration)
Sub Init ( _
	systemData As SystemData _
)
Visual C++
void Init(
	SystemData^ systemData
)

Parameters

systemData
Type: RightEdge.Common..::.SystemData
SystemData instance that will be assigned to this instance.

See Also