C# Class FluentSpring.Context.Support.FluentGenericApplicationContextHandler

Inheritance: Spring.Context.Support.ContextHandler
Exibir arquivo Open project: thenapoleon/Fluent-API-for-Spring.Net

Protected Methods

Method Description
InstantiateContext ( IApplicationContext parentContext, object configContext, string contextName, System contextType, bool caseSensitive, string resources ) : IApplicationContext

Private Methods

Method Description
GetAssemblyResources ( string resources ) : string[]

Method Details

InstantiateContext() protected method

protected InstantiateContext ( IApplicationContext parentContext, object configContext, string contextName, System contextType, bool caseSensitive, string resources ) : IApplicationContext
parentContext IApplicationContext
configContext object
contextName string
contextType System
caseSensitive bool
resources string
return IApplicationContext