Interface IQueryResult<T>

Version: 3.4

Generic base interface for results returned using querying.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQueryingGeneric
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IQueryResult<T> : IQueryResult
Type Parameters
NameDescription
T

The type.

Properties

Items

Gets the results that matched the query. This property only contains the results for the requested page. There may be more results available.

Declaration
RequestResponse
IList<T> Items { get; }
Property Value
TypeDescription
IList<>

Do you have some feedback for us?

If you have suggestions for improving this article,