Namespace Volo.Abp
Classes
- AbpException
Base exception type for those are thrown by Abp system for Abp specific exceptions.
- AsyncDisposeFunc
This class can be used to provide an action when DisposeAsync method is called.
- DisposeAction
This class can be used to provide an action when Dispose method is called.
- DisposeAction<T>
This class can be used to provide an action when Dispose method is called.
The type of the parameter of the action.
- 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.
- NamedTypeSelector
Used to represent a named type selector.
- RandomHelper
A shortcut to use Random class. Also provides some useful methods.
- UserFriendlyException
This exception type is directly shown to the user.
Interfaces
- 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.