Class ParticipantsResourceProvider
Base class for the archive providers that handle booking participants of type Resource. Derived classes split this into booking-based and explicit-id based lookups.
Inheritance
ParticipantsResourceProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class ParticipantsResourceProvider : ParticipantsSubProviderBase, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
ParticipantsResourceProvider()
Declaration
public ParticipantsResourceProvider()
Fields
_resourceExtender
Declaration
protected AssociateResourceExtender _resourceExtender
Field Value
Type | Description |
---|---|
AssociateResourceExtender |
EntityName
Declaration
public const string EntityName = "resource"
Field Value
Type | Description |
---|---|
String |
Properties
PrimaryTable
Declaration
public override TableInfo PrimaryTable { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.PrimaryTable
Query
Declaration
public override ArchiveSelect Query { get; }
Property Value
Type | Description |
---|---|
ArchiveSelect |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.Query
RootExtenders
Declaration
protected override List<IArchiveExtender> RootExtenders { get; }
Property Value
Type | Description |
---|---|
List<IArchiveExtender> |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.RootExtenders
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Override: Populate the icon, associate id and seen columns, as well as link hints
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)