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 FromSale : DocumentList.DocumentListQuery, ICloneable
Constructors
FromSale(Int32)
Constructor. This constructor creates a DocumentList based on the saleId.
Declaration
public FromSale(int saleId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | saleId | The sale we want to base the DocumentList on. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)