C# Class TransactionalNodeService.Proxy.Universal.GraphBuilder.InMemoryGraph

Mostrar archivo Open project: chris-tomich/Glyma

Private Properties

Property Type Description

Public Methods

Method Description
FindNode ( ServerObjects serviceNode ) : INode
InMemoryGraph ( SoapMapManager mapManager ) : System
NodesAndRelationshipBuildEventArgs ( NodesEventArgs eventArgs, ServerObjects.Node>.IDictionary nodes, ServerObjects.Relationship>.IDictionary relationships ) : void

Method Details

FindNode() public method

public FindNode ( ServerObjects serviceNode ) : INode
serviceNode ServerObjects
return INode

InMemoryGraph() public method

public InMemoryGraph ( SoapMapManager mapManager ) : System
mapManager TransactionalNodeService.Proxy.Universal.Soap.SoapMapManager
return System

NodesAndRelationshipBuildEventArgs() public method

public NodesAndRelationshipBuildEventArgs ( NodesEventArgs eventArgs, ServerObjects.Node>.IDictionary nodes, ServerObjects.Relationship>.IDictionary relationships ) : void
eventArgs NodesEventArgs
nodes ServerObjects.Node>.IDictionary
relationships ServerObjects.Relationship>.IDictionary
return void