Class TicketSelectionStaticProviderV2
Static archive Provider for a Selection of tickets archive.
Inheritance
TicketSelectionStaticProviderV2
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("TicketStaticSelectionV2", 1073741823)]
public class TicketSelectionStaticProviderV2 : StaticSelectionProviderBase<ArchiveRow, TicketSelectionMemberExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
TicketSelectionStaticProviderV2()
Static archive Provider for a Selection of tickets archive.
Declaration
public TicketSelectionStaticProviderV2()
Fields
ProviderName
Static archive Provider for a Selection of tickets archive.
Declaration
public const string ProviderName = "TicketStaticSelectionV2"
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 |