SemWeb : SemWeb.Query Namespace
QueryResultBuffer Class

Documentation for this section has not yet been entered.

public class QueryResultBuffer : QueryResultSink, IEnumerable<VariableBindings>

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0

Members

See Also: Inherited members from QueryResultSink.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Bindings List<VariableBindings> . Documentation for this section has not yet been entered.
[read-only]
Comments List<string> . Documentation for this section has not yet been entered.
[read-only]
Variables SemWeb.Variable[]. Documentation for this section has not yet been entered.

Public Methods

override
Add (VariableBindings) : bool
Documentation for this section has not yet been entered.
override
AddComments (string)
Documentation for this section has not yet been entered.
override
Init (SemWeb.Variable[])
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IEnumerable<SemWeb.Query.VariableBindings>.GetEnumerator Documentation for this section has not yet been entered.
IEnumerable.GetEnumerator Documentation for this section has not yet been entered.

Member Details

QueryResultBuffer Constructor

Documentation for this section has not yet been entered.

public QueryResultBuffer ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0

Add Method

Documentation for this section has not yet been entered.

public override bool Add (VariableBindings result)

Parameters

result
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0

AddComments Method

Documentation for this section has not yet been entered.

public override void AddComments (string comment)

Parameters

comment
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0

Bindings Property

Documentation for this section has not yet been entered.

public List<VariableBindings> Bindings { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0

Comments Property

Documentation for this section has not yet been entered.

public List<string> Comments { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0

Init Method

Documentation for this section has not yet been entered.

public override void Init (SemWeb.Variable[] variables)

Parameters

variables
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0

System.Collections.Generic.IEnumerable<SemWeb.Query.VariableBindings>.GetEnumerator Method

Documentation for this section has not yet been entered.

IEnumerator<VariableBindings> System.Collections.Generic.IEnumerable<SemWeb.Query.VariableBindings>.GetEnumerator ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0

System.Collections.IEnumerable.GetEnumerator Method

Documentation for this section has not yet been entered.

IEnumerator System.Collections.IEnumerable.GetEnumerator ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0

Variables Property

Documentation for this section has not yet been entered.

public SemWeb.Variable[] Variables { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0