SemWeb : SemWeb.Filters Namespace
StringEndsWithFilter Class

Documentation for this section has not yet been entered.

public class StringEndsWithFilter : SemWeb.LiteralFilter

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Filters
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 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

StringEndsWithFilter Constructor

Documentation for this section has not yet been entered.

public StringEndsWithFilter (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: 1.0.6.5, 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.6.5, 1.0.7.0
Since: 1.0.6.5

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: 1.0.6.5, 1.0.7.0