Show / Hide Table of Contents

Class PropertyFunctionInfo

Represents information about a property function.
Inheritance
System.Object
PropertyFunctionInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRDF.dll
Syntax
public class PropertyFunctionInfo

Constructors

| Improve this Doc View Source

PropertyFunctionInfo(Uri)

Creates new function information.
Declaration
public PropertyFunctionInfo(Uri u)
Parameters
Type Name Description
System.Uri u Function URI.

Properties

| Improve this Doc View Source

FunctionUri

Gets the function URI.
Declaration
public Uri FunctionUri { get; }
Property Value
Type Description
System.Uri
| Improve this Doc View Source

ObjectArgs

Gets the object arguments to the function.
Declaration
public List<PatternItem> ObjectArgs { get; }
Property Value
Type Description
System.Collections.Generic.List<PatternItem>
| Improve this Doc View Source

Patterns

Gets the triple patterns that compose the property function.
Declaration
public List<IMatchTriplePattern> Patterns { get; }
Property Value
Type Description
System.Collections.Generic.List<IMatchTriplePattern>
| Improve this Doc View Source

SubjectArgs

Gets the subject arguments to the function.
Declaration
public List<PatternItem> SubjectArgs { get; }
Property Value
Type Description
System.Collections.Generic.List<PatternItem>

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PropertyFunctionInfo(Uri)
  • Properties
    • FunctionUri
    • ObjectArgs
    • Patterns
    • SubjectArgs
  • Extension Methods
Back to top Generated by DocFX