Inheritance: IAutomationSource
Beispiel #1
0
		public UiaDbusGridPattern (DCI.IGridPattern pattern, string busName,
		                           UiaDbusAutomationSource source)
		{
			this.pattern = pattern;
			this.busName = busName;
			this.source = source;
		}
Beispiel #2
0
 public UiaDbusGridPattern(DCI.IGridPattern pattern, string busName,
                           UiaDbusAutomationSource source)
 {
     this.pattern = pattern;
     this.busName = busName;
     this.source  = source;
 }
		public UiaDbusSelectionItemPattern (DCI.ISelectionItemPattern pattern, string busName,
		                                    UiaDbusAutomationSource source)
		{
			this.pattern = pattern;
			this.busName = busName;
			this.source = source;
		}
Beispiel #4
0
 public UiaDbusSelectionItemPattern(DCI.ISelectionItemPattern pattern, string busName,
                                    UiaDbusAutomationSource source)
 {
     this.pattern = pattern;
     this.busName = busName;
     this.source  = source;
 }
Beispiel #5
0
 public UiaDbusElement(DCI.IAutomationElement dbusElement, string busName,
                       string dbusPath, UiaDbusAutomationSource source)
 {
     this.source      = source;
     this.busName     = busName;
     this.dbusPath    = dbusPath;
     this.dbusElement = dbusElement;
 }
Beispiel #6
0
		public UiaDbusElement (DCI.IAutomationElement dbusElement, string busName,
		                        string dbusPath, UiaDbusAutomationSource source)
		{
			this.source = source;
			this.busName = busName;
			this.dbusPath = dbusPath;
			this.dbusElement = dbusElement;
		}
 public UiaDbusTablePattern(DCI.ITablePattern pattern, string busName,
                            UiaDbusAutomationSource source)
     : base(DCI.InterfaceConverter.Table2Grid(pattern),
            busName, source)
 {
     this.pattern = pattern;
     this.busName = busName;
     this.source  = source;
 }
Beispiel #8
0
		public UiaDbusTablePattern (DCI.ITablePattern pattern, string busName,
		                           UiaDbusAutomationSource source)
			: base (DCI.InterfaceConverter.Table2Grid (pattern),
			        busName, source)
		{
			this.pattern = pattern;
			this.busName = busName;
			this.source = source;
		}