Click or drag to resize
Portfolio Class
Portfolio is a collection of Work Zones.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesPortfolio

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

The Portfolio type exposes the following members.

Properties
  NameDescription
Public propertyDisplayAs
Public propertyParentPortfolioId
Reference to parent portfolio. Supported only for primary portfolios. If this field is NULL for primary portfolio, it means particular record is the root of its own hierarchy.
Public propertySlaValues
SLA Values overrides priority values (DueInMinutes, RespondInMinutes, AckInMinutes) for whole portfolio or certain community
Public propertyTurnTemplateId
Public propertyTypeId
Portfolio type, matches enumeration PortfolioType. Supported values are Primary and Grouping.
Public propertyUseBizHours
True means Work Zones’s/Portfolio’s Business Hours data will participate in workflow inheritance (even when such data is missing).
Public propertyUseEscalation
True means Work Zone’s/Portfolio’s Escalation List data will participate in workflow inheritance (even when such data is missing).
Public propertyUseHolidays
True means Work Zones’s/Portfolio’s Holidays data will participate in workflow inheritance (even when such data is missing).
Public propertyUseOnCall
True means Work Zones’s/Portfolio’s On Call data will participate in workflow inheritance (even when such data is missing).
Top
See Also