Click or drag to resize

GRSExport Methods

The GRSExport type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAddSubgraphAsNeeded 
Public methodDispose 
Public methodStatic memberEmitAttribute Emits the attribute value as code for an attribute of the given type with the given value into the stream writer Main graph context is needed to get access to the graph -> env dictionary.
Public methodStatic memberEmitAttributeValue Type needed for enum, otherwise null ok. Graph needed for node/edge, otherwise null ok. Main graph context needed to get access to the graph -> env dictionary for subgraph.
Public methodStatic memberEmitObjectCreation 
Public methodStatic memberEmitSubgraphAttributes 
Public methodStatic memberExport(INamedGraph, StreamWriter) Exports the given graph to the file given by the stream writer in grs format. Any errors will be reported by exception.
Public methodStatic memberExport(INamedGraph, String) Exports the given graph to a GRS file with the given filename. Any errors will be reported by exception.
Protected methodExport(INamedGraph, Boolean, DictionaryString, DictionaryString, String) 
Public methodStatic memberExport(INamedGraph, StreamWriter, Boolean, DictionaryString, DictionaryString, String) Exports the given graph to the file given by the stream writer in grs format. Any errors will be reported by exception.
Public methodStatic memberExport(INamedGraph, String, Boolean, DictionaryString, DictionaryString, String) Exports the given graph to a GRS file with the given filename. Any errors will be reported by exception.
Public methodStatic memberExportSingleGraph 
Public methodStatic memberExportYouMustCloseStreamWriter Exports the given graph to the file given by the stream writer in grs format. Any errors will be reported by exception. Returns the graph export context of the main graph.
Public methodStatic memberIsGraphUsedInAttribute 
Top
See Also