Click or drag to resize

CaseCauseWeb Class

Data class for past correspondence details froma business entity
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsCaseCauseWeb

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 CaseCauseWeb : DataContractEntityWeb

The CaseCauseWeb type exposes the following members.

Constructors
  NameDescription
Public methodCaseCauseWeb
Top
Properties
  NameDescription
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIsSubCause
True if the case cause is a subcause to a parent cause
Public propertyName
Cause name
Public propertySubCauses
A collection of sub causes
Top
See Also