C# 클래스 Rebel.Framework.IO.DataContext

상속: AbstractDataContext
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
BeginTransaction ( ) : ITransaction
DataContext ( IHiveProvider hiveProvider, string supportedExtensions, string rootPath, string applicationRelativeRoot, string excludeExtensions ) : Rebel.Framework.Context
Flush ( ) : void

보호된 메소드들

메소드 설명
DisposeResources ( ) : void

메소드 상세

BeginTransaction() 공개 메소드

public BeginTransaction ( ) : ITransaction
리턴 ITransaction

DataContext() 공개 메소드

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

DisposeResources() 보호된 메소드

protected DisposeResources ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void