Show / Hide Table of Contents

Class EntityFilteredQueryProviderBase<RowType, InnerProvider>

Inheritance
Object
InMemoryProviderBase<RowType>
TypedInMemoryProviderBase<RowType>
BufferedQueryProviderBase<RowType, InnerProvider>
EntityFilteredQueryProviderBase<RowType, InnerProvider>
Implements
IArchiveTypedProvider<RowType>
IArchiveTypedProviderBase
IArchiveProvider
IArchiveProviderHasRows
IArchiveProviderHasColumns
IArchiveProviderHasEntities
Inherited Members
BufferedQueryProviderBase<RowType, InnerProvider>.SetPagingInfo(Int32, Int32)
BufferedQueryProviderBase<RowType, InnerProvider>.GetAvailableColumns()
BufferedQueryProviderBase<RowType, InnerProvider>.SetDesiredColumns(String[])
BufferedQueryProviderBase<RowType, InnerProvider>.SetOrderBy(ArchiveOrderByInfo[])
BufferedQueryProviderBase<RowType, InnerProvider>.SetRestriction(ArchiveRestrictionInfo[])
BufferedQueryProviderBase<RowType, InnerProvider>.GetAvailableEntities()
BufferedQueryProviderBase<RowType, InnerProvider>.SetDesiredEntities(String[])
BufferedQueryProviderBase<RowType, InnerProvider>.InnerProvider
BufferedQueryProviderBase<RowType, InnerProvider>.InnerOrderBy
BufferedQueryProviderBase<RowType, InnerProvider>.AdditionalDesiredColumns
BufferedQueryProviderBase<RowType, InnerProvider>.ExternalDesiredColumns
TypedInMemoryProviderBase<RowType>.GetRows(String)
TypedInMemoryProviderBase<RowType>.GetStandardColumnNames()
TypedInMemoryProviderBase<RowType>.SetAdditionalColumns(String[])
InMemoryProviderBase<RowType>._entityHelper
InMemoryProviderBase<RowType>.Visible
InMemoryProviderBase<RowType>.Invisible
InMemoryProviderBase<RowType>.AllowOrderBy
InMemoryProviderBase<RowType>.DenyOrderBy
InMemoryProviderBase<RowType>.Options
InMemoryProviderBase<RowType>.GetResultData()
InMemoryProviderBase<RowType>.RegisterEntity(ArchiveRowTypeInfo)
InMemoryProviderBase<RowType>.GetReader(String)
InMemoryProviderBase<RowType>.GetResultInformation()
InMemoryProviderBase<RowType>.SortData(List<RowType>)
InMemoryProviderBase<RowType>.Close()
InMemoryProviderBase<RowType>.SetPagingInfo(Int32, Int32)
InMemoryProviderBase<RowType>.GetAvailableColumns()
InMemoryProviderBase<RowType>.SetDesiredColumns(String[])
InMemoryProviderBase<RowType>.SetOrderBy(ArchiveOrderByInfo[])
InMemoryProviderBase<RowType>.SetRestriction(ArchiveRestrictionInfo[])
InMemoryProviderBase<RowType>.EntityHelper
InMemoryProviderBase<RowType>.ColumnHelper
InMemoryProviderBase<RowType>.BaseClassShouldFilterColumns
InMemoryProviderBase<RowType>.BaseClassShouldFilterEntities
InMemoryProviderBase<RowType>.BaseClassShouldPage
InMemoryProviderBase<RowType>.BaseClassShouldSort
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class EntityFilteredQueryProviderBase<RowType, InnerProvider> : BufferedQueryProviderBase<RowType, InnerProvider>, IArchiveTypedProvider<RowType>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin where RowType : ArchiveRow, new()
    where InnerProvider : IArchiveProvider, new()
Type Parameters
Name Description
RowType
InnerProvider

Methods

GetAvailableEntities()

Declaration
public override List<ArchiveRowTypeInfo> GetAvailableEntities()
Returns
Type Description
List<ArchiveRowTypeInfo>
Overrides
SuperOffice.CRM.ArchiveLists.BufferedQueryProviderBase<RowType, InnerProvider>.GetAvailableEntities()

SetDesiredEntities(String[])

Declaration
public override void SetDesiredEntities(params string[] entities)
Parameters
Type Name Description
String[] entities
Overrides
SuperOffice.CRM.ArchiveLists.BufferedQueryProviderBase<RowType, InnerProvider>.SetDesiredEntities(System.String[])

Implements

IArchiveTypedProvider<StronglyTypedRow>
IArchiveTypedProviderBase
IArchiveProvider
IArchiveProviderHasRows
IArchiveProviderHasColumns
IArchiveProviderHasEntities

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