Show / Hide Table of Contents

Class Test

Inheritance
System.Object
BaseElement
Test
Inherited Members
BaseElement.Id
BaseElement.Name
BaseElement.Description
BaseElement.InstanceId
BaseElement.Equals(Object)
BaseElement.GetHashCode()
BaseElement.ToString()
Namespace: AppDrillCore.Model
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 Description
TestResult

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
In This Article
Back to top Generated by DocFX