Class HtmlVerificationDescriptor
Inheritance
System.Object
HtmlVerificationDescriptor
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.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class HtmlVerificationDescriptor : VerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
HtmlVerificationDescriptor()
Declaration
public HtmlVerificationDescriptor()
HtmlVerificationDescriptor(Element)
HtmlVerificationDescriptor(String, Element)
Declaration
public HtmlVerificationDescriptor(string name, Element target)
Parameters
System.String
name
|
Element
target
|
Properties
PrimaryHtmlTarget
PrimaryTarget
Declaration
public override ElementDescriptor PrimaryTarget { get; set; }
Property Value
ElementDescriptor
|
Overrides
SecondaryTarget
Declaration
public override ElementDescriptor SecondaryTarget { get; set; }
Property Value
ElementDescriptor
|
Overrides
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
Methods
CreateElementFindExpression(String)
Declaration
protected override CodeExpression CreateElementFindExpression(string elementKey)
Parameters
System.String
elementKey
|
Returns
System.CodeDom.CodeExpression
|
Overrides
InspectWebSettings(UserSettings)
Declaration
public virtual void InspectWebSettings(UserSettings settings)
Parameters
UserSettings
settings
|