Show / Hide Table of Contents

Namespace Volo.Abp.Application.Dtos

Classes

AuditedEntityDto

This class can be inherited by DTO classes to implement IAuditedObject interface.

AuditedEntityDto<TPrimaryKey>

This class can be inherited by DTO classes to implement IAuditedObject interface.

AuditedEntityWithUserDto<TUserDto>

This class can be inherited by DTO classes to implement IAuditedObject interface. It has the Creator and LastModifier objects as a DTOs represent the related user.

AuditedEntityWithUserDto<TPrimaryKey, TUserDto>

This class can be inherited by DTO classes to implement IAuditedObject interface. It has the Creator and LastModifier objects as a DTOs represent the related user.

CreationAuditedEntityDto

This class can be inherited by DTO classes to implement ICreationAuditedObject interface.

CreationAuditedEntityDto<TPrimaryKey>

This class can be inherited by DTO classes to implement ICreationAuditedObject interface.

CreationAuditedEntityWithUserDto<TUserDto>

This class can be inherited by DTO classes to implement ICreationAuditedObject<TCreator> interface. It also has the Creator object as a DTO represents the user.

CreationAuditedEntityWithUserDto<TPrimaryKey, TUserDto>

This class can be inherited by DTO classes to implement ICreationAuditedObject<TCreator> interface. It also has the Creator object as a DTO represents the user.

EntityDto

EntityDto<TKey>

ExtensibleAuditedEntityDto

This class can be inherited by DTO classes to implement IAuditedObject interface. It also implements the interface.

ExtensibleAuditedEntityDto<TPrimaryKey>

This class can be inherited by DTO classes to implement IAuditedObject interface. It also implements the interface.

ExtensibleAuditedEntityWithUserDto<TUserDto>

This class can be inherited by DTO classes to implement IAuditedObject interface. It has the Creator and LastModifier objects as a DTOs represent the related user. It also implements the interface.

ExtensibleAuditedEntityWithUserDto<TPrimaryKey, TUserDto>

This class can be inherited by DTO classes to implement IAuditedObject interface. It has the Creator and LastModifier objects as a DTOs represent the related user. It also implements the interface.

ExtensibleCreationAuditedEntityDto

This class can be inherited by DTO classes to implement ICreationAuditedObject interface. It also implements the interface.

ExtensibleCreationAuditedEntityDto<TPrimaryKey>

This class can be inherited by DTO classes to implement ICreationAuditedObject interface. It also implements the interface.

ExtensibleCreationAuditedEntityWithUserDto<TUserDto>

This class can be inherited by DTO classes to implement ICreationAuditedObject<TCreator> interface. It has the Creator object as a DTO represents the user. It also implements the interface.

ExtensibleCreationAuditedEntityWithUserDto<TPrimaryKey, TUserDto>

This class can be inherited by DTO classes to implement ICreationAuditedObject<TCreator> interface. It has the Creator object as a DTO represents the user. It also implements the interface.

ExtensibleEntityDto

ExtensibleEntityDto<TKey>

ExtensibleFullAuditedEntityDto

This class can be inherited by DTO classes to implement IFullAuditedObject interface. It also implements the interface.

ExtensibleFullAuditedEntityDto<TPrimaryKey>

This class can be inherited by DTO classes to implement IFullAuditedObject interface. It also implements the interface.

ExtensibleFullAuditedEntityWithUserDto<TUserDto>

This class can be inherited by DTO classes to implement IFullAuditedObject<TUser> interface. It has the Creator, LastModifier and Deleter objects as a DTOs represent the related user. It also implements the interface.

ExtensibleFullAuditedEntityWithUserDto<TPrimaryKey, TUserDto>

This class can be inherited by DTO classes to implement IFullAuditedObject<TUser> interface. It has the Creator, LastModifier and Deleter objects as a DTOs represent the related user. It also implements the interface.

FullAuditedEntityDto

This class can be inherited by DTO classes to implement IFullAuditedObject interface.

FullAuditedEntityDto<TPrimaryKey>

This class can be inherited by DTO classes to implement IFullAuditedObject interface.

FullAuditedEntityWithUserDto<TUserDto>

This class can be inherited by DTO classes to implement IFullAuditedObject<TUser> interface. It has the Creator, LastModifier and Deleter objects as a DTOs represent the related user.

FullAuditedEntityWithUserDto<TPrimaryKey, TUserDto>

This class can be inherited by DTO classes to implement IFullAuditedObject<TUser> interface. It has the Creator, LastModifier and Deleter objects as a DTOs represent the related user.

LimitedResultRequestDto

Simply implements ILimitedResultRequest.

ListResultDto<T>

PagedAndSortedResultRequestDto

Simply implements IPagedAndSortedResultRequest.

PagedResultDto<T>

Implements IPagedResult<T>.

PagedResultRequestDto

Simply implements IPagedResultRequest.

Interfaces

IEntityDto

IEntityDto<TKey>

IHasTotalCount

This interface is defined to standardize to set "Total Count of Items" to a DTO.

ILimitedResultRequest

This interface is defined to standardize to request a limited result.

IListResult<T>

This interface is defined to standardize to return a list of items to clients.

IPagedAndSortedResultRequest

This interface is defined to standardize to request a paged and sorted result.

IPagedResult<T>

This interface is defined to standardize to return a page of items to clients.

IPagedResultRequest

This interface is defined to standardize to request a paged result.

ISortedResultRequest

This interface is defined to standardize to request a sorted result.

Back to top Powered by Volosoft