Click or drag to resize
SpecDispatchRule Class
Specialty Dispatch Rules define auto-assignment rules for Portfolio or Work Zone. Specialty Dispatch Rules are used by auto-assignment routine.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesPortfolioChildCorrigoEntity
        CorrigoService.EntitiesSpecDispatchRule

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class SpecDispatchRule : PortfolioChildCorrigoEntity

The SpecDispatchRule type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Indicates a special record representing so-called “Specialty Rule” ;). Other than special zero value, this is 1-based sequential index specifying user-defined order of assignees.
Public propertySpecialtyId
Specialty for which rule is defined. Zero is valid value for this field.
Public propertyUserId
Employee (either Technician or Provider) linked to the rule.
Top
See Also