C# Класс Stash.BerkeleyDB.Specifications.for_backingstore_bsb.BerkeleyDbExtensions

Показать файл Открыть проект

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

Метод Описание
AsStream ( this bytes ) : Stream
ShouldHaveKey ( this store, InternalId key ) : void
ShouldHaveKey ( this store, byte key ) : void
ShouldNotHaveKey ( this store, InternalId key ) : void
ShouldNotHaveKey ( this store, byte key ) : void
ValueForKey ( this store, InternalId key ) : byte[]
ValueForKey ( this store, byte key ) : byte[]
ValueForKey ( this store, object key ) : byte[]
ValuesForKey ( this store, byte key ) : IEnumerable
ValuesForKey ( this store, object key ) : IEnumerable

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

AsStream() публичный статический Метод

public static AsStream ( this bytes ) : Stream
bytes this
Результат System.IO.Stream

ShouldHaveKey() публичный статический Метод

public static ShouldHaveKey ( this store, InternalId key ) : void
store this
key Stash.Engine.InternalId
Результат void

ShouldHaveKey() публичный статический Метод

public static ShouldHaveKey ( this store, byte key ) : void
store this
key byte
Результат void

ShouldNotHaveKey() публичный статический Метод

public static ShouldNotHaveKey ( this store, InternalId key ) : void
store this
key Stash.Engine.InternalId
Результат void

ShouldNotHaveKey() публичный статический Метод

public static ShouldNotHaveKey ( this store, byte key ) : void
store this
key byte
Результат void

ValueForKey() публичный статический Метод

public static ValueForKey ( this store, InternalId key ) : byte[]
store this
key Stash.Engine.InternalId
Результат byte[]

ValueForKey() публичный статический Метод

public static ValueForKey ( this store, byte key ) : byte[]
store this
key byte
Результат byte[]

ValueForKey() публичный статический Метод

public static ValueForKey ( this store, object key ) : byte[]
store this
key object
Результат byte[]

ValuesForKey() публичный статический Метод

public static ValuesForKey ( this store, byte key ) : IEnumerable
store this
key byte
Результат IEnumerable

ValuesForKey() публичный статический Метод

public static ValuesForKey ( this store, object key ) : IEnumerable
store this
key object
Результат IEnumerable