C# Class SqlSugar.DynamicJsonObject

动态JSON解析 add dukang by 2016-05-19
Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: sunkaixuan/SqlSugar Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DynamicJsonObject ( object>.IDictionary dictionary ) : System

动态JSON解析

TryGetMember ( System binder, object &result ) : bool

TryGetMember

Method Details

DynamicJsonObject() public méthode

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

TryGetMember() public méthode

TryGetMember
public TryGetMember ( System binder, object &result ) : bool
binder System
result object
Résultat bool