Class PropertyFunctionInfo
Represents information about a property function.
Inherited Members
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRdf.dll
Syntax
public class PropertyFunctionInfo
Constructors
| Edit this page View SourcePropertyFunctionInfo(Uri)
Creates new function information.
Declaration
public PropertyFunctionInfo(Uri u)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | u | Function URI. |
Properties
| Edit this page View SourceFunctionUri
Gets the function URI.
Declaration
public Uri FunctionUri { get; }
Property Value
| Type | Description |
|---|---|
| Uri |
ObjectArgs
Gets the object arguments to the function.
Declaration
public List<PatternItem> ObjectArgs { get; }
Property Value
| Type | Description |
|---|---|
| List<PatternItem> |
Patterns
Gets the triple patterns that compose the property function.
Declaration
public List<IMatchTriplePattern> Patterns { get; }
Property Value
| Type | Description |
|---|---|
| List<IMatchTriplePattern> |
SubjectArgs
Gets the subject arguments to the function.
Declaration
public List<PatternItem> SubjectArgs { get; }
Property Value
| Type | Description |
|---|---|
| List<PatternItem> |