|
hdac SDK
SDK for hdac blockchain development
|
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.
|
inline |
Returns a String that represents this instance.
|
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.
|
getset |
Gets the default value.
The default value.
|
getset |
Gets the property default value handling.
The default value handling.
|
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.
|
getset |
Gets a value indicating whether this JsonProperty is ignored.
true if ignored; otherwise, false.
|
getset |
Gets a value indicating whether this property preserves object references.
true if this instance is reference; otherwise, false.
|
getset |
Gets the member converter.
The member converter.
|
getset |
Gets the property null value handling.
The null value handling.
|
getset |
Gets the property object creation handling.
The object creation handling.
|
getset |
Gets the name of the property.
The name of the property.
|
getset |
Gets or sets the type of the property.
The type of the property.
|
getset |
Gets a value indicating whether this JsonProperty is readable.
true if readable; otherwise, false.
|
getset |
Gets the property reference loop handling.
The reference loop handling.
|
getset |
Gets a value indicating whether this JsonProperty is required.
A value indicating whether this JsonProperty is required.
|
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.
|
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.
|
getset |
Gets or sets the type name handling.
The type name handling.
|
getset |
Gets the IValueProvider that will get and set the JsonProperty during serialization.
The IValueProvider that will get and set the JsonProperty during serialization.
|
getset |
Gets a value indicating whether this JsonProperty is writable.
true if writable; otherwise, false.
1.8.11