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

Inheritance: IValueProvider
显示文件 Open project: JasonHaley/Redis.WebJobs.Extensions Class Usage Examples

Public Methods

Method Description
GetValue ( ) : object
JsonValueProvider ( object value, Type valueType ) : System
ToInvokeString ( ) : string

Private Methods

Method Description
CreateValue ( object value ) : object
TryJsonConvert ( string message ) : object

Method Details

GetValue() public method

public GetValue ( ) : object
return object

JsonValueProvider() public method

public JsonValueProvider ( object value, Type valueType ) : System
value object
valueType System.Type
return System

ToInvokeString() public method

public ToInvokeString ( ) : string
return string