ClassHtmlIdentificationDescriptor
Class
Describes a type of identification.
Definition
Namespace:ArtOfTest.WebAii.Design.Translation
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class HtmlIdentificationDescriptor : IIdentificationDescriptor, IExtensibleDataObject
Inheritance: objectHtmlIdentificationDescriptor
Implements:
Constructors
HtmlIdentificationDescriptor()
Declaration
cs-api-definition
public HtmlIdentificationDescriptor()
HtmlIdentificationDescriptor(HtmlSearchType, bool)
Creates a new identification attribute.
Declaration
cs-api-definition
public HtmlIdentificationDescriptor(HtmlSearchType type, bool isLocked)
Parameters
type
The type of identification
isLocked
Whether to lock this descriptor or not.
HtmlIdentificationDescriptor(string, bool)
Create a new identification attribute.
Properties
AttributeName
Gets the attribute name.
Declaration
cs-api-definition
[DataMember(Name = "AttributeName")]
public string AttributeName { get; set; }
Property Value
ExtensionData
Declaration
cs-api-definition
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Implements
IsLocked
Gets or sets whether this descriptor is locked in the user options.
Declaration
cs-api-definition
[DataMember(Name = "IsLocked")]
public bool IsLocked { get; set; }
Property Value
Implements
SearchType
Gets or sets the FindType to use to describe identification
Declaration
cs-api-definition
[DataMember(Name = "SearchType")]
public HtmlSearchType SearchType { get; set; }
Property Value
TechnologyType
Declaration
cs-api-definition
public TechnologyType TechnologyType { get; }
Property Value
Implements