The UnitOfWorkPerCallScopeExtension<(Of <(T>)>) type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UnitOfWorkPerCallScopeExtension<(Of <(T>)>) |
Initializes a new instance of the UnitOfWorkPerCallScopeExtension<(Of <(T>)>) class.
|
Methods
Name | Description | |
---|---|---|
![]() | Attach |
Enables an extension object to find out when it has been aggregated. Called when the extension is added to the Extensions property.
|
![]() | Detach |
Enables an object to find out when it is no longer aggregated. Called when an extension is removed from the Extensions property.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | Current |
Returns the current instance of this extension as held in the current OperationContext.
|
![]() | UnitOfWork |
The strongly typed UnitOfWork instance which is held by the extension instance.
|