Class BackwardsCompatibleTestData
Inheritance
System.Object
BackwardsCompatibleTestData
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.WebAii.Design.ProjectModel.BackwardsCompatibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[OmitFromLoaderKnownTypes]
public class BackwardsCompatibleTestData
Constructors
BackwardsCompatibleTestData()
Declaration
public BackwardsCompatibleTestData()
Fields
DataInfo
DeploymentItems
Declaration
public List<string> DeploymentItems
Field Value
|
System.Collections.Generic.List<System.String>
|
DeploymentItemsManuallyManaged
Declaration
public List<string> DeploymentItemsManuallyManaged
Field Value
|
System.Collections.Generic.List<System.String>
|
Description
Declaration
public string Description
Field Value
|
System.String
|
DomStatesCounter
Declaration
public Dictionary<string, int> DomStatesCounter
Field Value
|
System.Collections.Generic.Dictionary<System.String, System.Int32>
|
HasCodeBehind
Declaration
public bool HasCodeBehind
Field Value
|
System.Boolean
|
IndependentDescriptors
Declaration
public List<ElementDescriptor> IndependentDescriptors
Field Value
|
System.Collections.Generic.List<ElementDescriptor>
|
Name
Declaration
public string Name
Field Value
|
System.String
|
Path
Declaration
public string Path
Field Value
|
System.String
|
ResourceFilePath
Declaration
public string ResourceFilePath
Field Value
|
System.String
|
Steps
TestAssembly
Declaration
public string TestAssembly
Field Value
|
System.String
|
TestAssemblyPath
Declaration
public string TestAssemblyPath
Field Value
|
System.String
|
TestClass
Declaration
public string TestClass
Field Value
|
System.String
|
VSProperties
Declaration
public Dictionary<string, string> VSProperties
Field Value
|
System.Collections.Generic.Dictionary<System.String, System.String>
|