Class FavouritesProvider
Archive provider for the list of favourites
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.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 |