Class SaleGuideProvider
Provider for the Sale Guide, common to both Appointment and Document guide items and instances
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("SaleGuide", 1073741823)]
public class SaleGuideProvider : MultiQueryProviderBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Remarks
This provider is a trivial aggregation of the Appointment and Document providers
Fields
ProviderName
Provider for the Sale Guide, common to both Appointment and Document guide items and instances
Declaration
public const string ProviderName = "SaleGuide"
Field Value
Type | Description |
---|---|
String |
Remarks
This provider is a trivial aggregation of the Appointment and Document providers
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)