C# 클래스 Unlimited.Framework.Converters.Graph.String.Json.JsonPath

상속: BasePath
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
CreatePathSegment ( JProperty jProperty ) : IPathSegment
CreatePathSegment ( string pathSegmentString ) : IPathSegment
GetSegements ( ) : IEnumerable
JsonPath ( ) : System
JsonPath ( string actualPath, string displayPath ) : System
JsonPath ( string actualPath, string displayPath, string outputExpression ) : System
JsonPath ( string actualPath, string displayPath, string outputExpression, string sampleData ) : System

메소드 상세

CreatePathSegment() 공개 메소드

public CreatePathSegment ( JProperty jProperty ) : IPathSegment
jProperty Newtonsoft.Json.Linq.JProperty
리턴 IPathSegment

CreatePathSegment() 공개 메소드

public CreatePathSegment ( string pathSegmentString ) : IPathSegment
pathSegmentString string
리턴 IPathSegment

GetSegements() 공개 메소드

public GetSegements ( ) : IEnumerable
리턴 IEnumerable

JsonPath() 공개 메소드

public JsonPath ( ) : System
리턴 System

JsonPath() 공개 메소드

public JsonPath ( string actualPath, string displayPath ) : System
actualPath string
displayPath string
리턴 System

JsonPath() 공개 메소드

public JsonPath ( string actualPath, string displayPath, string outputExpression ) : System
actualPath string
displayPath string
outputExpression string
리턴 System

JsonPath() 공개 메소드

public JsonPath ( string actualPath, string displayPath, string outputExpression, string sampleData ) : System
actualPath string
displayPath string
outputExpression string
sampleData string
리턴 System