C# Класс Lob.NHibernate.Providers.ByteArray.ByteArrayConnection

Наследование: AbstractExternalBlobConnection
Показать файл Открыть проект

Открытые методы

Метод Описание
Delete ( byte blobIdentifier ) : void
Equals ( IExternalBlobConnection connection ) : bool
GarbageCollect ( ICollection livingBlobIdentifiers, System.DateTime createdBefore ) : void
OpenReader ( byte blobIdentifier ) : Stream
OpenWriter ( ) : ExternalBlobWriter

Описание методов

Delete() публичный Метод

public Delete ( byte blobIdentifier ) : void
blobIdentifier byte
Результат void

Equals() публичный Метод

public Equals ( IExternalBlobConnection connection ) : bool
connection IExternalBlobConnection
Результат bool

GarbageCollect() публичный Метод

public GarbageCollect ( ICollection livingBlobIdentifiers, System.DateTime createdBefore ) : void
livingBlobIdentifiers ICollection
createdBefore System.DateTime
Результат void

OpenReader() публичный Метод

public OpenReader ( byte blobIdentifier ) : Stream
blobIdentifier byte
Результат Stream

OpenWriter() публичный Метод

public OpenWriter ( ) : ExternalBlobWriter
Результат ExternalBlobWriter