ClassIdentificationDescriptor
Describes a type of identification.
Definition
Namespace:ArtOfTest.WebAii.Design.Translation
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/1.0.0")]
public class IdentificationDescriptor : IIdentificationDescriptor, IExtensibleDataObject
Inheritance: objectIdentificationDescriptor
Implements:
Constructors
IdentificationDescriptor()
Declaration
public IdentificationDescriptor()
IdentificationDescriptor(FindType, bool)
Creates a new identification attribute.
IdentificationDescriptor(FindType, bool, string)
Creates a new identification attribute.
IdentificationDescriptor(string, bool)
Create a new identification attribute.
Properties
AttributeName
Gets the attribute name.
Declaration
[DataMember(Name = "Attributename")]
public string AttributeName { get; set; }
Property Value
Enabled
Gets or sets whether this attribute participates in the identification.
Declaration
[DataMember(Name = "Enabled")]
public bool Enabled { get; set; }
Property Value
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Implements
FindType
Gets or sets the FindType to use to describe identification
Declaration
[DataMember(Name = "FindType")]
public FindType FindType { get; set; }
Property Value
Remarks
V1.0 we will only support AttributeOnly + TagIndex
IsLocked
Gets or sets whether this descriptor is locked in the user options.
Declaration
[DataMember(Name = "IsLocked")]
public bool IsLocked { get; set; }
Property Value
Implements
TechnologyType
Declaration
public TechnologyType TechnologyType { get; }
Property Value
Implements