Class SelectedValuePathVerificationDescriptor
Inheritance
System.Object
SelectedValuePathVerificationDescriptor
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.TreeView
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[Sentence("TreeView", "selected value path is {Value}", false)]
public class SelectedValuePathVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks, ISentenceListPreview
Constructors
SelectedValuePathVerificationDescriptor()
Declaration
public SelectedValuePathVerificationDescriptor()
SelectedValuePathVerificationDescriptor(IFrameworkElement, AutomationProperty, VerificationComparer, String, Object)
Declaration
public SelectedValuePathVerificationDescriptor(IFrameworkElement element, AutomationProperty property, VerificationComparer comparer, string comparison, object value)
Parameters
IFrameworkElement
element
|
AutomationProperty
property
|
VerificationComparer
comparer
|
System.String
comparison
|
System.Object
value
|
SelectedValuePathVerificationDescriptor(IFrameworkElement, String)
Declaration
public SelectedValuePathVerificationDescriptor(IFrameworkElement element, string path)
Parameters
IFrameworkElement
element
|
System.String
path
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
Value
Declaration
[DataDriven]
[SentenceParam("path?", 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
|