Class ExceptionEventAttachment
- Namespace
- Geotab.Checkmate.ObjectModel.Exceptions
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An uploaded MediaFile associated with an ExceptionEvent instance.
public class ExceptionEventAttachment : Entity, IEntity, IComparable, IIdentifiable
- Inheritance
-
ExceptionEventAttachment
- Implements
- Inherited Members
Constructors
ExceptionEventAttachment()
Initializes a new instance of the ExceptionEventAttachment class.
public ExceptionEventAttachment()
ExceptionEventAttachment(Id?)
Initializes a new instance of the ExceptionEventAttachment class.
public ExceptionEventAttachment(Id? id)
Parameters
id
IdThe optional Id of the ExceptionEventAttachment.
Properties
DateTime
Gets or sets the DateTime of the last time there was a change to the ExceptionEventAttachment.
public DateTime? DateTime { get; set; }
Property Value
- DateTime?
The last updated date time, in UTC.
Remarks
This is updated when an attachment is added or a comment is made.
ExceptionEvent
Gets or sets the ExceptionEvent that this ExceptionEventAttachment is based on.
public ExceptionEvent? ExceptionEvent { get; set; }
Property Value
MediaFileAttachment
Gets or sets the MediaFile attachment associated with the ExceptionEvent instance.
public MediaFile? MediaFileAttachment { get; set; }
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.