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 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 | |
---|---|---|
![]() ![]() |
Load(Stream) | Deserialize the graph object model from the given stream. |
![]() ![]() |
Load(TextReader) | Deserialize the graph object model from the given text reader. |
![]() ![]() |
Load(String) | Deserialize the graph object model from the given file. |
![]() ![]() |
Load(XDocument) | Deserialize the graph object model from the given XDocument. |
![]() ![]() |
Load(XmlReader) | Deserialize the graph object model from the given XML reader. |
![]() ![]() |
Load(Stream, array<GraphSchema[]) | |
![]() ![]() |
Load(TextReader, array<GraphSchema[]) | |
![]() ![]() |
Load(String, array<GraphSchema[]) | |
![]() ![]() |
Load(XDocument, Graph) | Deserialize the graph object model from the given XDocument into the given graph object. |
![]() ![]() |
Load(XDocument, array<GraphSchema[]) | |
![]() ![]() |
Load(XmlReader, array<GraphSchema[]) | |
![]() ![]() |
Load(XDocument, Graph, array<GraphSchema[]) |
Top