ConfigurationLoader.GetConfigurationData 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:
Syntaxpublic 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.RDF.IGraph
Configuration Graph. - objNode
- Type: VDS.RDF.INode
Object Node. - property
- Type: VDS.RDF.INode
Property Node.
Return Value
Type:
IEnumerable<INode>
Enumeration of values given for the property for the Object.
See Also