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 BaseTriplePattern.FixedVariables.)
Public propertyFloatingVariables
Returns all variables mentioned in the property function as we can't guarantee they are bound.
(Overrides BaseTriplePattern.FloatingVariables.)
Public propertyHasNoBlankVariables
Returns true if none of the.
(Overrides BaseTriplePattern.HasNoBlankVariables.)
Public propertyIsAcceptAll
Returns false because property functions are not accept-alls.
(Overrides BaseTriplePattern.IsAcceptAll.)
Public propertyObjectArgs
Gets the Object arguments.
Public propertyOriginalPatterns
Gets the original triple patterns.
Public propertyPatternType
Gets the Pattern Type.
(Overrides BaseTriplePattern.PatternType.)
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