Show / Hide Table of Contents

Class FullTextPropertyFunctionFactory

Property Function factory for Full Text functions.

Inheritance
object
FullTextPropertyFunctionFactory
Implements
IPropertyFunctionFactory
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.Query.FullText.dll
Syntax
public class FullTextPropertyFunctionFactory : IPropertyFunctionFactory

Methods

| Edit this page View Source

IsPropertyFunction(Uri)

Gets whether the given URI is a property function URI.

Declaration
public bool IsPropertyFunction(Uri u)
Parameters
Type Name Description
Uri u

URI.

Returns
Type Description
bool
| Edit this page View Source

TryCreatePropertyFunction(PropertyFunctionInfo, out IPropertyFunctionPattern)

Tries to create property functions.

Declaration
public bool TryCreatePropertyFunction(PropertyFunctionInfo info, out IPropertyFunctionPattern function)
Parameters
Type Name Description
PropertyFunctionInfo info

Function information.

IPropertyFunctionPattern function

Property Function.

Returns
Type Description
bool

Implements

IPropertyFunctionFactory

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • IsPropertyFunction(Uri)
    • TryCreatePropertyFunction(PropertyFunctionInfo, out IPropertyFunctionPattern)
  • Implements
  • Extension Methods
Back to top Generated by DocFX