Class ListResultDto<T>
Implements
IListResult<T>
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public class ListResultDto<T> : object, IListResult<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
ListResultDto()
Creates a new ListResultDto<T> object.
Declaration
public ListResultDto()
ListResultDto(IReadOnlyList<T>)
Creates a new ListResultDto<T> object.
Declaration
public ListResultDto(IReadOnlyList<T> items)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyList<T> | items | List of items |
Properties
Items
Declaration
public IReadOnlyList<T> Items { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyList<T> |