Class Test
Inheritance
System.Object
Test
Assembly: AppDrillCore.dll
Syntax
public sealed class Test : BaseElement
Properties
Applicable
Declaration
public bool Applicable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ApplicableMachineState
Declaration
public string ApplicableMachineState { get; set; }
Property Value
Type |
Description |
System.String |
|
ApplicableUserLevel
Declaration
public string ApplicableUserLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
Cost
Declaration
public string Cost { get; set; }
Property Value
Type |
Description |
System.String |
|
Duration
Declaration
public string Duration { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public TestResult State { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|