Graph.LoadAndMerge Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LoadAndMerge(Stream, array<GraphSchema[]) | Loads the graph object model from the given stream and merges it into the graph. | |
LoadAndMerge(String, array<GraphSchema[]) | Loads the graph object model from the given file and merges it in to the graph. | |
LoadAndMerge(XDocument, array<GraphSchema[]) | Loads the graph object model from the given XDocument and merges it into the graph. | |
LoadAndMerge(Stream, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) | Loads the graph object model from the given stream and merges it in to the graph. | |
LoadAndMerge(String, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) | Loads the graph object model from the given file and merges it in to the graph. | |
LoadAndMerge(XDocument, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) | Loads the graph object model from the given XDocument and merges it into the graph. |
Top