Click or drag to resize

PropertyFunctionPattern Properties

The PropertyFunctionPattern type exposes the following members.

Properties
  NameDescription
Public propertyFixedVariables
Returns the empty enumerable as cannot guarantee any variables are bound.
(Overrides BaseTriplePatternFixedVariables.)
Public propertyFloatingVariables
Returns all variables mentioned in the property function as we can't guarantee they are bound.
(Overrides BaseTriplePatternFloatingVariables.)
Public propertyHasNoBlankVariables
Returns true if none of the.
(Overrides BaseTriplePatternHasNoBlankVariables.)
Public propertyIsAcceptAll
Returns false because property functions are not accept-alls.
(Overrides BaseTriplePatternIsAcceptAll.)
Public propertyObjectArgs
Gets the Object arguments.
Public propertyOriginalPatterns
Gets the original triple patterns.
Public propertyPatternType
Gets the Pattern Type.
(Overrides BaseTriplePatternPatternType.)
Public propertyPropertyFunction
Gets the property function.
Public propertySubjectArgs
Gets the Subject arguments.
Public propertyUsesDefaultDataset
Gets whether a Triple Pattern is Thread Safe when evaluated.
(Inherited from BaseTriplePattern.)
Public propertyVariables
Gets the List of Variables used in the Pattern.
(Inherited from BaseTriplePattern.)
Top
See Also