Class TicketSelectionStaticProvider
Static archive Provider for a Selection of tickets archive.
Inheritance
TicketSelectionStaticProvider
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[ArchiveProvider("TicketStaticSelection", 1073741823)]
public class TicketSelectionStaticProvider : TypedQueryProviderBase<ArchiveRow, TicketSelectionMemberExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
TicketSelectionStaticProvider()
Static archive Provider for a Selection of tickets archive.
Declaration
public TicketSelectionStaticProvider()
Fields
ProviderName
Static archive Provider for a Selection of tickets archive.
Declaration
public const string ProviderName = "TicketStaticSelection"
Field Value
| Type | Description |
|---|---|
| string |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Override: If no-one in the subclass has set the link hint up to now, then do so, using the row entity name and primary key
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
| Type | Name | Description |
|---|---|---|
| SoDataReader | reader | |
| ArchiveRow | row |