Class WorkTimeAllHours
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class WorkTimeAllHours : WorkTimeSystem, IEntity, IComparable, IIdentifiable, IDefaultable
- Inheritance
-
WorkTimeAllHours
- Implements
- Inherited Members
Properties
Details
Sets the WorkTimesDetails IList<T> collection.
public override List<WorkTimeDetail>? Details { set; }
Property Value
- List<WorkTimeDetail>
The WorkTimesDetails IList<T> collection.
Value
Gets the singleton value.
public static WorkTimeAllHours Value { get; }
Property Value
- WorkTimeAllHours
The singleton 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.