Class GraphDiffReportExtensions
Provides useful Extension Methods for working with GraphDiffReport .
Inheritance
System.Object
GraphDiffReportExtensions
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
Assembly: dotNetRDF.dll
Syntax
public static class GraphDiffReportExtensions
Methods
| Improve this Doc View SourceAsUpdate(GraphDiffReport, Uri, INamespaceMapper)
Converts a GraphDiffReport to an equivalent ModifyCommand .
Declaration
public static ModifyCommand AsUpdate(this GraphDiffReport diff, Uri graphUri = null, INamespaceMapper prefixes = null)
Parameters
Type | Name | Description |
---|---|---|
Graph |
diff | The Graph |
System. |
graphUri | Optional System. |
INamespace |
prefixes | Optional INamespace |
Returns
Type | Description |
---|---|
Modify |
A Modify |