Interface IDiagnosticProvider
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The interface that is used to retrieve Diagnostic value from an object that implements this interface.
public interface IDiagnosticProvider
Properties
Diagnostic
Gets the Diagnostic.
Diagnostic? Diagnostic { get; }