Class
HtmlIdentificationDescriptor

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: IExtensibleDataObjectIIdentificationDescriptor

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

HtmlSearchType

The type of identification

isLocked

bool

Whether to lock this descriptor or not.

HtmlIdentificationDescriptor(string, bool)

Create a new identification attribute.

Declaration

cs-api-definition
public HtmlIdentificationDescriptor(string attributeName, bool isLocked)

Parameters

attributeName

string

The attribute name

isLocked

bool

Whether to lock this descriptor or not.

Properties

AttributeName

Gets the attribute name.

Declaration

cs-api-definition
[DataMember(Name = "AttributeName")]
public string AttributeName { get; set; }

Property Value

string

ExtensionData

Declaration

cs-api-definition
public ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

Implements IExtensibleDataObject.ExtensionData

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

bool

Implements IIdentificationDescriptor.IsLocked

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

HtmlSearchType

TechnologyType

Declaration

cs-api-definition
public TechnologyType TechnologyType { get; }

Property Value

TechnologyType

Implements IIdentificationDescriptor.TechnologyType

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()