Overload List

  NameDescription
Public methodReadGraph(Stream, IGraph)
Reads the graph from the given stream using a handler created by CreateHandler()()()()
Public methodReadGraph(StringReader, IGraph)
Reads the graph from the given reader using a handler created by CreateHandler()()()()
Public methodReadGraph(HttpRequest, IGraph)
If the request contains the ParamGraph parameter, the parameter value is used for updating the graph instance currently stored in the session.

See Also