hdac SDK
SDK for hdac blockchain development
|
Instructs the JsonSerializer how to serialize the collection. 더 자세히 ...
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. 더 자세히 ... | |
![]() | |
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. 더 자세히 ... | |
추가로 상속된 멤버들 | |
![]() | |
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.
|
inline |
Initializes a new instance of the JsonArrayAttribute class.
|
inline |
Initializes a new instance of the JsonObjectAttribute class with a flag indicating whether the array can contain null items
allowNullItems | A flag indicating whether the array can contain null items. |
|
inline |
Initializes a new instance of the JsonArrayAttribute class with the specified container Id.
id | The container Id. |
|
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
.