Click or drag to resize

LinkUserAndPortfolio Class

Employees of type Technician can be linked to one or more Portfolios; this is used to determine full Employee work zone scope. Application uses this information to decide what work zones, work orders, customers etc. CorpNet user may access through UI. From data model perspective, this is a simple bridge between Employee and Portfolio. Employee may be directly linked to any number of Portfolios, or none.
Inheritance Hierarchy

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

The LinkUserAndPortfolio type exposes the following members.

Properties
  NameDescription
Public propertyPortfolioId
Portfolio ID.
Public propertyUserId
Employee ID.
Top
See Also