Class DesktopIdentificationDescriptor
Inheritance
System.Object
DesktopIdentificationDescriptor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Translation.Desktop
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DesktopIdentificationDescriptor : IIdentificationDescriptor, IExtensibleDataObject, IXmlPersistable
Constructors
DesktopIdentificationDescriptor()
Declaration
public DesktopIdentificationDescriptor()
DesktopIdentificationDescriptor(String, Boolean)
Declaration
public DesktopIdentificationDescriptor(string propertyName, bool isLocked)
Parameters
System.String
propertyName
|
System.Boolean
isLocked
|
Properties
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
IsLocked
Declaration
public bool IsLocked { get; set; }
Property Value
System.Boolean
|
Implements
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.String
|
RootName
Declaration
public string RootName { get; }
Property Value
System.String
|
Implements
TechnologyType
XmlBlob
Methods
LoadFrom(XmlStoreNode)
SaveTo(XmlStoreNode)
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()