Class EnabledVerificationDescriptor
Inheritance
System.Object
EnabledVerificationDescriptor
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("Enabled", "Enabled state is {Value}", false)]
public class EnabledVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks
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
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
[DataDriven]
[SentenceParam("enabled?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
public bool Value { get; set; }
Property Value
System.Boolean
|
Methods
GetQuickTasks()
SupportsElementType(Type)
Declaration
public override bool SupportsElementType(Type elementType)
Parameters
System.Type
elementType
|
Returns
System.Boolean
|
Overrides
ToCode()
ValueCompare(DescriptorValueStore, Object)
Declaration
public override bool ValueCompare(DescriptorValueStore dataStore, object value)
Parameters
DescriptorValueStore
dataStore
|
System.Object
value
|
Returns
System.Boolean
|