SemWeb : SemWeb.Stores Namespace
CachedSource Class

Documentation for this section has not yet been entered.

public class CachedSource : 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.

Public 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

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.

Member Details

CachedSource Constructor

Documentation for this section has not yet been entered.

public CachedSource (SemWeb.SelectableSource s)

Parameters

s
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 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 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 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 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