Click or drag to resize

ScheduleMetrics Class

Indicates if the Work Order misses the On Site By SLA
Inheritance Hierarchy
SystemObject
  CorrigoServiceScheduleMetrics

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ScheduleMetrics

The ScheduleMetrics type exposes the following members.

Properties
 NameDescription
Public propertyTotalWOs Total number of work orders
Public propertyUsersWithNewlyAssignedWOs Number of assignable users who were scheduled at least one new work order
Public propertyUsersWithNoNewlyAssignedWOs Number of assignable users who were not scheduled any work orders by the draft
Public propertyWoAssignedAndScheduled Number of work orders assigned and scheduled
Public propertyWoAssignedOnly Number of work orders assigned only
Public propertyWoChanged Number of work orders changed by the Decision Engine
Should be the sum of WOs with status assigned, scheduled, assignedAndScheduled and unscheduled
Public propertyWoScheduledOnly Number of work orders scheduled only
Public propertyWoUnchanged Number of work orders unchanged
Public propertyWoUnscheduled Number of work orders unscheduled
Top
See Also