Class CommandLineRunner.LTest
Inheritance
System.Object
CommandLineRunner.LTest
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.Execution
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class LTest
Constructors
LTest(String, String, String, Int32, String, String, String)
Declaration
public LTest(string name, string owner, string path, int priority, string cp1, string cp2, string cp3)
Parameters
|
System.String
name
|
|
System.String
owner
|
|
System.String
path
|
|
System.Int32
priority
|
|
System.String
cp1
|
|
System.String
cp2
|
|
System.String
cp3
|
Properties
CustomProperty1
Declaration
public string CustomProperty1 { get; set; }
Property Value
|
System.String
|
CustomProperty2
Declaration
public string CustomProperty2 { get; set; }
Property Value
|
System.String
|
CustomProperty3
Declaration
public string CustomProperty3 { get; set; }
Property Value
|
System.String
|
Name
Declaration
public string Name { get; set; }
Property Value
|
System.String
|
Owner
Declaration
public string Owner { get; set; }
Property Value
|
System.String
|
Path
Declaration
public string Path { get; set; }
Property Value
|
System.String
|
Priority
Declaration
public int Priority { get; set; }
Property Value
|
System.Int32
|