Click or drag to resize

FilterPattern Properties

The FilterPattern type exposes the following members.

Properties
  NameDescription
Public propertyFilter
Gets the Filter that this Pattern uses.
Public propertyFixedVariables
Returns the empty enumerable as don't know which variables will be bound.
(Overrides BaseTriplePatternFixedVariables.)
Public propertyFloatingVariables
Returns the empty enumerable as don't know which variables will be bound.
(Overrides BaseTriplePatternFloatingVariables.)
Public propertyHasNoBlankVariables
Returns true as a FILTER cannot contain blank variables.
(Overrides BaseTriplePatternHasNoBlankVariables.)
Public propertyIsAcceptAll
Returns that the Pattern is not an accept all (since it's a Filter).
(Overrides BaseTriplePatternIsAcceptAll.)
Public propertyPatternType
Gets the Pattern Type.
(Overrides BaseTriplePatternPatternType.)
Public propertyUsesDefaultDataset
Gets whether the Pattern uses the Default Dataset.
(Overrides BaseTriplePatternUsesDefaultDataset.)
Public propertyVariables
Gets the List of Variables used in the Pattern.
(Inherited from BaseTriplePattern.)
Top
See Also