ClassDesktopIdentificationDescriptor
Class
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:
Constructors
DesktopIdentificationDescriptor()
Create new instance of DesktopIdentificationDescriptor class.
Declaration
cs-api-definition
public DesktopIdentificationDescriptor()
DesktopIdentificationDescriptor(string, bool)
Create new instance of DesktopIdentificationDescriptor class.
Properties
ExtensionData
Declaration
cs-api-definition
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Implements
IsLocked
Declaration
cs-api-definition
[DataMember(Name = "IsLocked")]
public bool IsLocked { get; set; }
Property Value
Implements
PropertyName
Gets the property name.
Declaration
cs-api-definition
[DataMember(Name = "PropertyName")]
public string PropertyName { get; set; }
Property Value
TechnologyType
Declaration
cs-api-definition
public TechnologyType TechnologyType { get; }
Property Value
Implements