Interface IListResponse<T>
Represents the response of a IListRequest<T>.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
public interface IListResponse<T> : IListResponse
Type Parameters
Name | Description |
---|---|
T |
Properties
Count
Represents the response of a IListRequest<T>.
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
int |
this[int]
Represents the response of a IListRequest<T>.
Declaration
T this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | index |
Property Value
Type | Description |
---|---|
T |