Show / Hide Table of Contents

Interface IArchiveFindProviderBase<TypedRow>

Inherited Members
IArchiveTypedProvider<TypedRow>.GetRowsAsync(string, CancellationToken)
IArchiveTypedProviderBase.GetStandardColumnNames()
IArchiveTypedProviderBase.SetAdditionalColumns(params string[])
IArchiveProviderHasRows.GetReaderAsync(string, CancellationToken)
IArchiveProviderHasRows.GetResultInformationAsync()
IArchiveProviderHasRows.Close()
IArchiveProviderHasRows.SetPagingInfo(int, int)
IArchiveProviderHasColumns.GetAvailableColumns()
IArchiveProviderHasColumns.SetDesiredColumns(params string[])
IArchiveProviderHasColumns.SetOrderBy(params ArchiveOrderByInfo[])
IArchiveProviderHasColumns.SetRestriction(params ArchiveRestrictionInfo[])
IArchiveProviderHasEntities.GetAvailableEntities()
IArchiveProviderHasEntities.SetDesiredEntities(params string[])
Namespace: SuperOfficeCRMArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public interface IArchiveFindProviderBase<TypedRow> : IArchiveTypedProvider<TypedRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities where TypedRow : ArchiveRow
Type Parameters
Name Description
TypedRow

Methods

FetchAndSetCriteria(int)

In one operation, fetch the criteria from the database, set them on the provider, and return the criteria

Declaration
ArchiveRestrictionInfo[] FetchAndSetCriteria(int ownerAssociate)
Parameters
Type Name Description
int ownerAssociate

Id of associate who owns the criteria

Returns
Type Description
ArchiveRestrictionInfo

Current criteria set (only active, set values; not all possible criteria)

Extension Methods

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