Show / Hide Table of Contents

Class PropertyFunctionHelper

Helper Class containing functions useful in working with property functions.

Inheritance
System.Object
PropertyFunctionHelper
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRdf.dll
Syntax
public static class PropertyFunctionHelper

Methods

| Improve this Doc View Source

ExtractPatterns(IEnumerable<ITriplePattern>, IEnumerable<IPropertyFunctionFactory>)

Used to extract the patterns that make up property functions.

Declaration
public static List<IPropertyFunctionPattern> ExtractPatterns(IEnumerable<ITriplePattern> patterns, IEnumerable<IPropertyFunctionFactory> localFactories)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<T><ITriplePattern> patterns

Triple Patterns.

System.Collections.Generic.IEnumerable<T><IPropertyFunctionFactory> localFactories

Locally scoped factories.

Returns
Type Description
System.Collections.Generic.List<T><IPropertyFunctionPattern>
| Improve this Doc View Source

ExtractPatterns(IEnumerable<ITriplePattern>)

Used to extract the patterns that make up property functions.

Declaration
public static List<IPropertyFunctionPattern> ExtractPatterns(IEnumerable<ITriplePattern> patterns)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<T><ITriplePattern> patterns

Triple Patterns.

Returns
Type Description
System.Collections.Generic.List<T><IPropertyFunctionPattern>
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • ExtractPatterns(IEnumerable<ITriplePattern>, IEnumerable<IPropertyFunctionFactory>)
    • ExtractPatterns(IEnumerable<ITriplePattern>)
Back to top Generated by DocFX