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
IdThe id of the report procesing request.
reportStorage
ReportStorageThe 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
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.