Show / Hide Table of Contents

Class FindSaleReturnFieldsCalculator

Return fields calculator for the FindSale provider. Adds standard fields.

Inheritance
object
ReturnFieldsCalculatorBase
FindSaleReturnFieldsCalculator
Inherited Members
ReturnFieldsCalculatorBase.HasSearchFields(params string[])
ReturnFieldsCalculatorBase.AddReturnFields(params string[])
ReturnFieldsCalculatorBase.AddBlockedFields(params string[])
ReturnFieldsCalculatorBase.CalculateReturnFields(ArchiveRestrictionInfo[])
ReturnFieldsCalculatorBase.SearchFields
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
ReturnFieldsCalculatorBase.InnerCalculateReturnFields()
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.

Extension Methods

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