PropertyFunctionPattern Class |
Namespace: VDS.RDF.Query.Patterns
The PropertyFunctionPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyFunctionPattern(PropertyFunctionInfo, ISparqlPropertyFunction) |
Creates a new Property Function pattern.
| |
| PropertyFunctionPattern(IEnumerableITriplePattern, IEnumerablePatternItem, IEnumerablePatternItem, ISparqlPropertyFunction) |
Creates a new Property Function pattern.
|
| Name | Description | |
|---|---|---|
| FixedVariables |
Returns the empty enumerable as cannot guarantee any variables are bound.
(Overrides BaseTriplePatternFixedVariables.) | |
| FloatingVariables |
Returns all variables mentioned in the property function as we can't guarantee they are bound.
(Overrides BaseTriplePatternFloatingVariables.) | |
| HasNoBlankVariables |
Returns true if none of the.
(Overrides BaseTriplePatternHasNoBlankVariables.) | |
| IsAcceptAll |
Returns false because property functions are not accept-alls.
(Overrides BaseTriplePatternIsAcceptAll.) | |
| ObjectArgs |
Gets the Object arguments.
| |
| OriginalPatterns |
Gets the original triple patterns.
| |
| PatternType |
Gets the Pattern Type.
(Overrides BaseTriplePatternPatternType.) | |
| PropertyFunction |
Gets the property function.
| |
| SubjectArgs |
Gets the Subject arguments.
| |
| UsesDefaultDataset |
Gets whether a Triple Pattern is Thread Safe when evaluated.
(Inherited from BaseTriplePattern.) | |
| Variables |
Gets the List of Variables used in the Pattern.
(Inherited from BaseTriplePattern.) |
| Name | Description | |
|---|---|---|
| CompareTo(IPropertyFunctionPattern) |
Compares a property function pattern to another.
| |
| CompareTo(ITriplePattern) |
Compares a Triple Pattern to another Triple Pattern.
(Inherited from BaseTriplePattern.) | |
| CompareTo(PropertyFunctionPattern) |
Compares a property function pattern to another.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Evaluate |
Evaluates the property function.
(Overrides BaseTriplePatternEvaluate(SparqlEvaluationContext).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Gets the string representation of the pattern.
(Overrides BaseTriplePatternToString.) |
| Name | Description | |
|---|---|---|
| _vars |
Stores the list of variables that are used in the Pattern.
(Inherited from BaseTriplePattern.) |