Show / Hide Table of Contents

Interface IArchiveProviderExtenderAccept

Optional interface for extenders.

Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public interface IArchiveProviderExtenderAccept

Methods

AcceptRow(SoDataReader)

Possibility for the extenders to have an AcceptRow(). Alternatively implement this on Extender base class...

Declaration
bool AcceptRow(SoDataReader reader)
Parameters
Type Name Description
SoDataReader reader
Returns
Type Description
Boolean

The reader from which to get row data. Remember to make sure the data is there when asked for, you should perhaps ask for it in InnerModifyQuery()

Remarks

Method is invoked on child extenders and stops at the first one returning false.

RequiredPhaseOneFields()

Optional interface for extenders.

Declaration
FieldInfo[] RequiredPhaseOneFields()
Returns
Type Description
FieldInfo[]

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