Class TextVerificationDescriptor
Inheritance
System.Object
TextVerificationDescriptor
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.Xaml.Common.Descriptors.AutoCompleteBox
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[Sentence("AutoCompleteBox", "text {Comparison} {Value}", false)]
public class TextVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks, ISentenceListPreview
Constructors
TextVerificationDescriptor()
Declaration
public TextVerificationDescriptor()
TextVerificationDescriptor(IFrameworkElement, String, String)
Declaration
public TextVerificationDescriptor(IFrameworkElement element, string comparison, string value)
Parameters
IFrameworkElement
element
|
System.String
comparison
|
System.String
value
|
Properties
Comparison
Declaration
[SentenceParam("comparison?", AutomationDescriptorType.Extraction | AutomationDescriptorType.Verification | AutomationDescriptorType.Wait, StaticValueListMethod = "PopulateComparisonList", DisableTextBoxEdit = true)]
public string Comparison { get; set; }
Property Value
System.String
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
Value
Declaration
[DataDriven]
[SentenceParam("value?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
public string Value { get; set; }
Property Value
System.String
|
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
|