Show / Hide Table of Contents

Class FullTextPropertyFunctionFactory

Property Function factory for Full Text functions.

Inheritance
System.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

| Improve this Doc View Source

IsPropertyFunction(Uri)

Gets whether the given URI is a property function URI.

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

URI.

Returns
Type Description
System.Boolean
| Improve this Doc 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
System.Boolean

Implements

IPropertyFunctionFactory

Extension Methods

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