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
System.Object
JsonProperty2JsonPath
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.Helper
Assembly: ETLBox.Json.dll
Syntax
public class JsonProperty2JsonPath
Properties
JsonPath
Declaration
public string JsonPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutputPropertyName
Declaration
public string OutputPropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReQueryJsonPathOutput
Declaration
public List<JsonProperty2JsonPath> ReQueryJsonPathOutput { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JsonProperty2JsonPath> |
SearchPropertyName
Declaration
public string SearchPropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |