C# 클래스 Stash.BerkeleyDB.BerkeleyConfigs.DateTimeIndexDatabaseConfig

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

공개 메소드들

메소드 설명
ByteArrayAsKey ( byte bytes ) : object
DateTimeIndexDatabaseConfig ( ) : System
GetComparer ( ) : IComparer
KeyAsByteArray ( object key ) : byte[]

메소드 상세

ByteArrayAsKey() 공개 메소드

public ByteArrayAsKey ( byte bytes ) : object
bytes byte
리턴 object

DateTimeIndexDatabaseConfig() 공개 메소드

public DateTimeIndexDatabaseConfig ( ) : System
리턴 System

GetComparer() 공개 메소드

public GetComparer ( ) : IComparer
리턴 IComparer

KeyAsByteArray() 공개 메소드

public KeyAsByteArray ( object key ) : byte[]
key object
리턴 byte[]