Click or drag to resize

EditCaseCommentCriteria Class

Data contract for the input criteria for the "OwnerAccess" webservice.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginBaseCriteria
      Tse.EasyBook.Server.DataContracts.OwnerLoginEditCaseCommentCriteria

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 EditCaseCommentCriteria : OwnerLoginBaseCriteria

The EditCaseCommentCriteria type exposes the following members.

Constructors
  NameDescription
Public methodEditCaseCommentCriteria
Top
Properties
  NameDescription
Public propertyAddAttachments
Fill this out when adding attachments
Public propertyCommentId
The id of the existing case to edit
Public propertyCommentText
The text of the comment
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Public propertyRemoveAttachments
Fill this out when removing attachments
Top
See Also