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

Maps a JSON property to a .NET member. 더 자세히 ...

Public 멤버 함수

override string ToString ()
 Returns a String that represents this instance. 더 자세히 ...
 

속성

string PropertyName [get, set]
 Gets the name of the property. 더 자세히 ...
 
IValueProvider ValueProvider [get, set]
 Gets the IValueProvider that will get and set the JsonProperty during serialization. 더 자세히 ...
 
Type PropertyType [get, set]
 Gets or sets the type of the property. 더 자세히 ...
 
JsonConverter Converter [get, set]
 Gets or sets the JsonConverter for the property. If set this converter takes presidence over the contract converter for the property type. 더 자세히 ...
 
bool Ignored [get, set]
 Gets a value indicating whether this JsonProperty is ignored. 더 자세히 ...
 
bool Readable [get, set]
 Gets a value indicating whether this JsonProperty is readable. 더 자세히 ...
 
bool Writable [get, set]
 Gets a value indicating whether this JsonProperty is writable. 더 자세히 ...
 
JsonConverter MemberConverter [get, set]
 Gets the member converter. 더 자세히 ...
 
object DefaultValue [get, set]
 Gets the default value. 더 자세히 ...
 
Required Required [get, set]
 Gets a value indicating whether this JsonProperty is required. 더 자세히 ...
 
bool IsReference [get, set]
 Gets a value indicating whether this property preserves object references. 더 자세히 ...
 
NullValueHandling NullValueHandling [get, set]
 Gets the property null value handling. 더 자세히 ...
 
DefaultValueHandling DefaultValueHandling [get, set]
 Gets the property default value handling. 더 자세히 ...
 
ReferenceLoopHandling ReferenceLoopHandling [get, set]
 Gets the property reference loop handling. 더 자세히 ...
 
ObjectCreationHandling ObjectCreationHandling [get, set]
 Gets the property object creation handling. 더 자세히 ...
 
TypeNameHandling TypeNameHandling [get, set]
 Gets or sets the type name handling. 더 자세히 ...
 
Predicate< object > ShouldSerialize [get, set]
 Gets or sets a predicate used to determine whether the property should be serialize. 더 자세히 ...
 
Predicate< object > GetIsSpecified [get, set]
 Gets or sets a predicate used to determine whether the property should be serialized. 더 자세히 ...
 
Action< object, object > SetIsSpecified [get, set]
 Gets or sets an action used to set whether the property has been deserialized. 더 자세히 ...
 

상세한 설명

Maps a JSON property to a .NET member.

멤버 함수 문서화

override string Newtonsoft.Json.Serialization.JsonProperty.ToString ( )
inline

Returns a String that represents this instance.

반환값
A String that represents this instance.

속성 문서화

JsonConverter Newtonsoft.Json.Serialization.JsonProperty.Converter
getset

Gets or sets the JsonConverter for the property. If set this converter takes presidence over the contract converter for the property type.

The converter.

object Newtonsoft.Json.Serialization.JsonProperty.DefaultValue
getset

Gets the default value.

The default value.

DefaultValueHandling Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling
getset

Gets the property default value handling.

The default value handling.

Predicate<object> Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified
getset

Gets or sets a predicate used to determine whether the property should be serialized.

A predicate used to determine whether the property should be serialized.

bool Newtonsoft.Json.Serialization.JsonProperty.Ignored
getset

Gets a value indicating whether this JsonProperty is ignored.

true if ignored; otherwise, false.

bool Newtonsoft.Json.Serialization.JsonProperty.IsReference
getset

Gets a value indicating whether this property preserves object references.

true if this instance is reference; otherwise, false.

JsonConverter Newtonsoft.Json.Serialization.JsonProperty.MemberConverter
getset

Gets the member converter.

The member converter.

NullValueHandling Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling
getset

Gets the property null value handling.

The null value handling.

ObjectCreationHandling Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling
getset

Gets the property object creation handling.

The object creation handling.

string Newtonsoft.Json.Serialization.JsonProperty.PropertyName
getset

Gets the name of the property.

The name of the property.

Type Newtonsoft.Json.Serialization.JsonProperty.PropertyType
getset

Gets or sets the type of the property.

The type of the property.

bool Newtonsoft.Json.Serialization.JsonProperty.Readable
getset

Gets a value indicating whether this JsonProperty is readable.

true if readable; otherwise, false.

ReferenceLoopHandling Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling
getset

Gets the property reference loop handling.

The reference loop handling.

Required Newtonsoft.Json.Serialization.JsonProperty.Required
getset

Gets a value indicating whether this JsonProperty is required.

A value indicating whether this JsonProperty is required.

Action<object, object> Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified
getset

Gets or sets an action used to set whether the property has been deserialized.

An action used to set whether the property has been deserialized.

Predicate<object> Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize
getset

Gets or sets a predicate used to determine whether the property should be serialize.

A predicate used to determine whether the property should be serialize.

TypeNameHandling Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling
getset

Gets or sets the type name handling.

The type name handling.

IValueProvider Newtonsoft.Json.Serialization.JsonProperty.ValueProvider
getset

Gets the IValueProvider that will get and set the JsonProperty during serialization.

The IValueProvider that will get and set the JsonProperty during serialization.

bool Newtonsoft.Json.Serialization.JsonProperty.Writable
getset

Gets a value indicating whether this JsonProperty is writable.

true if writable; otherwise, false.


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