Click or drag to resize

CaseWeb Class

Data class for showing a case on the web.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsCaseWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class CaseWeb : DataContractEntityWeb, ICaseWeb

The CaseWeb type exposes the following members.

Constructors
  NameDescription
Public methodCaseWeb
Top
Properties
  NameDescription
Public propertyApproachType
Approach type
Public propertyAssignedTo
Assigned to employee or group
Public propertyAssignedToGroup
True, if the AssignedTo is a Group.
Public propertyCauses
A list of causes for the case. Causes may contain 0..n sub causes.
Public propertyClosedDate
Reminder/Expiry date
Public propertyComments
Note for OwnerAccess: Only the owners comments are listed here! Internal comments by employees are *not* listed.
Public propertyCommentsWeb
Public propertyConcerning
An optional case subject
Public propertyCreated
Date of creating the case
Public propertyDescription
Description
Public propertyExpiryDate
Reminder/Expiry date
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyStatus
Case status
Public propertyStatusReason
Case status reason
Public propertyType
Case type
Top
See Also