Class CheckBoxStateVerificationDescriptor
Inheritance
System.Object
CheckBoxStateVerificationDescriptor
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("Toggle State", "toggle state is {Value}", false)]
public class CheckBoxStateVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks, ISentenceListPreview
Constructors
CheckBoxStateVerificationDescriptor()
Declaration
public CheckBoxStateVerificationDescriptor()
CheckBoxStateVerificationDescriptor(IFrameworkElement, AutomationProperty, VerificationComparer, String, Object)
Declaration
public CheckBoxStateVerificationDescriptor(IFrameworkElement target, AutomationProperty property, VerificationComparer comparer, string comparison, object value)
Parameters
IFramework
|
Automation
|
Verification
|
System.
|
System.
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.
|
Overrides
Value
Declaration
[SentenceParam("value?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
[DataDriven]
public ToggleButtonState Value { get; set; }
Property Value
Methods
DemangleValue(Object)
Declaration
protected override object DemangleValue(object val)
Parameters
System.
|
Returns
System.
|
Overrides
GeneratePreviewValuesForTarget(DescriptorValueStoreCollection)
Declaration
public void GeneratePreviewValuesForTarget(DescriptorValueStoreCollection valuesCollection)
Parameters
Descriptor
|
Implements
GetQuickTasks()
Declaration
public IQuickTask[] GetQuickTasks()
Returns
Implements
IsDataBound(String)
Declaration
protected override bool IsDataBound(string propertyName)
Parameters
System.
|
Returns
System.
|
Overrides
MangleValue(Object)
Declaration
protected override object MangleValue(object val)
Parameters
System.
|
Returns
System.
|
Overrides
OnSentenceLoad(Sentence)
Declaration
public override void OnSentenceLoad(Sentence context)
Parameters
Sentence
context
|