Class FindSaleReturnFieldsCalculator
Return fields calculator for the FindSale provider. Adds standard fields.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[ReturnFieldsCalculator("FindSale")]
public class FindSaleReturnFieldsCalculator : ReturnFieldsCalculatorBase
Remarks
The 'completed' flag is not included, since it may confuse the user - it can look like a multiselection marking checkbox, which it certainly is not.
Constructors
FindSaleReturnFieldsCalculator()
Return fields calculator for the FindSale provider. Adds standard fields.
Declaration
public FindSaleReturnFieldsCalculator()
Remarks
The 'completed' flag is not included, since it may confuse the user - it can look like a multiselection marking checkbox, which it certainly is not.
Methods
InnerCalculateReturnFields()
Subclass contract - you implement this method to add your return fields.
Declaration
protected override void InnerCalculateReturnFields()
Overrides
Remarks
The 'completed' flag is not included, since it may confuse the user - it can look like a multiselection marking checkbox, which it certainly is not.