Table of Contents

Interface IEntityLink

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

An entity that provides entity link characteristics.

public interface IEntityLink

Properties

Gets or sets the date when the link was added.

DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

Gets or sets the date when the link was removed.

DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime