Class ItemSubItemCountVerificationDescriptor
Inheritance
System.Object
ItemSubItemCountVerificationDescriptor
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("TreeViewItem", "sub item count is {Value}", false)]
public class ItemSubItemCountVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks, ISentenceListPreview
Constructors
ItemSubItemCountVerificationDescriptor()
Declaration
public ItemSubItemCountVerificationDescriptor()
ItemSubItemCountVerificationDescriptor(IFrameworkElement, VerificationComparer, String, Object)
Declaration
public ItemSubItemCountVerificationDescriptor(IFrameworkElement element, VerificationComparer comparer, string comparison, object value)
Parameters
IFrameworkElement
element
|
VerificationComparer
comparer
|
System.String
comparison
|
System.Object
value
|
ItemSubItemCountVerificationDescriptor(IFrameworkElement, Int32)
Declaration
public ItemSubItemCountVerificationDescriptor(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("count?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
public int Value { get; set; }
Property Value
System.Int32
|
Methods
ExtractData(IApplication, DescriptorValueStore)
Declaration
public override void ExtractData(IApplication hostApp, DescriptorValueStore dataStore)
Parameters
IApplication
hostApp
|
DescriptorValueStore
dataStore
|
Overrides
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
|