Click or drag to resize

ResourceAllocation Class

Represents an allocation of a users time to a case or a specific phase of a case.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIResourceAllocation

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class ResourceAllocation

The ResourceAllocation type exposes the following members.

Constructors
 NameDescription
Public methodResourceAllocationInitializes a new instance of the ResourceAllocation class
Top
Properties
 NameDescription
Public propertyAllocatedHours The total number of hours to be spent on this allocation.
Public propertyAllocatedPercentage The percentage of the users time to be spent on this allocation.
Public propertyCaseGUID Identifies the case for this allocation.
Public propertyEndDate The day this allocation ends.
Public propertyGUID Unique identifier for the ResourceAllocation.
Public propertyPhaseGUID Identifies the phase (task) of the case that this allocation is for.
Public propertyStartDate The day this allocation starts.
Public propertyUserGUID Identifies the user being allocated.
Top
See Also