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