Class JsonProperty2JsonPath

Defines a json property name (SearchPropertyName) to which a json path is applied. Output will be written into a property which name is defined via OutputPropertyName.

Inheritance
object
JsonProperty2JsonPath
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.Json
Assembly: ETLBox.Json.dll
Syntax
    public class JsonProperty2JsonPath

Properties

JsonPath

Declaration
    public string JsonPath { get; set; }
Property Value
TypeDescription
string

OutputPropertyName

Declaration
    public string OutputPropertyName { get; set; }
Property Value
TypeDescription
string

ReQueryJsonPathOutput

Declaration
    public List<JsonProperty2JsonPath> ReQueryJsonPathOutput { get; set; }
Property Value
TypeDescription
System.Collections.Generic.List<T><JsonProperty2JsonPath>

SearchPropertyName

Declaration
    public string SearchPropertyName { get; set; }
Property Value
TypeDescription
string

Methods

Validate()

Declaration
    public bool Validate()
Returns
TypeDescription
bool