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 |
---|---|
bool | 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[] |