Struct JSONReader.NameBinding
Specifies how reader should match JSON to row field property member or backend names
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Serialization.JSON
Assembly: Azos.dll
Syntax
public struct NameBinding
Fields
BindBy
Declaration
public readonly JSONReader.NameBinding.By BindBy
Field Value
Type | Description |
---|---|
JSONReader.NameBinding.By |
ByCode
Declaration
public static readonly JSONReader.NameBinding ByCode
Field Value
Type | Description |
---|---|
JSONReader.NameBinding |
TargetName
Declaration
public string TargetName
Field Value
Type | Description |
---|---|
System.String |
Methods
ByBackendName(String)
Declaration
public static JSONReader.NameBinding ByBackendName(string targetName)
Parameters
Type | Name | Description |
---|---|---|
System.String | targetName |
Returns
Type | Description |
---|---|
JSONReader.NameBinding |