Table of Contents

Class AggregatedDataEntity

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

Base class for aggregated data container.

public abstract class AggregatedDataEntity : Entity, IEntity, IComparable, IIdentifiable
Inheritance
AggregatedDataEntity
Implements
Derived
Inherited Members

Constructors

AggregatedDataEntity()

Initializes a new instance of the AggregatedDataEntity class.

protected AggregatedDataEntity()

AggregatedDataEntity(Id?, DateTime?)

Initializes a new instance of the AggregatedDataEntity class.

protected AggregatedDataEntity(Id? id, DateTime? lastUpdated)

Parameters

id Id

The Id if the data.

lastUpdated DateTime?

The version of the data.

Properties

LastUpdated

Gets or sets the last update date of the data.

public DateTime? LastUpdated { get; set; }

Property Value

DateTime?

DateTime