Netadmin.Core.Context Namespace |
[This is preliminary documentation and is subject to change.]
Class | Description | |
---|---|---|
![]() | BusinessContextCopier |
Extention class for copying a business context
|
![]() | BusinessContextScope | |
![]() | ConstantBusinessContext |
The ConstantBusinessContext is constant. IBusinessContext |
![]() | UnknownBusinessContext |
A context for when the context is unknown IBusinessContext |
Interface | Description | |
---|---|---|
![]() | IBusinessContext |
Represents a context for the current process in which an operation is performed. It is up to the process to provide an accurate context.
For systems like the user interface, properties like userid and companyid is known and will be set. But for engine processes, there are no users and those properties will be null
|
![]() | IBusinessContextProvider |
Provides a context. One (and only one) is required per process that is using netadmin IoC wireup. Must be registered prior to resolving any service
|
Enumeration | Description | |
---|---|---|
![]() | BusinessSystemEnum |
An indication of the source of a business context. This enum can be extended and this would not be considererd a breaking change
|