Show / Hide Table of Contents

Class FavouritesProvider

Archive provider for the list of favourites

Inheritance
object
MultiQueryProviderBase
FavouritesProvider
Implements
IArchiveMultiQueryProvider
IArchiveProvider
IArchiveProviderHasRows
IArchiveProviderHasColumns
IArchiveProviderHasEntities
Inherited Members
MultiQueryProviderBase.InnerPopulateRow(ArchiveRow)
MultiQueryProviderBase.AcceptRow(ArchiveRow)
MultiQueryProviderBase.PreGetRows()
MultiQueryProviderBase.GetFinalRowCount()
MultiQueryProviderBase.AddSubProvider<ProviderType>(ProviderType)
MultiQueryProviderBase.RemoveSubProvider<ProviderType>(ProviderType)
MultiQueryProviderBase.SetRestrictionAndDropUnrestrictedProviders(ArchiveRestrictionInfo[])
MultiQueryProviderBase.CreateAndAddProvidersAsync(MultiQueryProviderBase.AddProviderInfo[])
MultiQueryProviderBase.Close()
MultiQueryProviderBase.GetReaderAsync(string, CancellationToken)
MultiQueryProviderBase.GetRowsAsync(string, CancellationToken)
MultiQueryProviderBase.GetResultInformationAsync()
MultiQueryProviderBase.SetRestriction(ArchiveRestrictionInfo[])
MultiQueryProviderBase.SetPagingInfo(int, int)
MultiQueryProviderBase.GetAvailableColumns()
MultiQueryProviderBase.SetDesiredColumns(params string[])
MultiQueryProviderBase.SetOrderBy(ArchiveOrderByInfo[])
MultiQueryProviderBase.GetAvailableEntities()
MultiQueryProviderBase.SetDesiredEntities(params string[])
MultiQueryProviderBase.InhibitParallelStart
MultiQueryProviderBase.Options
MultiQueryProviderBase.OrderBy
MultiQueryProviderBase.InhibitDistinctPrimaryKeys
MultiQueryProviderBase.OrderByRequiresAll
MultiQueryProviderBase.RestrictionRequiresAll
MultiQueryProviderBase.OrderByRequired
MultiQueryProviderBase.RestrictionHelper
MultiQueryProviderBase.ColumnHelper
MultiQueryProviderBase.PageSize
MultiQueryProviderBase.PageNumber
MultiQueryProviderBase.HaveReadToEnd
MultiQueryProviderBase.Providers
MultiQueryProviderBase.DebugXML
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.BusinessLogic.dll
Syntax
[ArchiveProvider("Favourites", 1073741823)]
public class FavouritesProvider : MultiQueryProviderBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities

Constructors

FavouritesProvider()

Subchannels for every kind of favourite we support

Declaration
public FavouritesProvider()

Fields

ColumnAssociateId

Archive provider for the list of favourites

Declaration
public const string ColumnAssociateId = "associateId"
Field Value
Type Description
string

ColumnEmailAddress

Archive provider for the list of favourites

Declaration
public const string ColumnEmailAddress = "emailAddress"
Field Value
Type Description
string

ColumnEntityIcon

Archive provider for the list of favourites

Declaration
public const string ColumnEntityIcon = "entityIcon"
Field Value
Type Description
string

ColumnFavouriteAssociateId

Archive provider for the list of favourites

Declaration
public const string ColumnFavouriteAssociateId = "favouriteAssociateId"
Field Value
Type Description
string

ColumnIcon

Archive provider for the list of favourites

Declaration
public const string ColumnIcon = "icon"
Field Value
Type Description
string

ColumnRecordType

Archive provider for the list of favourites

Declaration
public const string ColumnRecordType = "recordType"
Field Value
Type Description
string

ColumnText

Archive provider for the list of favourites

Declaration
public const string ColumnText = "text"
Field Value
Type Description
string

ColumnType

Archive provider for the list of favourites

Declaration
public const string ColumnType = "type"
Field Value
Type Description
string

ProviderName

Archive provider for the list of favourites

Declaration
public const string ProviderName = "Favourites"
Field Value
Type Description
string

RowTypeAppointmentName

Archive provider for the list of favourites

Declaration
public const string RowTypeAppointmentName = "appointment"
Field Value
Type Description
string

RowTypeContactName

Archive provider for the list of favourites

Declaration
public const string RowTypeContactName = "contact"
Field Value
Type Description
string

RowTypeDocumentName

Archive provider for the list of favourites

Declaration
public const string RowTypeDocumentName = "document"
Field Value
Type Description
string

RowTypeMailingName

Archive provider for the list of favourites

Declaration
public const string RowTypeMailingName = "mailing"
Field Value
Type Description
string

RowTypePersonName

Archive provider for the list of favourites

Declaration
public const string RowTypePersonName = "person"
Field Value
Type Description
string

RowTypeProjectName

Archive provider for the list of favourites

Declaration
public const string RowTypeProjectName = "project"
Field Value
Type Description
string

RowTypeSaleName

Archive provider for the list of favourites

Declaration
public const string RowTypeSaleName = "sale"
Field Value
Type Description
string

RowTypeSelectionName

Archive provider for the list of favourites

Declaration
public const string RowTypeSelectionName = "selection"
Field Value
Type Description
string

RowTypeTicketName

Archive provider for the list of favourites

Declaration
public const string RowTypeTicketName = "ticket"
Field Value
Type Description
string

Implements

IArchiveMultiQueryProvider
IArchiveProvider
IArchiveProviderHasRows
IArchiveProviderHasColumns
IArchiveProviderHasEntities

Extension Methods

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