Click or drag to resize

IPropertyFunctionPattern Properties

The IPropertyFunctionPattern 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.
(Inherited from ITriplePattern.)
Public propertyFloatingVariables
Gets the enumeration of floating variables in the pattern i.e. variables that are not guaranteed to have a bound value.
(Inherited from ITriplePattern.)
Public propertyHasNoBlankVariables
Gets whether a Triple Pattern does not contain any Blank Variables.
(Inherited from ITriplePattern.)
Public propertyIsAcceptAll
Gets whether the Pattern accepts all.
(Inherited from ITriplePattern.)
Public propertyObjectArgs
Gets the Object arguments of the function.
Public propertyOriginalPatterns
Gets the original triple patterns that made up this pattern.
Public propertyPatternType
Gets the Pattern Type.
(Inherited from ITriplePattern.)
Public propertyPropertyFunction
Gets the property function.
Public propertySubjectArgs
Gets the Subject arguments of the function.
Public propertyUsesDefaultDataset
Gets whether a Triple Pattern uses the Default Dataset when evaluated.
(Inherited from ITriplePattern.)
Public propertyVariables
Gets the List of Variables used in the Pattern.
(Inherited from ITriplePattern.)
Top
See Also