C# Class BookSleeve.RedisResult

Afficher le fichier Open project: Malediction/Booksleeve Class Usage Examples

Méthodes publiques

Свойство Type Description
Pass RedisResult

Méthodes publiques

Méthode Description
Error ( ) : Exception
ExtractHashPairs ( ) : byte[]>.Dictionary
ExtractPairs ( ) : double>[].KeyValuePair
ExtractStringPairs ( ) : string>.Dictionary
IsMatch ( byte expected ) : bool
ValueItemsBytes ( ) : byte[][]
ValueItemsString ( ) : string[]

Private Methods

Méthode Description
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

Method Details

Error() public méthode

public Error ( ) : Exception
Résultat System.Exception

ExtractHashPairs() public méthode

public ExtractHashPairs ( ) : byte[]>.Dictionary
Résultat byte[]>.Dictionary

ExtractPairs() public méthode

public ExtractPairs ( ) : double>[].KeyValuePair
Résultat double>[].KeyValuePair

ExtractStringPairs() public méthode

public ExtractStringPairs ( ) : string>.Dictionary
Résultat string>.Dictionary

IsMatch() public méthode

public IsMatch ( byte expected ) : bool
expected byte
Résultat bool

ValueItemsBytes() public méthode

public ValueItemsBytes ( ) : byte[][]
Résultat byte[][]

ValueItemsString() public méthode

public ValueItemsString ( ) : string[]
Résultat string[]

Property Details

Pass public_oe static_oe property

public static RedisResult,BookSleeve Pass
Résultat RedisResult