Show / Hide Table of Contents

Interface IQuoteManagerFactory

Namespace: SuperOffice.CRM.Sale
Assembly: SoDataBase.dll
Syntax
public interface IQuoteManagerFactory

Methods

FromCachedQuoteVersionIdAsync(int, CancellationToken)

Declaration
Task<IQuoteManager> FromCachedQuoteVersionIdAsync(int quoteVersionId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int quoteVersionId
CancellationToken cancellationToken
Returns
Type Description
Task<IQuoteManager>

FromCachedSaleIdAsync(int, CancellationToken)

Declaration
Task<IQuoteManager> FromCachedSaleIdAsync(int saleId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int saleId
CancellationToken cancellationToken
Returns
Type Description
Task<IQuoteManager>

FromQuoteAlternativeIdAsync(int, CancellationToken)

Declaration
Task<IQuoteManager> FromQuoteAlternativeIdAsync(int quoteAlternativeId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int quoteAlternativeId
CancellationToken cancellationToken
Returns
Type Description
Task<IQuoteManager>

FromQuoteIdAsync(int, CancellationToken)

Declaration
Task<IQuoteManager> FromQuoteIdAsync(int quoteId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int quoteId
CancellationToken cancellationToken
Returns
Type Description
Task<IQuoteManager>

FromQuoteLineIdAsync(int, CancellationToken)

Declaration
Task<IQuoteManager> FromQuoteLineIdAsync(int quoteLineId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int quoteLineId
CancellationToken cancellationToken
Returns
Type Description
Task<IQuoteManager>

FromQuoteVersionIdAsync(int, CancellationToken)

Declaration
Task<IQuoteManager> FromQuoteVersionIdAsync(int quoteVersionId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int quoteVersionId
CancellationToken cancellationToken
Returns
Type Description
Task<IQuoteManager>

FromSaleIdAsync(int, CancellationToken)

Declaration
Task<IQuoteManager> FromSaleIdAsync(int saleId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int saleId
CancellationToken cancellationToken
Returns
Type Description
Task<IQuoteManager>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top