C# Class Rebel.Framework.IO.DataContext

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

Méthodes publiques

Méthode Description
BeginTransaction ( ) : ITransaction
DataContext ( IHiveProvider hiveProvider, string supportedExtensions, string rootPath, string applicationRelativeRoot, string excludeExtensions ) : Rebel.Framework.Context
Flush ( ) : void

Méthodes protégées

Méthode Description
DisposeResources ( ) : void

Method Details

BeginTransaction() public méthode

public BeginTransaction ( ) : ITransaction
Résultat ITransaction

DataContext() public méthode

public DataContext ( IHiveProvider hiveProvider, string supportedExtensions, string rootPath, string applicationRelativeRoot, string excludeExtensions ) : Rebel.Framework.Context
hiveProvider IHiveProvider
supportedExtensions string
rootPath string
applicationRelativeRoot string
excludeExtensions string
Résultat Rebel.Framework.Context

DisposeResources() protected méthode

protected DisposeResources ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void