C# 클래스 Stash.BerkeleyDB.Specifications.for_backingstore_bsb.BerkeleyDbExtensions

파일 보기 프로젝트 열기: AndyHitchman/Stash

공개 메소드들

메소드 설명
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