Class DataGridCountVerificationDescriptor
Inheritance
System.Object
DataGridCountVerificationDescriptor
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("DataGrid Item Count", "{PropertyName} {Comparison} {Value}", false)]
public class DataGridCountVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks, ISentenceListPreview
Constructors
DataGridCountVerificationDescriptor()
Declaration
public DataGridCountVerificationDescriptor()
DataGridCountVerificationDescriptor(IFrameworkElement, AutomationProperty, IntegerComparer, String, Object)
Declaration
public DataGridCountVerificationDescriptor(IFrameworkElement element, AutomationProperty property, IntegerComparer comparer, string comparison, object value)
Parameters
IFrameworkElement
element
|
AutomationProperty
property
|
IntegerComparer
comparer
|
System.String
comparison
|
System.Object
value
|
DataGridCountVerificationDescriptor(IFrameworkElement, AutomationProperty, String, String, Int32)
Declaration
public DataGridCountVerificationDescriptor(IFrameworkElement element, AutomationProperty property, string propertyName, string comparison, int count)
Parameters
IFrameworkElement
element
|
AutomationProperty
property
|
System.String
propertyName
|
System.String
comparison
|
System.Int32
count
|
Properties
CompareType
Declaration
public override XamlStringCompareType CompareType { get; set; }
Property Value
XamlStringCompareType
|
Overrides
Comparison
Declaration
[SentenceParam("comparison?", 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
NumberCompareType
Declaration
[SentenceParam("compare?", AutomationDescriptorType.Extraction)]
public NumberCompareType NumberCompareType { get; set; }
Property Value
NumberCompareType
|
PropertyName
Declaration
[SentenceParam("property?", StaticValueListMethod = "PopulatePropertiesList", DisableTextBoxEdit = true)]
public string PropertyName { get; set; }
Property Value
System.String
|
Value
Declaration
[DataDriven]
[SentenceParam("count?", 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()
OnParameterChanged(SentenceParam, Sentence)
Declaration
public override void OnParameterChanged(SentenceParam param, Sentence context)
Parameters
SentenceParam
param
|
Sentence
context
|
Overrides
OnSentenceLoad(Sentence)
Declaration
public override void OnSentenceLoad(Sentence context)
Parameters
Sentence
context
|
Overrides
PopulatePropertiesList(SentenceParam)
Declaration
public string[] PopulatePropertiesList(SentenceParam sentenceParam)
Parameters
SentenceParam
sentenceParam
|
Returns
System.String[]
|