Class DocumentList.FromSale
FromContact contains the different methods to create a PersonList.
Inheritance
DocumentList.FromSale
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class DocumentList.FromSale : DocumentList.DocumentListQuery, ICloneable
Constructors
FromSale(int)
Constructor. This constructor creates a DocumentList based on the saleId.
Declaration
public FromSale(int saleId)
Parameters
Type | Name | Description |
---|---|---|
int | saleId | The sale we want to base the DocumentList on. |