Show / Hide Table of Contents

Interface IArchiveFindProviderBase<TypedRow>

Inherited Members
IArchiveTypedProvider<TypedRow>.GetRows(String)
IArchiveTypedProviderBase.GetStandardColumnNames()
IArchiveTypedProviderBase.SetAdditionalColumns(String[])
IArchiveProviderHasRows.GetReader(String)
IArchiveProviderHasRows.GetResultInformation()
IArchiveProviderHasRows.Close()
IArchiveProviderHasRows.SetPagingInfo(Int32, Int32)
IArchiveProviderHasColumns.GetAvailableColumns()
IArchiveProviderHasColumns.SetDesiredColumns(String[])
IArchiveProviderHasColumns.SetOrderBy(ArchiveOrderByInfo[])
IArchiveProviderHasColumns.SetRestriction(ArchiveRestrictionInfo[])
IArchiveProviderHasEntities.GetAvailableEntities()
IArchiveProviderHasEntities.SetDesiredEntities(String[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public interface IArchiveFindProviderBase<TypedRow> : IArchiveTypedProvider<TypedRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin where TypedRow : ArchiveRow
Type Parameters
Name Description
TypedRow

Methods

FetchAndSetCriteria(Int32)

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
Int32 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)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top