Class TranslatorGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class TranslatorGroup : BaseInterfaceInterrogator, IInterfaceInterrogator, IComparable<TranslatorGroup>, INotifyPropertyChanged
Constructors
TranslatorGroup()
Declaration
public TranslatorGroup()
Properties
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
IdentifyColor
Declaration
public virtual Color IdentifyColor { get; set; }
Property Value
System.Drawing.Color
|
IdentifyIcon
Declaration
public virtual Image IdentifyIcon { get; }
Property Value
System.Drawing.Image
|
ImportStatements
Declaration
public virtual Dictionary<TestType, string[]> ImportStatements { get; }
Property Value
System.Collections.Generic.Dictionary<TestType, System.String[]>
|
Name
Declaration
public abstract string Name { get; }
Property Value
System.String
|
Order
Declaration
public abstract int Order { get; }
Property Value
System.Int32
|
TechnologyType
Translators
Declaration
public IList<IControlLocator> Translators { get; }
Property Value
System.Collections.Generic.IList<IControlLocator>
|
TypeMappings
Declaration
public virtual Dictionary<string, string> TypeMappings { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>
|
Version
Declaration
public abstract string Version { get; }
Property Value
System.String
|
Methods
CompareTo(TranslatorGroup)
Declaration
public int CompareTo(TranslatorGroup other)
Parameters
TranslatorGroup
other
|
Returns
System.Int32
|
Implements
System.IComparable<T>.CompareTo(T)
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
LoadLocators()
Declaration
public abstract void LoadLocators()
MatchTranslator(ITargetElement, TranslatorSupportTypes, Boolean)
Declaration
public virtual IControlLocator MatchTranslator(ITargetElement elementToMatch, TranslatorSupportTypes typeToMatch, bool elementIsTarget)
Parameters
ITargetElement
elementToMatch
|
TranslatorSupportTypes
typeToMatch
|
System.Boolean
elementIsTarget
|
Returns
IControlLocator
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|