Show / Hide Table of Contents

Namespace Volo.Abp

Classes

AbpApplicationBase

AbpApplicationCreationOptions

AbpApplicationFactory

AbpAutofacAbpApplicationCreationOptionsExtensions

AbpException

Base exception type for those are thrown by Abp system for Abp specific exceptions.

AbpInitializationException

AbpShutdownException

AbpTestBaseModule

AbpTestBaseWithServiceProvider

ApplicationInitializationContext

ApplicationInitializationContextExtensions

ApplicationShutdownContext

BusinessException

Check

DisposeAction

This class can be used to provide an action when Dipose method is called.

NamedTypeSelector

Used to represent a named type selector.

NamedTypeSelectorListExtensions

NameValue

Can be used to store Name/Value (or Key/Value) pairs.

NameValue<T>

Can be used to store Name/Value (or Key/Value) pairs.

NullDisposable

RandomHelper

A shortcut to use class. Also provides some useful methods.

RemoteServiceAttribute

ServiceProviderAccessorExtensions

UserFriendlyException

This exception type is directly shown to the user.

Interfaces

IAbpApplication

IAbpApplicationWithExternalServiceProvider

IAbpApplicationWithInternalServiceProvider

IBusinessException

IOnApplicationInitialization

IOnApplicationShutdown

IRemoteService

ISoftDelete

Used to standardize soft deleting entities. Soft-delete entities are not actually deleted, marked as IsDeleted = true in the database, but can not be retrieved to the application normally.

IUserFriendlyException

Back to top Powered by Volosoft