ClassDataGridCellTextVerificationDescriptor
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
[Sentence("DataGridCell Text", "text {Comparison} {Value}", false)]
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class DataGridCellTextVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks
Inheritance: objectDataBoundObjectAutomationDescriptorVerificationDescriptorXamlVerificationDescriptorPropertyVerificationDescriptorDataGridCellTextVerificationDescriptor
Implements:
Inherited Members
Constructors
DataGridCellTextVerificationDescriptor()
Declaration
public DataGridCellTextVerificationDescriptor()
DataGridCellTextVerificationDescriptor(IFrameworkElement, StringComparer, string, object)
Declaration
public DataGridCellTextVerificationDescriptor(IFrameworkElement element, StringComparer comparer, string comparison, object value)
Parameters
element
comparer
comparison
value
DataGridCellTextVerificationDescriptor(IFrameworkElement, string, string)
Declaration
public DataGridCellTextVerificationDescriptor(IFrameworkElement element, string comparison, string text)
Parameters
element
comparison
text
Properties
Comparison
Declaration
[SentenceParam("comparison?", StaticValueListMethod = "PopulateComparisonList", DisableTextBoxEdit = true)]
[DataMember(Name = "Comparison")]
public string Comparison { get; set; }
Property Value
FriendlyDescription
Get a friendly description of this descriptor to show in the scenario explorer.
Declaration
public override string FriendlyDescription { get; }
Property Value
Overrides
Methods
ExtractData(IApplication, DescriptorValueStore)
Declaration
public override void ExtractData(IApplication hostApp, DescriptorValueStore dataStore)
Parameters
hostApp
dataStore
Overrides
OnSentenceLoad(Sentence)
Called when the sentence is first loaded. Allows for setting initial values for each sentence if needed
Declaration
public override void OnSentenceLoad(Sentence context)
Parameters
context
The sentence context.
Overrides