ClassEnabledVerificationDescriptor
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
[Sentence("Enabled", "Enabled state is {Value}", false)]
[DataContract(Name = "EnabledVerificationDescriptor", Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class EnabledVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks
Inheritance: objectDataBoundObjectAutomationDescriptorVerificationDescriptorXamlVerificationDescriptorPropertyVerificationDescriptorEnabledVerificationDescriptor
Implements:
Inherited Members
Constructors
EnabledVerificationDescriptor()
Declaration
public EnabledVerificationDescriptor()
EnabledVerificationDescriptor(IFrameworkElement, AutomationProperty, VerificationComparer, string, object)
Declaration
public EnabledVerificationDescriptor(IFrameworkElement target, AutomationProperty property, VerificationComparer comparer, string comparison, object value)
Parameters
target
property
comparer
comparison
value
Properties
FriendlyDescription
Get a friendly description of this descriptor to show in the scenario explorer.
Declaration
public override string FriendlyDescription { get; }
Property Value
Overrides
Methods
ToCode()
This method is called when the user requests code generation. The framework initializes the TestMethod property of this object with a new instance that this method simply needs to add its custom codegen to it.
Declaration
public override void ToCode()
Overrides
ValueCompare(DescriptorValueStore, object)
Declaration
public override bool ValueCompare(DescriptorValueStore dataStore, object value)
Parameters
dataStore
value
Returns
Overrides