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 SourceNode
Gets the Node for this Result.
Declaration
public INode Node { get; }
Property Value
Type | Description |
---|---|
INode |
Score
Gets the Score for this Result.
Declaration
public double Score { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceToString()
Gets the String representation of the Result.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()