C# Class Redis.WebJobs.Extensions.Framework.JsonValueProvider

Inheritance: IValueProvider
Afficher le fichier Open project: JasonHaley/Redis.WebJobs.Extensions Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( ) : object
JsonValueProvider ( object value, Type valueType ) : System
ToInvokeString ( ) : string

Private Methods

Méthode Description
CreateValue ( object value ) : object
TryJsonConvert ( string message ) : object

Method Details

GetValue() public méthode

public GetValue ( ) : object
Résultat object

JsonValueProvider() public méthode

public JsonValueProvider ( object value, Type valueType ) : System
value object
valueType System.Type
Résultat System

ToInvokeString() public méthode

public ToInvokeString ( ) : string
Résultat string