Class DataGridRowIndexVerificationDescriptor
Inheritance
System.Object
DataGridRowIndexVerificationDescriptor
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
public class DataGridRowIndexVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks
Constructors
DataGridRowIndexVerificationDescriptor()
Declaration
public DataGridRowIndexVerificationDescriptor()
DataGridRowIndexVerificationDescriptor(IFrameworkElement, IntegerComparer, String, Object)
Declaration
public DataGridRowIndexVerificationDescriptor(IFrameworkElement element, IntegerComparer comparer, string comparison, object value)
Parameters
IFrameworkElement
element
|
IntegerComparer
comparer
|
System.String
comparison
|
System.Object
value
|
DataGridRowIndexVerificationDescriptor(IFrameworkElement, String, Int32)
Declaration
public DataGridRowIndexVerificationDescriptor(IFrameworkElement element, string comparison, int count)
Parameters
IFrameworkElement
element
|
System.String
comparison
|
System.Int32
count
|
Properties
CompareType
Declaration
public override XamlStringCompareType CompareType { get; set; }
Property Value
XamlStringCompareType
|
Overrides
Comparison
Declaration
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
|
Value
Declaration
[DataDriven]
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
GetQuickTasks()
OnSentenceLoad(Sentence)
Declaration
public override void OnSentenceLoad(Sentence context)
Parameters
Sentence
context
|