Click or drag to resize

ExtranetCaseRights Class

Specifies which permissions has been granted to the case.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIExtranetCaseRights

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

The ExtranetCaseRights type exposes the following members.

Constructors
 NameDescription
Public methodExtranetCaseRightsInitializes a new instance of the ExtranetCaseRights class
Top
Properties
 NameDescription
Public propertyEditCaseStatus True when permission has been granted to edit case status.
Public propertyShowBilling True when permission has been granted to view billing details.
Public propertyShowCaseStatus True when permission has been granted to view case status.
Public propertyShowFilesAndLinks True when permission has been granted to show files and links.
Public propertyShowGanttChart True when permission has been granted to view Gantt chart.
Public propertyShowPhaseTree True when permission has been granted to view phase tree.
Public propertyShowReadyToBill True when permission has been granted to view 'Ready to bill' status.
Public propertyShowWorkHourEstimates True when permission has been granted to view work hour estimates.
Public propertyShowWorkHours True when permission has been granted to view work hours.
Public propertyShowWorkHourStartAndEndTime True when permission has been granted to view start and end time of the work hours.
Top
See Also