Interface IMaintenanceSource
- Namespace
- Geotab.Checkmate.ObjectModel.Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An interface for entities that are identified with a maintenance source.
public interface IMaintenanceSource
Properties
Labels
Gets or sets the labels.
IList<string>? Labels { get; set; }
Property Value
Source
Gets or sets the source
string? Source { get; set; }
Property Value
SourceDescription
Gets or sets the source description
string? SourceDescription { get; set; }