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.
|
IdentifyColor
Declaration
public virtual Color IdentifyColor { get; set; }
Property Value
System.
|
IdentifyIcon
Declaration
public virtual Image IdentifyIcon { get; }
Property Value
System.
|
ImportStatements
Declaration
public virtual Dictionary<TestType, string[]> ImportStatements { get; }
Property Value
System.
|
Name
Declaration
public abstract string Name { get; }
Property Value
System.
|
Order
Declaration
public abstract int Order { get; }
Property Value
System.
|
TechnologyType
Translators
Declaration
public IList<IControlLocator> Translators { get; }
Property Value
System.
|
TypeMappings
Declaration
public virtual Dictionary<string, string> TypeMappings { get; }
Property Value
System.
|
Version
Declaration
public abstract string Version { get; }
Property Value
System.
|
Methods
CompareTo(TranslatorGroup)
Declaration
public int CompareTo(TranslatorGroup other)
Parameters
Translator
|
Returns
System.
|
Implements
System.IComparable<T>.CompareTo(T)
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
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
ITarget
|
Translator
|
System.
|
Returns
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|