Class IoxWorksConfigFileInfo
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents the spreader config file info
public sealed class IoxWorksConfigFileInfo : Entity, IEntity, IComparable, IIdentifiable
- Inheritance
-
IoxWorksConfigFileInfo
- Implements
- Inherited Members
Constructors
IoxWorksConfigFileInfo(Id?, string, long)
Initializes a new instance of the IoxWorksConfigFileInfo class.
public IoxWorksConfigFileInfo(Id? id, string friendlyName, long checksum)
Parameters
id
IdUnique identifier
friendlyName
stringUser readable spreader config file name
checksum
longUnique checksum value
IoxWorksConfigFileInfo(IoxWorksConfigFileInfo)
Initializes a new instance of the IoxWorksConfigFileInfo class.
public IoxWorksConfigFileInfo(IoxWorksConfigFileInfo ioxWorksConfigFileInfo)
Parameters
ioxWorksConfigFileInfo
IoxWorksConfigFileInfoInstance of the IoxWorksConfigFileInfo
Properties
CheckSum
Gets or sets unique checksum value
public long CheckSum { get; set; }
Property Value
- long
The CheckSum value
FriendlyName
Gets or sets user readable spreader config file name
public string FriendlyName { get; set; }
Property Value
- string
The FriendlyName 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.