Skip to content

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.

Inheritance Hierarchy

Object

Syntax

internal sealed class OperationMap : IOperationMap

Constructors

Name                                           Description
OperationMap(IRepository) Initializes a new instances of the OperationMap class.

Methods

Name                           Description
Execute(IMessage) Executes an operation defined within the request. Followingly, the response is returned.

See Also

IOperationMap, IRepository, IMessage

Clone this wiki locally