Class PelletService
Class representing Services provided by a Pellet Server Knowledge Base.
Inheritance
System.Object
PelletService
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)
System.Object.ToString()
Namespace: VDS.RDF.Query.Inference.Pellet
Assembly: dotNetRDF.dll
Syntax
public abstract class PelletService
Constructors
| Improve this Doc View SourcePelletService(String, JObject)
Creates a new Pellet Service instance.
Declaration
protected PelletService(string name, JObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Service Name. |
Newtonsoft.Json.Linq.JObject | obj | JSON Object representing the Service. |
Properties
| Improve this Doc View SourceEndpoint
Gets the Endpoint for this Service.
Declaration
public ServiceEndpoint Endpoint { get; }
Property Value
Type | Description |
---|---|
ServiceEndpoint |
MimeTypes
Gets the Response MIME Types supported by the Service.
Declaration
public IEnumerable<string> MimeTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Name
Gets the Name of the Service.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |