SemWeb : SemWeb.Filters Namespace
StringStartsWithFilter Class

Documentation for this section has not yet been entered.

public class StringStartsWithFilter : SemWeb.LiteralFilter

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from SemWeb.LiteralFilter.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

readonly
Pattern string . Documentation for this section has not yet been entered.

Public Methods

override
Filter (SemWeb.Literal, SemWeb.SelectableSource) : bool
Documentation for this section has not yet been entered.

Member Details

StringStartsWithFilter Constructor

Documentation for this section has not yet been entered.

public StringStartsWithFilter (string pattern)

Parameters

pattern
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Filter Method

Documentation for this section has not yet been entered.

public override bool Filter (SemWeb.Literal resource, SemWeb.SelectableSource targetModel)

Parameters

resource
Documentation for this section has not yet been entered.
targetModel
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.Filters
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0

Pattern Field

Documentation for this section has not yet been entered.

public readonly string Pattern

Remarks

Documentation for this section has not yet been entered.

Requirements

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