Class PinnedListService<T, KeyType>
Represents a base class for a pinned list service.
public abstract class PinnedListService<T, KeyType> : BaseUserSetting<MyList<KeyType>>, IPinnedListService<T>, IUserSettingServiceSave where T : class
Type Parameters
T
The type of the entity.
KeyType
The type of the key.
- Inheritance
-
BaseUserSetting<MyList<KeyType>>PinnedListService<T, KeyType>
- Implements
Constructors
- PinnedListService(IEventAggregator, IUserSettingService, IPinnedListEntityService<KeyType>)
Initializes a new instance of the PinnedListService<T, KeyType> class.
Methods
- GetPinnedItems()
Gets the list of pinned items.