Class
RunningTestModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.Scheduling.Models

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class RunningTestModel

Inheritance: objectRunningTestModel

Constructors

RunningTestModel(string, TestType)

Declaration

cs-api-definition
public RunningTestModel(string testName, TestType testType)

Parameters

testName

string

testType

TestType

Properties

ImageSource

Declaration

cs-api-definition
public GlyphIcon ImageSource { get; }

Property Value

GlyphIcon

TestName

Declaration

cs-api-definition
public string TestName { get; }

Property Value

string

TestType

Declaration

cs-api-definition
public TestType TestType { get; }

Property Value

TestType