Class ExtensibleListResultDto<T>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public class ExtensibleListResultDto<T> : ExtensibleObject, IHasExtraProperties, IValidatableObject, IListResult<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
ExtensibleListResultDto()
Declaration
public ExtensibleListResultDto()
ExtensibleListResultDto(IReadOnlyList<T>)
Declaration
public ExtensibleListResultDto(IReadOnlyList<T> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IReadOnlyList<T><T> | items |
Properties
Items
Declaration
public IReadOnlyList<T> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<T><T> |
Implements
System.ComponentModel.DataAnnotations.IValidatableObject