C# Class Dev2.Util.JsonPathNode

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
JsonPathNode ( object value, string path ) : System
PathsFrom ( ICollection nodes ) : string[]
ToString ( ) : string
ValuesFrom ( ICollection nodes ) : object[]

Method Details

JsonPathNode() public method

public JsonPathNode ( object value, string path ) : System
value object
path string
return System

PathsFrom() public static method

public static PathsFrom ( ICollection nodes ) : string[]
nodes ICollection
return string[]

ToString() public method

public ToString ( ) : string
return string

ValuesFrom() public static method

public static ValuesFrom ( ICollection nodes ) : object[]
nodes ICollection
return object[]