C# 클래스 XSpect.MetaTweet.Modules.StorageModule

상속: ObjectContextStorage, IModule
파일 보기 프로젝트 열기: takeshik/metatweet-old 1 사용 예제들

공개 메소드들

메소드 설명
CloseSession ( System.Guid id ) : void
OpenSession ( ) : StorageSession
StorageModule ( Storage storage ) : System

보호된 메소드들

메소드 설명
ConfigureImpl ( FileInfo configFile ) : void

派生クラスで実装された場合、実際の設定処理を行います。

Dispose ( System.Boolean disposing ) : void
InitializeImpl ( ) : void

비공개 메소드들

메소드 설명
Indent ( String str ) : String

메소드 상세

CloseSession() 공개 메소드

public CloseSession ( System.Guid id ) : void
id System.Guid
리턴 void

ConfigureImpl() 보호된 메소드

派生クラスで実装された場合、実際の設定処理を行います。
protected ConfigureImpl ( FileInfo configFile ) : void
configFile System.IO.FileInfo 設定ファイル。
리턴 void

Dispose() 보호된 메소드

protected Dispose ( System.Boolean disposing ) : void
disposing System.Boolean
리턴 void

InitializeImpl() 보호된 메소드

protected InitializeImpl ( ) : void
리턴 void

OpenSession() 공개 메소드

public OpenSession ( ) : StorageSession
리턴 StorageSession

StorageModule() 공개 메소드

public StorageModule ( Storage storage ) : System
storage Storage
리턴 System