Class DatePickerWatermarkVerificationDescriptor
Inheritance
System.Object
DatePickerWatermarkVerificationDescriptor
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("DatePicker Watermark", "watermark {Comparison} {Value}", false)]
public class DatePickerWatermarkVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks, ISentenceListPreview
Constructors
DatePickerWatermarkVerificationDescriptor()
Declaration
public DatePickerWatermarkVerificationDescriptor()
DatePickerWatermarkVerificationDescriptor(FrameworkElement, String, String)
Declaration
public DatePickerWatermarkVerificationDescriptor(FrameworkElement element, string comparison, string value)
Parameters
FrameworkElement
element
|
System.String
comparison
|
System.String
value
|
Properties
Comparison
Declaration
[SentenceParam("comparison?", AutomationDescriptorType.Extraction, StaticValueListMethod = "PopulateComparisonList")]
public string Comparison { get; set; }
Property Value
System.String
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
Value
Declaration
[SentenceParam("watermark?", 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
|