Table of Contents

Class ReportProcessingRequest

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

Represents the report processing request

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

Constructors

ReportProcessingRequest(Id?, ReportStorage?)

Initializes a new instance of the ReportProcessingRequest class.

public ReportProcessingRequest(Id? id, ReportStorage? reportStorage)

Parameters

id Id

The id of the report procesing request.

reportStorage ReportStorage

The report storage instance for the report procesing request.

Properties

ReportStorage

Gets the ReportStorage instance for the report processing request.

public ReportStorage? ReportStorage { get; }

Property Value

ReportStorage

ReportStorage

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.