Class XmlAuthor
XmlAuthor is a Factory Class to access all the Action Classes
Inheritance
System.Object
XmlAuthor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Quark.XA.Core.AutomationProject.dll
Syntax
Constructors
XmlAuthor(ref Application)
Declaration
public XmlAuthor(ref Application application)
Parameters
| Type |
Name |
Description |
| Application |
application |
|
Fields
_application
Declaration
public static Application _application
Field Value
| Type |
Description |
| Application |
|
Properties
AlertAndMessageDialogs
Declaration
public AlertAndMessageDialogs AlertAndMessageDialogs { get; }
Property Value
Canvas
Declaration
public Canvas Canvas { get; }
Property Value
CursorPosition
Declaration
public CursorPosition CursorPosition { get; }
Property Value
CustomDelays
Declaration
public CustomDelays CustomDelays { get; }
Property Value
FileTab
Declaration
public IFileTabInterface FileTab { get; }
Property Value
Declaration
public HomeTab HomeTab { get; }
Property Value
InsertTab
Declaration
public InsertTab InsertTab { get; }
Property Value
KeyStrokeCanvas
Declaration
public KeyStrokeCanvas KeyStrokeCanvas { get; }
Property Value
KeyStrokeGeneral
Declaration
public KeyStrokeGeneral KeyStrokeGeneral { get; }
Property Value
ReviewTab
Declaration
public ReviewTab ReviewTab { get; }
Property Value
TableTab
Declaration
public TableTab TableTab { get; }
Property Value
UiMap
Declaration
public UIMap UiMap { get; }
Property Value
Utility
Declaration
public Utility Utility { get; }
Property Value
ViewTab
Declaration
public ViewTab ViewTab { get; }
Property Value