Class LeviathanResultBinder
Results Binder used by Leviathan.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query
Assembly: dotNetRDF.dll
Syntax
public class LeviathanResultBinder : SparqlResultBinder, IDisposable
Constructors
| Improve this Doc View SourceLeviathanResultBinder(SparqlEvaluationContext)
Creates a new Leviathan Results Binder.
Declaration
public LeviathanResultBinder(SparqlEvaluationContext context)
Parameters
Type | Name | Description |
---|---|---|
SparqlEvaluationContext | context | Evaluation Context. |
Properties
| Improve this Doc View SourceBindingIDs
Gets the IDs of Sets.
Declaration
public override IEnumerable<int> BindingIDs { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> |
Overrides
| Improve this Doc View SourceVariables
Gets the Variables contained in the Input.
Declaration
public override IEnumerable<string> Variables { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Overrides
Methods
| Improve this Doc View SourceGroup(Int32)
Returns the Group with the given ID.
Declaration
public override BindingGroup Group(int groupID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | groupID | Group ID. |
Returns
Type | Description |
---|---|
BindingGroup |
Overrides
| Improve this Doc View SourceIsGroup(Int32)
Determines whether a given ID is for of a Group.
Declaration
public override bool IsGroup(int groupID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | groupID | Group ID. |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceSetGroupContext(Boolean)
Sets the Group Context for the Binder.
Declaration
public override void SetGroupContext(bool accessContents)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | accessContents | Whether you want to access the Group Contents or the Groups themselves. |
Overrides
| Improve this Doc View SourceValue(String, Int32)
Gets the Value for a given Variable from the Set with the given Binding ID.
Declaration
public override INode Value(string name, int bindingID)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Variable. |
System.Int32 | bindingID | Set ID. |
Returns
Type | Description |
---|---|
INode |
Overrides
Implements
System.IDisposable