Click or drag to resize
OnCallRule Class
On-Call List define day-by-day assignment of “on-call person” for Portfolio or Work Zone. There are two on-call persons for each day: one is for business hours; another one for off hours.
Inheritance Hierarchy

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

The OnCallRule type exposes the following members.

Properties
  NameDescription
Public propertyAfterHoursUserId
On-call person for off hours.
Public propertyBizHoursUserId
On-call person for business hours.
Public propertyDayOfWeek
Number of the day inside the week. Supported values are 1 – 7. 1 always means Sunday – regardless of how “First day of the week” setting is configured.
Top
See Also