|
Highway Framework
Release 1.0.1.0
The fastest and smoothest way to great architecture
|
| Castle specific bootstrap for installing types needed for usage to the current container | |
| The base implementation of the Event manager for registration of Interceptors, and execution of them in an ordered fashion | |
| The Event Arguments for a post query execution Interceptor to use | |
| The Event Arguments for a Post-Save Interceptor to use | |
| The Event Arguments for a Pre-Query execution Interceptor to use | |
| The Event Arguments for a Pre-Save Interceptor to use | |
| Results from any interceptor operation that gives a flag to tell the event manager to proceed to the next priority in line or not. | |
| An interceptor that operates pre-save to add audit information to the records being committed that implement the Highway.Data.Interfaces.IAuditableEntity interface | |
| The interface used to interact with the ORM Specific Implementations | |
| The interface to implement when using with the default Auditable Interceptor to specify an Auditable Entity | |
| The standard interface used to interact with an ORM specific implementation | |
| The interface used to interact with the Event manager implementation for registration of Interceptors | |
| The standard interface for intercept | |
| The interface used to surface events from a context that supports interceptors | |
| The interface used to interact with the ORM Specific Implementations | |
| This gives a standard interface for the user name service, Which is leveraged by the PreSave interceptors to supply user names for audit tagging on entities. | |
| An Interface for Command Queries that return no value, or the return is ignored | |
| An Interface for Queries that return tasks of collections | |
| An Interface for Scalar Queries that return a single value or object | |
| An Interface for Command Queries that return no value, or the return is ignored | |
| This interface is used to allow for extension of prebuilt queries | |
| The interface used to surface events for queries that support interceptors | |
| An Interface for Queries that return collections | |
| The base interface that surfaces SQL output of the Query statement | |
| An Interface for Scalar Queries that return a single value or object | |
| The base implementation for Queries that return collections | |
| The base query that allows for appending expressions, query extensions, and eventing | |
| Base implementation of a query that returns a single value or object | |
| Stub implementation of the User Name service to supply example names for Auditable interceptor. | |
| A base implementation of the Code First Data DataContext for Entity Framework | |
| The default implementation of a Object context for the database first approach to Entity Framework | |
| **** FOR DEVELOPMENT USAGE ONLY **** **** DO NOT PUT THIS IN PRODUCTION CODE **** This class will clear the existing connections to the database and drop the database | |
| Implement this interface to pass the context specific mapping to the constructor | |
| Implement this interface to pass the mappings in via constructor injection on the context. | |
| A Repository that implements a default Task based Async Pattern | |
| A Entity Framework Specific repository implementation that uses Specification pattern to execute Queries in a controlled fashion. | |
1.8.1.1