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

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

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

Public 멤버 함수

 JsonArrayAttribute ()
 Initializes a new instance of the JsonArrayAttribute class. 더 자세히 ...
 
 JsonArrayAttribute (bool allowNullItems)
 Initializes a new instance of the JsonObjectAttribute class with a flag indicating whether the array can contain null items 더 자세히 ...
 
 JsonArrayAttribute (string id)
 Initializes a new instance of the JsonArrayAttribute class with the specified container Id. 더 자세히 ...
 

속성

bool AllowNullItems [get, set]
 Gets or sets a value indicating whether null items are allowed in the collection. 더 자세히 ...
 
- Newtonsoft.Json.JsonContainerAttribute(으)로부터 상속된 속성
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. 더 자세히 ...
 

추가로 상속된 멤버들

- Newtonsoft.Json.JsonContainerAttribute(으)로부터 상속된 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. 더 자세히 ...
 

상세한 설명

Instructs the JsonSerializer how to serialize the collection.

생성자 & 소멸자 문서화

Newtonsoft.Json.JsonArrayAttribute.JsonArrayAttribute ( )
inline

Initializes a new instance of the JsonArrayAttribute class.

Newtonsoft.Json.JsonArrayAttribute.JsonArrayAttribute ( bool  allowNullItems)
inline

Initializes a new instance of the JsonObjectAttribute class with a flag indicating whether the array can contain null items

매개변수
allowNullItemsA flag indicating whether the array can contain null items.
Newtonsoft.Json.JsonArrayAttribute.JsonArrayAttribute ( string  id)
inline

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

매개변수
idThe container Id.

속성 문서화

bool Newtonsoft.Json.JsonArrayAttribute.AllowNullItems
getset

Gets or sets a value indicating whether null items are allowed in the collection.

true if null items are allowed in the collection; otherwise, false.


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