C# 클래스 Dev2.Util.JsonPathNode

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
JsonPathNode ( object value, string path ) : System
PathsFrom ( ICollection nodes ) : string[]
ToString ( ) : string
ValuesFrom ( ICollection nodes ) : object[]

메소드 상세

JsonPathNode() 공개 메소드

public JsonPathNode ( object value, string path ) : System
value object
path string
리턴 System

PathsFrom() 공개 정적인 메소드

public static PathsFrom ( ICollection nodes ) : string[]
nodes ICollection
리턴 string[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ValuesFrom() 공개 정적인 메소드

public static ValuesFrom ( ICollection nodes ) : object[]
nodes ICollection
리턴 object[]