EventHandler Constructor | Constructor for EventHandler object. Initializes resources and member variables. |
CollectScriptOutputVariables | Used to indicate if collec the output of the scripts variables. |
Description | Get/Sets the Event Description |
DisableInteractiveDebug | Used to disable interactive debug features like Debug.MsgBox. Interactive debug messages should be disabled when data management scripts are running unattended. |
Document | Get/Sets the MDD document associated with this event. This allows the event code to access the mdd document. |
Engine | Get/Sets the mrScriptBasic engine reference. |
EventCode | Event code to be executed by mrScript when the event is fired |
FileName | File name in which code resides |
FirstLineNumber | Line number at which code starts |
LastLineNumber | Line number at which code starts |
Name | Get/Sets the Event name |
ScriptOutputVariables | Script variables containing DMOM scriptable objects collection needed parse and execute scripts |
ScriptVariables | Script variables containing DMOM scriptable objects collection needed parse and execute scripts |
Action | Executes event code |
Equals | Overridden Equals method. |
GetHashCode | Overridden GetHashCode method. |
GetType (inherited from Object) | |
ToString (inherited from Object) |
EventHandler Class | SPSSMR.Data.Transformations Namespace