Click or drag to resize

EditCaseCriteria Class

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

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 EditCaseCriteria : OwnerLoginRentalObjectCriteria

The EditCaseCriteria type exposes the following members.

Constructors
  NameDescription
Public methodEditCaseCriteria
Top
Properties
  NameDescription
Public propertyAddCaseComments
Use this to add comments to an existing case
Public propertyAssignedTo
Public propertyAssignedToGroup
True, if the AssignedTo is a Group.
Public propertyCaseStatusReason
Case status reason
Public propertyId
The id of the existing case to edit
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Public propertyRentalObjectNo
The rentalobject number
(Inherited from OwnerLoginRentalObjectCriteria.)
Top
See Also