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

Instructs the JsonSerializer to always serialize the member with the specified name. 더 자세히 ...

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

Public 멤버 함수

 JsonPropertyAttribute ()
 Initializes a new instance of the JsonPropertyAttribute class. 더 자세히 ...
 
 JsonPropertyAttribute (string propertyName)
 Initializes a new instance of the JsonPropertyAttribute class with the specified name. 더 자세히 ...
 

속성

NullValueHandling NullValueHandling [get, set]
 Gets or sets the null value handling used when serializing this property. 더 자세히 ...
 
DefaultValueHandling DefaultValueHandling [get, set]
 Gets or sets the default value handling used when serializing this property. 더 자세히 ...
 
ReferenceLoopHandling ReferenceLoopHandling [get, set]
 Gets or sets the reference loop handling used when serializing this property. 더 자세히 ...
 
ObjectCreationHandling ObjectCreationHandling [get, set]
 Gets or sets the object creation handling used when deserializing this property. 더 자세히 ...
 
TypeNameHandling TypeNameHandling [get, set]
 Gets or sets the type name handling used when serializing this property. 더 자세히 ...
 
bool IsReference [get, set]
 Gets or sets whether this property's value is serialized as a reference. 더 자세히 ...
 
string PropertyName [get, set]
 Gets or sets the name of the property. 더 자세히 ...
 
Required Required [get, set]
 Gets or sets a value indicating whether this property is required. 더 자세히 ...
 

상세한 설명

Instructs the JsonSerializer to always serialize the member with the specified name.

생성자 & 소멸자 문서화

Newtonsoft.Json.JsonPropertyAttribute.JsonPropertyAttribute ( )
inline

Initializes a new instance of the JsonPropertyAttribute class.

Newtonsoft.Json.JsonPropertyAttribute.JsonPropertyAttribute ( string  propertyName)
inline

Initializes a new instance of the JsonPropertyAttribute class with the specified name.

매개변수
propertyNameName of the property.

속성 문서화

DefaultValueHandling Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling
getset

Gets or sets the default value handling used when serializing this property.

The default value handling.

bool Newtonsoft.Json.JsonPropertyAttribute.IsReference
getset

Gets or sets whether this property's value is serialized as a reference.

Whether this property's value is serialized as a reference.

NullValueHandling Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling
getset

Gets or sets the null value handling used when serializing this property.

The null value handling.

ObjectCreationHandling Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling
getset

Gets or sets the object creation handling used when deserializing this property.

The object creation handling.

string Newtonsoft.Json.JsonPropertyAttribute.PropertyName
getset

Gets or sets the name of the property.

The name of the property.

ReferenceLoopHandling Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling
getset

Gets or sets the reference loop handling used when serializing this property.

The reference loop handling.

Required Newtonsoft.Json.JsonPropertyAttribute.Required
getset

Gets or sets a value indicating whether this property is required.

A value indicating whether this property is required.

TypeNameHandling Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling
getset

Gets or sets the type name handling used when serializing this property.

The type name handling.


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