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
)
Public Shared Function GetConfigurationData (
g As IGraph,
objNode As INode,
property As INode
) As IEnumerable(Of INode)
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