C# Class Unlimited.Framework.Converters.Graph.Poco.StringNavigator

Inheritance: INavigator
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

SelectEnumerable ( IPath path ) : IEnumerable
SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
SelectScalar ( IPath path ) : object
StringNavigator ( object data ) : System.Collections.Generic

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

SelectEnumerable() public method

public SelectEnumerable ( IPath path ) : IEnumerable
path IPath
return IEnumerable

SelectEnumerablesAsRelated() public method

public SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
paths IList
return IList>.Dictionary

SelectScalar() public method

public SelectScalar ( IPath path ) : object
path IPath
return object

StringNavigator() public method

public StringNavigator ( object data ) : System.Collections.Generic
data object
return System.Collections.Generic