Table of Contents

Class PinnedListService<T, KeyType>

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

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
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.