Class
DesktopIdentificationDescriptor

Describes desktop type of identification.

Definition

Namespace:ArtOfTest.WebAii.Design.Translation.Desktop

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

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

Inheritance: objectDesktopIdentificationDescriptor

Implements: IExtensibleDataObjectIIdentificationDescriptor

Constructors

DesktopIdentificationDescriptor()

Create new instance of DesktopIdentificationDescriptor class.

Declaration

cs-api-definition
public DesktopIdentificationDescriptor()

DesktopIdentificationDescriptor(string, bool)

Create new instance of DesktopIdentificationDescriptor class.

Declaration

cs-api-definition
public DesktopIdentificationDescriptor(string propertyName, bool isLocked)

Parameters

propertyName

string

The property name.

isLocked

bool

Whether to lock this descriptor or not.

Properties

ExtensionData

Declaration

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

Property Value

ExtensionDataObject

Implements IExtensibleDataObject.ExtensionData

IsLocked

Declaration

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

Property Value

bool

Implements IIdentificationDescriptor.IsLocked

PropertyName

Gets the property name.

Declaration

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

Property Value

string

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()