Show / Hide Table of Contents

Class PropertyFunctionInfo

Represents information about a property function.

Inheritance
object
PropertyFunctionInfo
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 class PropertyFunctionInfo

Constructors

| Edit this page View Source

PropertyFunctionInfo(Uri)

Creates new function information.

Declaration
public PropertyFunctionInfo(Uri u)
Parameters
Type Name Description
Uri u

Function URI.

Properties

| Edit this page View Source

FunctionUri

Gets the function URI.

Declaration
public Uri FunctionUri { get; }
Property Value
Type Description
Uri
| Edit this page View Source

ObjectArgs

Gets the object arguments to the function.

Declaration
public List<PatternItem> ObjectArgs { get; }
Property Value
Type Description
List<PatternItem>
| Edit this page View Source

Patterns

Gets the triple patterns that compose the property function.

Declaration
public List<IMatchTriplePattern> Patterns { get; }
Property Value
Type Description
List<IMatchTriplePattern>
| Edit this page View Source

SubjectArgs

Gets the subject arguments to the function.

Declaration
public List<PatternItem> SubjectArgs { get; }
Property Value
Type Description
List<PatternItem>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • PropertyFunctionInfo(Uri)
  • Properties
    • FunctionUri
    • ObjectArgs
    • Patterns
    • SubjectArgs
  • Extension Methods
Back to top Generated by DocFX