Interface IArchiveFindProviderBase<TypedRow>
Inherited Members
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) |