Class DatePickerSelectedDateVerificationDescriptor
Inheritance
System.Object
DatePickerSelectedDateVerificationDescriptor
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", "selected date is {Value}", false)]
public class DatePickerSelectedDateVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks, ISentenceListPreview
Constructors
DatePickerSelectedDateVerificationDescriptor()
Declaration
public DatePickerSelectedDateVerificationDescriptor()
DatePickerSelectedDateVerificationDescriptor(IFrameworkElement, String, Nullable<DateTime>)
Declaration
public DatePickerSelectedDateVerificationDescriptor(IFrameworkElement element, string comparison, DateTime? value)
Parameters
IFrameworkElement
element
|
System.String
comparison
|
System.Nullable<System.DateTime>
value
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
SelectedValue
Declaration
[DataDriven]
[SentenceParam("date?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
public virtual DateTime SelectedValue { get; set; }
Property Value
System.DateTime
|
Value
Declaration
[SentenceParam("date?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
public string Value { get; set; }
Property Value
System.String
|
Methods
DemangleValue(Object)
Declaration
protected override object DemangleValue(object val)
Parameters
System.Object
val
|
Returns
System.Object
|
Overrides
ExtractData(IAutomationHost, DescriptorValueStore)
Declaration
public override void ExtractData(IAutomationHost targetHost, DescriptorValueStore dataStore)
Parameters
IAutomationHost
targetHost
|
DescriptorValueStore
dataStore
|
Overrides
GeneratePreviewValuesForTarget(DescriptorValueStoreCollection)
Declaration
public void GeneratePreviewValuesForTarget(DescriptorValueStoreCollection valuesCollection)
Parameters
DescriptorValueStoreCollection
valuesCollection
|
Implements
GetQuickTasks()
MangleValue(Object)
Declaration
protected override object MangleValue(object val)
Parameters
System.Object
val
|
Returns
System.Object
|
Overrides
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
Verify(DescriptorValueStore)
Declaration
public override VerificationResult Verify(DescriptorValueStore dataStore)
Parameters
DescriptorValueStore
dataStore
|
Returns
VerificationResult
|