-
Notifications
You must be signed in to change notification settings - Fork 2
OperationMap Class
sequenze edited this page Jun 19, 2017
·
3 revisions
Concrete implementation of the IOperationMap interface. Provides basic functionality to map requests with operations on a space repository.
Object
internal sealed class OperationMap : IOperationMap
Name | Description |
---|---|
OperationMap(IRepository) | Initializes a new instances of the OperationMap class. |
Name | Description |
---|---|
Execute(IMessage) | Executes an operation defined within the request. Followingly, the response is returned. |