Click or drag to resize

CorrespondenceInfoWeb Class

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

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

The CorrespondenceInfoWeb type exposes the following members.

Constructors
  NameDescription
Public methodCorrespondenceInfoWeb
Top
Properties
  NameDescription
Public propertyCreatedBy
The employee who crated the correspondence. May be empty or NULL.
Public propertyDateSent
Date sent
Public propertyDistributionChannel
Distribution channel
Public propertyDocumentType
Document type
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertySentTo
The recipient address.
Public propertyTitle
The title of the correspondence
Top
See Also