C# Class XSpect.MetaTweet.Modules.StorageModule

Inheritance: ObjectContextStorage, IModule
Afficher le fichier Open project: takeshik/metatweet-old Class Usage Examples

Méthodes publiques

Méthode Description
CloseSession ( System.Guid id ) : void
OpenSession ( ) : StorageSession
StorageModule ( Storage storage ) : System

Méthodes protégées

Méthode Description
ConfigureImpl ( FileInfo configFile ) : void

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

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

Private Methods

Méthode Description
Indent ( String str ) : String

Method Details

CloseSession() public méthode

public CloseSession ( System.Guid id ) : void
id System.Guid
Résultat void

ConfigureImpl() protected méthode

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

Dispose() protected méthode

protected Dispose ( System.Boolean disposing ) : void
disposing System.Boolean
Résultat void

InitializeImpl() protected méthode

protected InitializeImpl ( ) : void
Résultat void

OpenSession() public méthode

public OpenSession ( ) : StorageSession
Résultat StorageSession

StorageModule() public méthode

public StorageModule ( Storage storage ) : System
storage Storage
Résultat System