Click or drag to resize

BlackoutDay Class

BlackoutDay define "off" days for Portfolio or Work Zone. BO is based on BlackoutDayObject table. It's a non-regular sequence of dates without time overriding normal business hours schedule defined via Business Hours BO. described in Portfolio/Portfolio.docx
Inheritance Hierarchy

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

The BlackoutDay type exposes the following members.

Properties
 NameDescription
Public propertyAppliesToCriticalWos
C#
True
means a critical work order can be created in Blackout day.
Public propertyAppliesToStandardWos
C#
True
means a standard work order can be created in Blackout day.
Public propertyDisplayAs Blackout day name/label.
Public propertyDtStart This field contains date (i.e. no time part) indicating a start date of blackout days.
Top
See Also