Show / Hide Table of Contents

Class SearchServiceResult

Represents a Search Result returned from the.
Inheritance
System.Object
SearchServiceResult
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)
Namespace: VDS.RDF.Query.Inference.Pellet.Services
Assembly: dotNetRDF.dll
Syntax
public class SearchServiceResult

Properties

| Improve this Doc View Source

Node

Gets the Node for this Result.
Declaration
public INode Node { get; }
Property Value
Type Description
INode
| Improve this Doc View Source

Score

Gets the Score for this Result.
Declaration
public double Score { get; }
Property Value
Type Description
System.Double

Methods

| Improve this Doc View Source

ToString()

Gets the String representation of the Result.
Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Node
    • Score
  • Methods
    • ToString()
  • Extension Methods
Back to top Generated by DocFX