ClassSilverlightIdentificationDescriptor
Class
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:
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
The type of identification
isLocked
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
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 XamlSearchType SearchType { get; set; }
Property Value
TechnologyType
Declaration
cs-api-definition
public TechnologyType TechnologyType { get; }
Property Value
Implements