Table of Contents

Interface IDriverProvider

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

The interface that is used to retrieve Driver value from an object that implements this interface.

public interface IDriverProvider

Properties

Driver

Gets the driver.

Driver? Driver { get; }

Property Value

Driver

Driver