C# Class Lob.NHibernate.Providers.Migration.MigrationConnection

Inheritance: IExternalBlobConnection
Afficher le fichier Open project: bittercoder/Lob

Méthodes publiques

Méthode Description
Delete ( byte blobIdentifier ) : void
Dispose ( ) : void
Equals ( IExternalBlobConnection connection ) : bool
GarbageCollect ( ICollection livingBlobIdentifiers, System.DateTime createdBefore ) : void
MigrationConnection ( IExternalBlobConnection from, IExternalBlobConnection to ) : System
OpenReader ( byte blobIdentifier ) : Stream
OpenWriter ( ) : ExternalBlobWriter
ReadInto ( byte blobIdentifier, Stream output ) : void
Store ( Stream input ) : byte[]

Method Details

Delete() public méthode

public Delete ( byte blobIdentifier ) : void
blobIdentifier byte
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( IExternalBlobConnection connection ) : bool
connection IExternalBlobConnection
Résultat bool

GarbageCollect() public méthode

public GarbageCollect ( ICollection livingBlobIdentifiers, System.DateTime createdBefore ) : void
livingBlobIdentifiers ICollection
createdBefore System.DateTime
Résultat void

MigrationConnection() public méthode

public MigrationConnection ( IExternalBlobConnection from, IExternalBlobConnection to ) : System
from IExternalBlobConnection
to IExternalBlobConnection
Résultat System

OpenReader() public méthode

public OpenReader ( byte blobIdentifier ) : Stream
blobIdentifier byte
Résultat Stream

OpenWriter() public méthode

public OpenWriter ( ) : ExternalBlobWriter
Résultat ExternalBlobWriter

ReadInto() public méthode

public ReadInto ( byte blobIdentifier, Stream output ) : void
blobIdentifier byte
output Stream
Résultat void

Store() public méthode

public Store ( Stream input ) : byte[]
input Stream
Résultat byte[]