Class TestType
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
Exceptions
- ArgumentNullException
nameis null.
Properties
Name
Gets the test type name.
[DataMember]
public string Name { get; }
Property Value
TestTypeId
Gets the unique identifier for this test type.
[DataMember]
public short TestTypeId { get; }