Interface IArchiveFindProviderBase<TypedRow>
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.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) |