Interface IAddInDataProvider
- Namespace
- Geotab.Checkmate.ObjectModel.EntitySettings
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Interface used to retrieve an AddInData instance from an object that implement this.
public interface IAddInDataProvider
Properties
Data
Gets the AddInData.
AddInData? Data { get; }