Table of Contents

Constructor PinnedListService

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

PinnedListService(IEventAggregator, IUserSettingService, IPinnedListEntityService<KeyType>)

Initializes a new instance of the PinnedListService<T, KeyType> class.

public PinnedListService(IEventAggregator eventAggregator, IUserSettingService userSettingService, IPinnedListEntityService<KeyType> pinnedListEntityService)

Parameters

eventAggregator IEventAggregator

The event aggregator.

userSettingService IUserSettingService

The user setting service.

pinnedListEntityService IPinnedListEntityService<KeyType>

The pinned list entity service.