hdac SDK
SDK for hdac blockchain development
Protected 멤버 함수 | 속성 | 모든 멤버 목록
Newtonsoft.Json.JsonContainerAttribute 클래스 참조

Instructs the JsonSerializer how to serialize the object. 더 자세히 ...

Newtonsoft.Json.JsonContainerAttribute에 대한 상속 다이어그램 :
Newtonsoft.Json.JsonArrayAttribute Newtonsoft.Json.JsonObjectAttribute

Protected 멤버 함수

 JsonContainerAttribute ()
 Initializes a new instance of the JsonContainerAttribute class. 더 자세히 ...
 
 JsonContainerAttribute (string id)
 Initializes a new instance of the JsonContainerAttribute class with the specified container Id. 더 자세히 ...
 

속성

string Id [get, set]
 Gets or sets the id. 더 자세히 ...
 
string Title [get, set]
 Gets or sets the title. 더 자세히 ...
 
string Description [get, set]
 Gets or sets the description. 더 자세히 ...
 
bool IsReference [get, set]
 Gets or sets a value that indicates whether to preserve object reference data. 더 자세히 ...
 

상세한 설명

Instructs the JsonSerializer how to serialize the object.

생성자 & 소멸자 문서화

Newtonsoft.Json.JsonContainerAttribute.JsonContainerAttribute ( )
inlineprotected

Initializes a new instance of the JsonContainerAttribute class.

Newtonsoft.Json.JsonContainerAttribute.JsonContainerAttribute ( string  id)
inlineprotected

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

매개변수
idThe container Id.

속성 문서화

string Newtonsoft.Json.JsonContainerAttribute.Description
getset

Gets or sets the description.

The description.

string Newtonsoft.Json.JsonContainerAttribute.Id
getset

Gets or sets the id.

The id.

bool Newtonsoft.Json.JsonContainerAttribute.IsReference
getset

Gets or sets a value that indicates whether to preserve object reference data.

true to keep object reference; otherwise, false. The default is false.

string Newtonsoft.Json.JsonContainerAttribute.Title
getset

Gets or sets the title.

The title.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: