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 |
|---|---|---|
| GraphDiffReport | diff | The GraphDiffReport to convert. |
| System.Uri | graphUri | Optional System.Uri of the affected graph. |
| INamespaceMapper | prefixes | Optional INamespaceMapper used to resolve prefixes. |
Returns
| Type | Description |
|---|---|
| ModifyCommand | A ModifyCommand that represents the GraphDiffReport. |