ClassSilverlightSimpleTranslatorGroup
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public class SilverlightSimpleTranslatorGroup : TranslatorGroup, IInterfaceInterrogator, IComparable<TranslatorGroup>, INotifyPropertyChanged, IVerificationProvider
Inheritance: objectBaseInterfaceInterrogatorTranslatorGroupSilverlightSimpleTranslatorGroup
Implements:
Inherited Members
Constructors
SilverlightSimpleTranslatorGroup()
Declaration
public SilverlightSimpleTranslatorGroup()
Properties
IdentifyColor
Gets or sets the color to use to identify the element on the recording surface
Declaration
public override Color IdentifyColor { get; set; }
Property Value
Overrides
IdentifyIcon
Gets or sets the icon to use to identify this group when identified on the recording surface.
Declaration
public override Image IdentifyIcon { get; }
Property Value
Overrides
Name
The name of this recording group.
Order
The order in which this recording group recieves recording commands and ui messages. 0 is the lowest order. The lowest order gets to translate last.
TechnologyType
Technology type of this translator group
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
Overrides
Methods
GetVerifications()
Get the UI Verification descriptor type that this provider is offering.
Declaration
public Type[] GetVerifications()
Returns
Type[]
An array of rules
Implements
LoadLocators()
Load the translators of this group in the order you want.
Declaration
public override void LoadLocators()
Overrides