Class HtmlIdentificationDescriptor
Inheritance
System.Object
HtmlIdentificationDescriptor
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
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class HtmlIdentificationDescriptor : IIdentificationDescriptor, IExtensibleDataObject, IXmlPersistable
Constructors
HtmlIdentificationDescriptor()
Declaration
public HtmlIdentificationDescriptor()
HtmlIdentificationDescriptor(HtmlSearchType, Boolean)
Declaration
public HtmlIdentificationDescriptor(HtmlSearchType type, bool isLocked)
Parameters
HtmlSearchType
type
|
System.Boolean
isLocked
|
HtmlIdentificationDescriptor(String, Boolean)
Declaration
public HtmlIdentificationDescriptor(string attributeName, bool isLocked)
Parameters
System.String
attributeName
|
System.Boolean
isLocked
|
Properties
AttributeName
Declaration
public string AttributeName { get; set; }
Property Value
System.String
|
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
SearchType
TechnologyType
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Explicit Interface Implementations
IXmlPersistable.CurrentVersion
Declaration
Version IXmlPersistable.CurrentVersion { get; }
Returns
System.Version
|
Implements
IXmlPersistable.LoadFrom(XmlStoreNode)
Declaration
void IXmlPersistable.LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|
Implements
IXmlPersistable.RootName
Declaration
string IXmlPersistable.RootName { get; }
Returns
System.String
|
Implements
IXmlPersistable.SaveTo(XmlStoreNode)
Declaration
void IXmlPersistable.SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode
store
|