Table of Contents

Class TestType

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

A test type.

[DataContract(IsReference = true)]
public class TestType
Inheritance
TestType
Inherited Members

Constructors

TestType(short, string)

Initializes a new instance of the TestType class.

public TestType(short testTypeId, string name)

Parameters

testTypeId short

The unique identifier for this test type.

name string

The test type name.

Exceptions

ArgumentNullException

name is null.

Properties

Name

Gets the test type name.

[DataMember]
public string Name { get; }

Property Value

string

TestTypeId

Gets the unique identifier for this test type.

[DataMember]
public short TestTypeId { get; }

Property Value

short