Class AppointmentSelectionStaticProvider
Inheritance
AppointmentSelectionStaticProvider
Implements
Inherited Members
TypedQueryProviderBase<ArchiveRow, ApSmAppointmentExtender>.HandleDynamicExtenders(IArchiveExtender)
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("AppointmentStaticSelection", 1073741823)]
public class AppointmentSelectionStaticProvider : TypedQueryProviderBase<ArchiveRow, ApSmAppointmentExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
AppointmentSelectionStaticProvider()
Declaration
public AppointmentSelectionStaticProvider()
AppointmentSelectionStaticProvider(AppointmentExtenderBase.Features)
Declaration
public AppointmentSelectionStaticProvider(AppointmentExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
AppointmentExtenderBase.Features | features |
Fields
ProviderName
Declaration
public const string ProviderName = "AppointmentStaticSelection"
Field Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)