Table of Contents

Class MaintenanceTypeSummary

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

false A class containing summarized maintenance types

public sealed class MaintenanceTypeSummary : Entity, IEntity, IComparable, IIdentifiable
Inheritance
MaintenanceTypeSummary
Implements
Inherited Members

Constructors

MaintenanceTypeSummary()

public MaintenanceTypeSummary()

Properties

Count

Gets or sets the count of the maintenance type

public int Count { get; set; }

Property Value

int

The count

MaintenanceTypeId

Gets or sets the id of the maintenance type

public int MaintenanceTypeId { get; set; }

Property Value

int

The maintenance type id

MaintenanceTypeName

Gets or sets the name of the maintenance type

public string? MaintenanceTypeName { get; set; }

Property Value

string

The maintenance type name

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override IEntity Clone()

Returns

IEntity

A new object that is a copy of this instance.