Class IdentificationOptionsScheme
Inheritance
System.Object
IdentificationOptionsScheme
Inherited Members
System.Object.ToString()
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.Common.Design.Translation
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class IdentificationOptionsScheme : IExtensibleDataObject, ICloneable, IXmlPersistable
Constructors
IdentificationOptionsScheme()
Declaration
public IdentificationOptionsScheme()
IdentificationOptionsScheme(String, TechnologyType)
Declaration
public IdentificationOptionsScheme(string schemeName, TechnologyType tech)
Parameters
System.String
schemeName
|
TechnologyType
tech
|
Fields
DefaultIdentificationName
Declaration
public static string DefaultIdentificationName
Field Value
System.String
|
DefaultIdentificationSchemeName
Declaration
public static string DefaultIdentificationSchemeName
Field Value
System.String
|
Properties
AlwaysAssertTagName
Declaration
public bool AlwaysAssertTagName { get; set; }
Property Value
System.Boolean
|
AutoDetectTestRegions
Declaration
public bool AutoDetectTestRegions { get; set; }
Property Value
System.Boolean
|
CheckFindParamUniqueness
Declaration
public bool CheckFindParamUniqueness { get; set; }
Property Value
System.Boolean
|
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
IdentificationsPerTag
Declaration
public Dictionary<string, IdentificationDescriptorList> IdentificationsPerTag { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, IdentificationDescriptorList>
|
TechnologyType
TryAttributeCombinations
Declaration
public bool TryAttributeCombinations { get; set; }
Property Value
System.Boolean
|
XmlBlob
Methods
Clone()
Declaration
public object Clone()
Returns
System.Object
|
Implements
System.ICloneable.Clone()
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
|