Class ComboBoxSelectedIndexVerificationDescriptor
Inheritance
System.Object
ComboBoxSelectedIndexVerificationDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[Sentence("ComboBox", "selected item index is {Value}", false)]
public class ComboBoxSelectedIndexVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks, ISentenceListPreview
Constructors
ComboBoxSelectedIndexVerificationDescriptor()
Declaration
public ComboBoxSelectedIndexVerificationDescriptor()
ComboBoxSelectedIndexVerificationDescriptor(IFrameworkElement, AutomationProperty, VerificationComparer, String, Object)
Declaration
public ComboBoxSelectedIndexVerificationDescriptor(IFrameworkElement element, AutomationProperty property, VerificationComparer comparer, string comparison, object value)
Parameters
IFrameworkElement
element
|
AutomationProperty
property
|
VerificationComparer
comparer
|
System.String
comparison
|
System.Object
value
|
ComboBoxSelectedIndexVerificationDescriptor(IFrameworkElement, Int32)
Declaration
public ComboBoxSelectedIndexVerificationDescriptor(IFrameworkElement element, int index)
Parameters
IFrameworkElement
element
|
System.Int32
index
|
Properties
CompareType
Declaration
public override XamlStringCompareType CompareType { get; set; }
Property Value
XamlStringCompareType
|
Overrides
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
NumberCompareType
Declaration
[SentenceParam("compare?", AutomationDescriptorType.Extraction)]
public NumberCompareType NumberCompareType { get; set; }
Property Value
NumberCompareType
|
Value
Declaration
[DataDriven]
[SentenceParam("index?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
public int Value { get; set; }
Property Value
System.Int32
|
Methods
GeneratePreviewValuesForTarget(DescriptorValueStoreCollection)
Declaration
public void GeneratePreviewValuesForTarget(DescriptorValueStoreCollection valuesCollection)
Parameters
DescriptorValueStoreCollection
valuesCollection
|
Implements
GetQuickTasks()
OnSentenceLoad(Sentence)
Declaration
public override void OnSentenceLoad(Sentence context)
Parameters
Sentence
context
|