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

Inheritance: INavigator
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

SelectEnumerable() public méthode

public SelectEnumerable ( IPath path ) : IEnumerable
path IPath
Résultat IEnumerable

SelectEnumerablesAsRelated() public méthode

public SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
paths IList
Résultat IList>.Dictionary

SelectScalar() public méthode

public SelectScalar ( IPath path ) : object
path IPath
Résultat object

StringNavigator() public méthode

public StringNavigator ( object data ) : System.Collections.Generic
data object
Résultat System.Collections.Generic