C# Class Rebel.Framework.IO.DataContext

Inheritance: AbstractDataContext
显示文件 Open project: RebelCMS/rebelcmsxu5

Public Methods

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

Protected Methods

Method Description
DisposeResources ( ) : void

Method Details

BeginTransaction() public method

public BeginTransaction ( ) : ITransaction
return ITransaction

DataContext() public method

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
return Rebel.Framework.Context

DisposeResources() protected method

protected DisposeResources ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void