Click or drag to resize
Netadmin.Core.Context Namespace

[This is preliminary documentation and is subject to change.]

 
Classes
  ClassDescription
Public classBusinessContextCopier
Extention class for copying a business context
Public classBusinessContextScope
Public classConstantBusinessContext
The ConstantBusinessContext is constant. IBusinessContext
Public classUnknownBusinessContext
A context for when the context is unknown IBusinessContext
Interfaces
  InterfaceDescription
Public interfaceIBusinessContext
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
Public interfaceIBusinessContextProvider
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
Enumerations
  EnumerationDescription
Public enumerationBusinessSystemEnum
An indication of the source of a business context. This enum can be extended and this would not be considererd a breaking change