Table of Contents

Interface IPinnedListService<T>

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

Represents a service for managing pinned lists.

public interface IPinnedListService<T> : IUserSettingServiceSave where T : class

Type Parameters

T

The type of the pinned items.

Methods

GetPinnedItems()

Retrieves the list of pinned items.