Highway Framework  Release 1.0.1.0
The fastest and smoothest way to great architecture
 All Classes Namespaces Functions Variables Properties Events
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
oNRegistration
oNSpecializedResolvers
oNConfiguration
oNWindsor
oNLogging
oNSimple
oNHighway
|oNData
||oNEntityFramework
|||oNCastle
||||\CCastleBootstrapCastle specific bootstrap for installing types needed for usage to the current container
|||oNNinject
|||oNStructureMap
||||oNExample
|||||oNDomain
||||||\CPerson
|||||oNQueries
||||||\CLastNameQuery
|||||oCDemoApplication
|||||oCHighwayDataMappings
|||||\CProgram
||||\CStructureMapRegistry
|||\NUnity
||oNEventManagement
|||\CEventManagerThe base implementation of the Event manager for registration of Interceptors, and execution of them in an ordered fashion
||oNInterceptors
|||oNEvents
||||oCPostQueryEventArgsThe Event Arguments for a post query execution Interceptor to use
||||oCPostSaveEventArgsThe Event Arguments for a Post-Save Interceptor to use
||||oCPreQueryEventArgsThe Event Arguments for a Pre-Query execution Interceptor to use
||||\CPreSaveEventArgsThe Event Arguments for a Pre-Save Interceptor to use
|||oCInterceptorResultResults from any interceptor operation that gives a flag to tell the event manager to proceed to the next priority in line or not.
|||\CAuditableInterceptorAn interceptor that operates pre-save to add audit information to the records being committed that implement the Highway.Data.Interfaces.IAuditableEntity interface
||oNInterfaces
|||oCIAsyncRepositoryThe interface used to interact with the ORM Specific Implementations
|||oCIAuditableEntityThe interface to implement when using with the default Auditable Interceptor to specify an Auditable Entity
|||oCIDataContextThe standard interface used to interact with an ORM specific implementation
|||oCIEventManagerThe interface used to interact with the Event manager implementation for registration of Interceptors
|||oCIInterceptorThe standard interface for intercept
|||oCIObservableDataContextThe interface used to surface events from a context that supports interceptors
|||oCIRepositoryThe interface used to interact with the ORM Specific Implementations
|||oCIUserNameServiceThis 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.
|||oCIAsyncCommandAn Interface for Command Queries that return no value, or the return is ignored
|||oCIAsyncQueryAn Interface for Queries that return tasks of collections
|||oCIAsyncScalarAn Interface for Scalar Queries that return a single value or object
|||oCICommandAn Interface for Command Queries that return no value, or the return is ignored
|||oCIExtendableQueryThis interface is used to allow for extension of prebuilt queries
|||oCIObservableQueryThe interface used to surface events for queries that support interceptors
|||oCIQueryAn Interface for Queries that return collections
|||oCIQueryBaseThe base interface that surfaces SQL output of the Query statement
|||\CIScalarAn Interface for Scalar Queries that return a single value or object
||oNQueryObjects
|||oCAsyncCommand
|||oCAsyncQuery
|||oCAsyncScalar
|||oCCommand
|||oCQueryThe base implementation for Queries that return collections
|||oCQueryBaseThe base query that allows for appending expressions, query extensions, and eventing
|||\CScalarBase implementation of a query that returns a single value or object
||oNServices
|||\CDefaultUserNameServiceStub implementation of the User Name service to supply example names for Auditable interceptor.
||oCDataContextA base implementation of the Code First Data DataContext for Entity Framework
||oCObjectDataContextThe default implementation of a Object context for the database first approach to Entity Framework
||oCDropCreateInitializer**** 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
||oCIContextConfigurationImplement this interface to pass the context specific mapping to the constructor
||oCIMappingConfigurationImplement this interface to pass the mappings in via constructor injection on the context.
||oCAsyncRepositoryA Repository that implements a default Task based Async Pattern
||\CRepositoryA Entity Framework Specific repository implementation that uses Specification pattern to execute Queries in a controlled fashion.
|\NTest
| \NMSTest
oNUnity
oNUnitTesting
oNNinject
oNStructureMap
oNDSL
oNSystem
oNGeneric
oNObjectModel
oNData
oNCommon
oNEntity
oNInfrastructure
oNEntityClient
oNObjects
oNSqlClient
oNDiagnostics
oNLinq
oNExpressions
oNReflection
oNCompilerServices
oNInteropServices
oNText
oNTasks
\CIQuery