An open API service indexing awesome lists of open source software.

https://github.com/shuttle/shuttle.core.specification

Simple specification mechanism.
https://github.com/shuttle/shuttle.core.specification

Last synced: about 1 month ago
JSON representation

Simple specification mechanism.

Awesome Lists containing this project

README

        

# Shuttle.Core.Specification

```
PM> Install-Package Shuttle.Core.Specification
```

Provides a simple `ISpecification` interface.

A default `Specification` class is available that accepts a function as a callback for scenarios where an explicit `ISpecification` implementation may not be warranted:

``` c#
public Specification(Func function)
```