C# Class Rebel.Framework.IO.DataContextFactory

Inheritance: AbstractDataContextFactory
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
DataContextFactory ( string supportedExtensions, string rootPath, string applicationRelativePath, string excludeExtensions ) : Rebel.Framework.Context

Méthodes protégées

Méthode Description
DisposeResources ( ) : void
InstantiateDataContext ( IHiveProvider hiveProvider ) : AbstractDataContext

Method Details

DataContextFactory() public méthode

public DataContextFactory ( string supportedExtensions, string rootPath, string applicationRelativePath, string excludeExtensions ) : Rebel.Framework.Context
supportedExtensions string
rootPath string
applicationRelativePath string
excludeExtensions string
Résultat Rebel.Framework.Context

DisposeResources() protected méthode

protected DisposeResources ( ) : void
Résultat void

InstantiateDataContext() protected méthode

protected InstantiateDataContext ( IHiveProvider hiveProvider ) : AbstractDataContext
hiveProvider IHiveProvider
Résultat AbstractDataContext