Click or drag to resize

GetDocumentCriteria Class

Data contract class for getting a document on a business partner.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginBaseCriteria
      Tse.EasyBook.Server.DataContracts.OwnerLoginGetDocumentCriteria

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

The GetDocumentCriteria type exposes the following members.

Constructors
  NameDescription
Public methodGetDocumentCriteria
Top
Properties
  NameDescription
Public propertyCorrespondenceId
The Id of the correspondence entity that references the document. If an invoice is to be retrieved then use "InvoiceNo" instead.
Public propertyDocumentType
The document type to fetch the document for. Leave this NULL if the document fetched is the ID of a CorrespondenceWeb object. If a documenttype is provided, use the CorrespondenceId to provide the Id of the document to load.
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Top
See Also