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
IFrameworkElement
target
|
AutomationProperty
property
|
VerificationComparer
comparer
|
System.String
comparison
|
System.Object
value
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
Value
Declaration
[SentenceParam("value?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
[DataDriven]
public ToggleButtonState Value { get; set; }
Property Value
ToggleButtonState
|
Methods
DemangleValue(Object)
Declaration
protected override object DemangleValue(object val)
Parameters
System.Object
val
|
Returns
System.Object
|
Overrides
GeneratePreviewValuesForTarget(DescriptorValueStoreCollection)
Declaration
public void GeneratePreviewValuesForTarget(DescriptorValueStoreCollection valuesCollection)
Parameters
DescriptorValueStoreCollection
valuesCollection
|
Implements
GetQuickTasks()
IsDataBound(String)
Declaration
protected override bool IsDataBound(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|
Overrides
MangleValue(Object)
Declaration
protected override object MangleValue(object val)
Parameters
System.Object
val
|
Returns
System.Object
|
Overrides
OnSentenceLoad(Sentence)
Declaration
public override void OnSentenceLoad(Sentence context)
Parameters
Sentence
context
|