InfoConnect for Airlines
Macro Class Members
Properties  Methods  Events


The following tables list the members exposed by Macro.

Public Constructors
 NameDescription
Public ConstructorMacro ConstructorThe constructor, for internal use.  
Top
Public Properties
 NameDescription
Public PropertyParentReturns the parent object (Uts).  
Public PropertyRecordingReturns whether the macro recorder is currently recording.  
Public PropertyRecordingPausedReturns whether the macro recorder is currently paused.  
Public PropertyScriptGets the current macro recording script, if any.  
Top
Public Methods
 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetMacroNamesGets a list of existing macro names.  
Public MethodMacroCompletedEventSinkFor internal use  
Public MethodMacroStartedEventSinkFor internal use  
Public MethodPasswordBoxDisplays a prompt for the Password dialog box.  
Public MethodPauseRecordingPauses the macro recorder in the current terminal session.  
Public MethodResumeRecordingResumes recording a macro in the current terminal session.  
Public MethodRunMacroOverloaded. Runs a macro.  
Public MethodShowMacroDialogDisplays the Run Macro dialog box.  
Public MethodStartMacroRecordingStarts recording a macro in the current terminal session.  
Public MethodStopMacroStops a currently running macro.  
Public MethodStopMacroRecordingStops the macro recorder in the current terminal session, and saves the macro.  
Top
Protected Methods
 NameDescription
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnMacroCompletedFire MacroCompleted event  
Protected MethodOnMacroStartedFire MacroStarted event  
Top
Public Events
 NameDescription
Public EventMacroCompletedRaised when a macro has completed. This does not apply to legacy Reflection macros nor legacy EXTRA! macros.  
Public EventMacroStartedRaised when a macro has started. This does not apply to legacy Reflection macros nor legacy EXTRA! macros.  
Top
See Also