ConfigurationLoader.GetConfigurationNode Method (IGraph, INode, IEnumerable<INode>) |
Gets the first value given for the first found property of a given Object in the Configuration Graph.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static INode GetConfigurationNode(
IGraph g,
INode objNode,
IEnumerable<INode> properties
)
Public Shared Function GetConfigurationNode (
g As IGraph,
objNode As INode,
properties As IEnumerable(Of INode)
) As INode
Parameters
- g
- Type: VDS.RDF.IGraph
Configuration Graph. - objNode
- Type: VDS.RDF.INode
Object Node. - properties
- Type: System.Collections.Generic.IEnumerable<INode>
Properties.
Return Value
Type:
INode
First value given for the first property of the Object which is matched.
See Also