C# 클래스 BookSleeve.RedisResult

파일 보기 프로젝트 열기: Malediction/Booksleeve 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Pass RedisResult

공개 메소드들

메소드 설명
Error ( ) : Exception
ExtractHashPairs ( ) : byte[]>.Dictionary
ExtractPairs ( ) : double>[].KeyValuePair
ExtractStringPairs ( ) : string>.Dictionary
IsMatch ( byte expected ) : bool
ValueItemsBytes ( ) : byte[][]
ValueItemsString ( ) : string[]

비공개 메소드들

메소드 설명
Assert ( string error ) : RedisResult
Assert ( ) : void
Bytes ( byte value ) : RedisResult
Error ( string value ) : RedisResult
Integer ( long value ) : RedisResult
Message ( byte value ) : RedisResult
Multi ( RedisResult inner ) : RedisResult

메소드 상세

Error() 공개 메소드

public Error ( ) : Exception
리턴 System.Exception

ExtractHashPairs() 공개 메소드

public ExtractHashPairs ( ) : byte[]>.Dictionary
리턴 byte[]>.Dictionary

ExtractPairs() 공개 메소드

public ExtractPairs ( ) : double>[].KeyValuePair
리턴 double>[].KeyValuePair

ExtractStringPairs() 공개 메소드

public ExtractStringPairs ( ) : string>.Dictionary
리턴 string>.Dictionary

IsMatch() 공개 메소드

public IsMatch ( byte expected ) : bool
expected byte
리턴 bool

ValueItemsBytes() 공개 메소드

public ValueItemsBytes ( ) : byte[][]
리턴 byte[][]

ValueItemsString() 공개 메소드

public ValueItemsString ( ) : string[]
리턴 string[]

프로퍼티 상세

Pass 공개적으로 정적으로 프로퍼티

public static RedisResult,BookSleeve Pass
리턴 RedisResult