C# 클래스 Newtonsoft.Json.JsonDictionaryAttribute

상속: JsonContainerAttribute
파일 보기 프로젝트 열기: cgoconseils/XrmFramework

공개 메소드들

메소드 설명
JsonDictionaryAttribute ( ) : System

Initializes a new instance of the JsonDictionaryAttribute class.

JsonDictionaryAttribute ( string id ) : System

Initializes a new instance of the JsonDictionaryAttribute class with the specified container Id.

메소드 상세

JsonDictionaryAttribute() 공개 메소드

Initializes a new instance of the JsonDictionaryAttribute class.
public JsonDictionaryAttribute ( ) : System
리턴 System

JsonDictionaryAttribute() 공개 메소드

Initializes a new instance of the JsonDictionaryAttribute class with the specified container Id.
public JsonDictionaryAttribute ( string id ) : System
id string The container Id.
리턴 System