Table of Contents

Class TestType

Namespace
Acuit.Pinpoint.Client2
Assembly
Acuit.Pinpoint.Client2.dll

A test type.

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

Properties

IsDeserializing

Gets or sets whether this object is currently being deserialized.

protected bool IsDeserializing { get; }

Property Value

bool

Name

Gets or sets the test type name.

[DataMember]
public string Name { get; set; }

Property Value

string

TestTypeId

Gets or sets the unique identifier for this test type.

[DataMember]
public short TestTypeId { get; set; }

Property Value

short

Methods

OnPropertyChanged(string)

Processes property changes by raising the PropertyChanged event.

protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName string

The name of the property that changed.

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler