Class GeneralPropertyVerificationDescriptor
Inheritance
System.Object
GeneralPropertyVerificationDescriptor
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("Property", "{PropertyName} {Comparison} {Value}", true)]
public class GeneralPropertyVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, ISentenceListPreview
Constructors
GeneralPropertyVerificationDescriptor()
Declaration
public GeneralPropertyVerificationDescriptor()
GeneralPropertyVerificationDescriptor(FrameworkElement, AutomationProperty, VerificationComparer, String, Object)
Declaration
public GeneralPropertyVerificationDescriptor(FrameworkElement target, AutomationProperty property, VerificationComparer comparer, string comparison, object value)
Parameters
FrameworkElement
target
|
AutomationProperty
property
|
VerificationComparer
comparer
|
System.String
comparison
|
System.Object
value
|
Properties
Comparison
Declaration
[SentenceParam("comparison?", AutomationDescriptorType.Extraction | AutomationDescriptorType.Verification | AutomationDescriptorType.Wait, StaticValueListMethod = "PopulateComparisonList", DisableTextBoxEdit = true)]
public string Comparison { get; set; }
Property Value
System.String
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
PropertyName
Declaration
[SentenceParam("property?", AutomationDescriptorType.Extraction | AutomationDescriptorType.Verification | AutomationDescriptorType.Wait, DisableTextBoxEdit = true)]
public string PropertyName { get; set; }
Property Value
System.String
|
RequiredAssemblyReferences
Declaration
public override string[] RequiredAssemblyReferences { get; }
Property Value
System.String[]
|
Overrides
Value
Declaration
[SentenceParam("value?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
public object Value { get; set; }
Property Value
System.Object
|
Methods
GeneratePreviewValuesForTarget(DescriptorValueStoreCollection)
Declaration
public void GeneratePreviewValuesForTarget(DescriptorValueStoreCollection valuesCollection)
Parameters
DescriptorValueStoreCollection
valuesCollection
|
Implements
GetExtendedEditorInfo(DescriptorValueStore)
Declaration
public override void GetExtendedEditorInfo(DescriptorValueStore valueStore)
Parameters
DescriptorValueStore
valueStore
|
Overrides
GetProperty(FrameworkElement, String, Type, String)
Declaration
protected override object GetProperty(FrameworkElement fe, string name, Type type, string attachedPropertyOwner)
Parameters
FrameworkElement
fe
|
System.String
name
|
System.Type
type
|
System.String
attachedPropertyOwner
|
Returns
System.Object
|
Overrides
MangleLiveValueCode(CodeExpression)
Declaration
protected override CodeExpression MangleLiveValueCode(CodeExpression liveValueExpr)
Parameters
System.CodeDom.CodeExpression
liveValueExpr
|
Returns
System.CodeDom.CodeExpression
|
Overrides
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
|