SemWeb : SemWeb.Stores Namespace
SimpleSourceWrapper Class

Documentation for this section has not yet been entered.

public abstract class SimpleSourceWrapper : SemWeb.SelectableSource

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Members

See Also: Inherited members from object.

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Distinct bool . Documentation for this section has not yet been entered.

Public Methods

abstract
Contains (SemWeb.Resource) : bool
Documentation for this section has not yet been entered.
Contains (SemWeb.Statement) : bool
Documentation for this section has not yet been entered.
Select (SemWeb.StatementSink)
Documentation for this section has not yet been entered.
Select (SemWeb.SelectFilter, SemWeb.StatementSink)
Documentation for this section has not yet been entered.
Select (SemWeb.Statement, SemWeb.StatementSink)
Documentation for this section has not yet been entered.

Protected Methods

SelectAllObject (SemWeb.Resource, SemWeb.StatementSink)
Documentation for this section has not yet been entered.
SelectAllPairs (SemWeb.Entity, SemWeb.StatementSink)
Documentation for this section has not yet been entered.
SelectAllSubject (SemWeb.Entity, SemWeb.StatementSink)
Documentation for this section has not yet been entered.
SelectObjects (SemWeb.Entity, SemWeb.Entity, SemWeb.StatementSink)
Documentation for this section has not yet been entered.
SelectRelationsBetween (SemWeb.Entity, SemWeb.Resource, SemWeb.StatementSink)
Documentation for this section has not yet been entered.
SelectSubjects (SemWeb.Entity, SemWeb.Resource, SemWeb.StatementSink)
Documentation for this section has not yet been entered.

Member Details

SimpleSourceWrapper Constructor

Documentation for this section has not yet been entered.

protected SimpleSourceWrapper ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Contains Method

Documentation for this section has not yet been entered.

public abstract bool Contains (SemWeb.Resource resource)

Parameters

resource
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.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Contains Method

Documentation for this section has not yet been entered.

public virtual bool Contains (SemWeb.Statement template)

Parameters

template
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.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Distinct Property

Documentation for this section has not yet been entered.

public virtual bool Distinct { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Select Method

Documentation for this section has not yet been entered.

public virtual void Select (SemWeb.StatementSink sink)

Parameters

sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Select Method

Documentation for this section has not yet been entered.

public void Select (SemWeb.SelectFilter filter, SemWeb.StatementSink sink)

Parameters

filter
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Select Method

Documentation for this section has not yet been entered.

public void Select (SemWeb.Statement template, SemWeb.StatementSink sink)

Parameters

template
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

SelectAllObject Method

Documentation for this section has not yet been entered.

protected virtual void SelectAllObject (SemWeb.Resource object, SemWeb.StatementSink sink)

Parameters

object
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

SelectAllPairs Method

Documentation for this section has not yet been entered.

protected virtual void SelectAllPairs (SemWeb.Entity predicate, SemWeb.StatementSink sink)

Parameters

predicate
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

SelectAllSubject Method

Documentation for this section has not yet been entered.

protected virtual void SelectAllSubject (SemWeb.Entity subject, SemWeb.StatementSink sink)

Parameters

subject
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

SelectObjects Method

Documentation for this section has not yet been entered.

protected virtual void SelectObjects (SemWeb.Entity subject, SemWeb.Entity predicate, SemWeb.StatementSink sink)

Parameters

subject
Documentation for this section has not yet been entered.
predicate
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

SelectRelationsBetween Method

Documentation for this section has not yet been entered.

protected virtual void SelectRelationsBetween (SemWeb.Entity subject, SemWeb.Resource object, SemWeb.StatementSink sink)

Parameters

subject
Documentation for this section has not yet been entered.
object
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

SelectSubjects Method

Documentation for this section has not yet been entered.

protected virtual void SelectSubjects (SemWeb.Entity predicate, SemWeb.Resource object, SemWeb.StatementSink sink)

Parameters

predicate
Documentation for this section has not yet been entered.
object
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0