C# Class SqlSugar.DynamicJsonObject

动态JSON解析 add dukang by 2016-05-19
Inheritance: System.Dynamic.DynamicObject
ファイルを表示 Open project: sunkaixuan/SqlSugar Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DynamicJsonObject ( object>.IDictionary dictionary ) : System

动态JSON解析

TryGetMember ( System binder, object &result ) : bool

TryGetMember

Method Details

DynamicJsonObject() public method

动态JSON解析
public DynamicJsonObject ( object>.IDictionary dictionary ) : System
dictionary object>.IDictionary
return System

TryGetMember() public method

TryGetMember
public TryGetMember ( System binder, object &result ) : bool
binder System
result object
return bool