C# Class Rebel.Framework.IO.DataContextFactory

Inheritance: AbstractDataContextFactory
Datei anzeigen Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
DataContextFactory ( string supportedExtensions, string rootPath, string applicationRelativePath, string excludeExtensions ) : Rebel.Framework.Context

Protected Methods

Method Description
DisposeResources ( ) : void
InstantiateDataContext ( IHiveProvider hiveProvider ) : AbstractDataContext

Method Details

DataContextFactory() public method

public DataContextFactory ( string supportedExtensions, string rootPath, string applicationRelativePath, string excludeExtensions ) : Rebel.Framework.Context
supportedExtensions string
rootPath string
applicationRelativePath string
excludeExtensions string
return Rebel.Framework.Context

DisposeResources() protected method

protected DisposeResources ( ) : void
return void

InstantiateDataContext() protected method

protected InstantiateDataContext ( IHiveProvider hiveProvider ) : AbstractDataContext
hiveProvider IHiveProvider
return AbstractDataContext