Click or drag to resize

PropertyPathPattern Properties

The PropertyPathPattern type exposes the following members.

Properties
  NameDescription
Public propertyFixedVariables
Gets the enumeration of fixed variables in the pattern i.e. variables that are guaranteed to have a bound value.
(Overrides BaseTriplePatternFixedVariables.)
Public propertyFloatingVariables
Gets the enumeration of floating variables in the pattern i.e. variables that are not guaranteed to have a bound value.
(Overrides BaseTriplePatternFloatingVariables.)
Public propertyHasNoBlankVariables
Returns false a property path may always contain implicit blank variables.
(Overrides BaseTriplePatternHasNoBlankVariables.)
Public propertyIsAcceptAll
Gets whether the Pattern accepts all Triple Patterns.
(Overrides BaseTriplePatternIsAcceptAll.)
Public propertyObject
Gets the Object of the Property Path.
Public propertyPath
Gets the Property Path.
Public propertyPatternType
Gets the pattern type.
(Overrides BaseTriplePatternPatternType.)
Public propertySubject
Gets the Subject of the Property Path.
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