Click or drag to resize

CaseCommentAndAttachmentWeb Class

Data contract for the input criteria for the "OwnerAccess" webservice.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsCommentWeb
        Tse.EasyBook.Server.DataContracts.OwnerLoginCaseCommentAndAttachmentWeb

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class CaseCommentAndAttachmentWeb : CommentWeb

The CaseCommentAndAttachmentWeb type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAttachments
The attachments attached to the casecomment
Public propertyCreatedBy
Name of the person that created this comment.
(Inherited from CommentWeb.)
Public propertyDate
Date of the comment
(Inherited from CommentWeb.)
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyOwnerId
Optional field, set this if owner created comment
(Inherited from CommentWeb.)
Public propertyText
Text
(Inherited from CommentWeb.)
Top
See Also