Click or drag to resize

LinkPortfolioAndWorkZone Class

Work Zone/Portfolio bridge defines association between work zone and portfolios (both primary and grouping). contains only records representing direct associations – rather than those inherited from primary portfolios hierarchy.
Inheritance Hierarchy
System.Object
  CorrigoService.Entities.CorrigoEntity
    CorrigoService.Entities.LinkPortfolioAndWorkZone

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

The LinkPortfolioAndWorkZone type exposes the following members.

Properties
  NameDescription
Public propertyIsPrimary
True indicates link between Work Zone and its primary portfolio.
Public propertyPortfolioId
Portfolio ID.
Public propertyWorkZoneId
Work Zone ID.
Top
See Also