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