Click or drag to resize

ConfigurationLoaderGetConfigurationData Method

Gets all the values given for a property of a given Object in the Configuration Graph.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IEnumerable<INode> GetConfigurationData(
	IGraph g,
	INode objNode,
	INode property
)

Parameters

g
Type: VDS.RDFIGraph
Configuration Graph.
objNode
Type: VDS.RDFINode
Object Node.
property
Type: VDS.RDFINode
Property Node.

Return Value

Type: IEnumerableINode
Enumeration of values given for the property for the Object.
See Also