Click or drag to resize
Responsibility Class
Responsibility object is used to store workflow configuration pieces which are based on a single Employee and can be associated with other Work Zone or Portfolio. Default assignee is typical example of Responsibility.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesPortfolioChildCorrigoEntity
        CorrigoService.EntitiesResponsibility

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

The Responsibility type exposes the following members.

Properties
  NameDescription
Public propertyAssigneeId
ID of the actor chosen for this Responsibility.
Public propertyAssigneeTypeId
Type ID of the actor chosen for this Responsibility. Supported values are ActorType.Employee and ActorType.LeaseUser only, i.e. Technician and Contact.
Public propertyResponsibilityType
Responsibility type.
Top
See Also