Class
SilverlightIdentificationDescriptor

Describes a type of identification.

Definition

Namespace:ArtOfTest.WebAii.Design.Translation.Silverlight

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
[DataContract(Name = "SilverlightIdentificationDescriptor", Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class SilverlightIdentificationDescriptor : IIdentificationDescriptor, IExtensibleDataObject

Inheritance: objectSilverlightIdentificationDescriptor

Implements: IExtensibleDataObjectIIdentificationDescriptor

Constructors

SilverlightIdentificationDescriptor()

Declaration

cs-api-definition
public SilverlightIdentificationDescriptor()

SilverlightIdentificationDescriptor(XamlSearchType, bool)

Creates a new identification attribute.

Declaration

cs-api-definition
public SilverlightIdentificationDescriptor(XamlSearchType type, bool isLocked)

Parameters

type

XamlSearchType

The type of identification

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 XamlSearchType SearchType { get; set; }

Property Value

XamlSearchType

TechnologyType

Declaration

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

Property Value

TechnologyType

Implements IIdentificationDescriptor.TechnologyType