Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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