Class LinksSaleProvider
Link data provider for sales, handles both addressing by source or by destination (not both at the same time!)
Inheritance
LinksProviderBase<LinksSaleBySourceLeftProvider, LinksSaleBySourceRightProvider, LinksSaleByDestinationProvider>
LinksSaleProvider
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("LinksSales", 1073741823)]
public class LinksSaleProvider : LinksProviderBase<LinksSaleBySourceLeftProvider, LinksSaleBySourceRightProvider, LinksSaleByDestinationProvider>, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
LinksSaleProvider()
Link data provider for sales, handles both addressing by source or by destination (not both at the same time!)
Declaration
public LinksSaleProvider()
Fields
ProviderName
Link data provider for sales, handles both addressing by source or by destination (not both at the same time!)
Declaration
public const string ProviderName = "LinksSales"
Field Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)