Show / Hide Table of Contents

Class IntegrityConstraintValidationService

Represents the Integrity Constraint Validation Service provided by a Pellet Knowledge Base.
Inheritance
System.Object
PelletService
IntegrityConstraintValidationService
Inherited Members
PelletService.Name
PelletService.Endpoint
PelletService.MimeTypes
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.Services
Assembly: dotNetRDF.dll
Syntax
public class IntegrityConstraintValidationService : PelletService

Methods

| Improve this Doc View Source

Validate()

Extracts an RDF Dataset which details the Constraints violated (if any) and whether Constraints are satisified.
Declaration
public ITripleStore Validate()
Returns
Type Description
ITripleStore
| Improve this Doc View Source

Validate(TripleStoreCallback, Object)

Extracts an RDF Dataset which details the Constraints violated (if any) and whether Constraints are satisified.
Declaration
public void Validate(TripleStoreCallback callback, object state)
Parameters
Type Name Description
TripleStoreCallback callback Callback to invoke when the operation completes.
System.Object state State to pass to the callback.
Remarks
If the operation succeeds the callback will be invoked normally, if there is an error the callback will be invoked with a instance of AsyncError passed as the state which provides access to the error message and the original state passed in.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Validate()
    • Validate(TripleStoreCallback, Object)
  • Extension Methods
Back to top Generated by DocFX