Interface IEntityLink
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An entity that provides entity link characteristics.
public interface IEntityLink
Properties
FromDate
Gets or sets the date when the link was added.
DateTime? FromDate { get; set; }
Property Value
ToDate
Gets or sets the date when the link was removed.
DateTime? ToDate { get; set; }