Interface IArchiveLinksProvider
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public interface IArchiveLinksProvider : IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Methods
SetAdditionalLinks(Int32[], Int32[], Int32[], Int32[])
Declaration
void SetAdditionalLinks(int[] documentIds, int[] saleIds, int[] appointmentIds, int[] projectIds)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | documentIds | |
Int32[] | saleIds | |
Int32[] | appointmentIds | |
Int32[] | projectIds |
Extension Methods
EnumUtil.MapEnums<From, To>(From)