Click or drag to resize

ConfigurationLoaderGetConfigurationNode Method (IGraph, INode, IEnumerableINode)

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:
Syntax
public static INode GetConfigurationNode(
	IGraph g,
	INode objNode,
	IEnumerable<INode> properties
)

Parameters

g
Type: VDS.RDFIGraph
Configuration Graph.
objNode
Type: VDS.RDFINode
Object Node.
properties
Type: System.Collections.GenericIEnumerableINode
Properties.

Return Value

Type: INode
First value given for the first property of the Object which is matched.
See Also