Class TestStripView
- Namespace
- Acuit.Pinpoint.Workflows.Workstation.Controls
- Assembly
- Acuit.Pinpoint.Workflows.Workstation.dll
The default test strip control.
public class TestStripView : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
TestStripView
- Implements
- Inherited Members
Remarks
The content consists of the test type name, a "New Test" button, and the last test result. When the test type does not apply to the unit, it will be disabled with a message that says "Does not apply to this unit." The entire area will have a green background if the last test passed, a red background if the last test did no pass or if there is no test result, or a neutral background if the test type does not apply to the unit or while the test workflow is running.
Constructors
TestStripView()
Initializes a new instance of the TestStripView class.
public TestStripView()
Fields
TestViewModelProperty
public static readonly DependencyProperty TestViewModelProperty
Field Value
Properties
TestViewModel
Gets or sets the test view model.
public ITestViewModel TestViewModel { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()