Table of Contents

Interface IApiGetAllResponse<T>

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.API.Response
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the response of the consumption of the GetAll API.

public interface IApiGetAllResponse<out T> : IApiDataResponse<IReadOnlyCollection<T>>, IApiResponse

Type Parameters

T

The item type.

Inherited Members

Properties

HasMoreData

Gets a value indicating whether there is more data.

bool HasMoreData { get; }

Property Value

bool