C# Class TransactionalNodeService.DelayedNodeService

Show file Open project: chris-tomich/Glyma

Public Methods

Method Description
BeginTransaction ( ) : System.Guid
DelayedNodeService ( ) : System
DomainCreate ( System.Guid token ) : MapParameter
EndTransaction ( System.Guid token ) : MapResponse
NodeCreate ( System.Guid token, MapParameter delayedDomain, System.Guid CompendiumQuestionNodeTypeId ) : MapParameter
RelationshipCreate ( System.Guid token, MapParameter delayedDomain, System.Guid FromToRelationshipTypeId, MapParameter>.IDictionary nodes ) : MapParameter

Method Details

BeginTransaction() public method

public BeginTransaction ( ) : System.Guid
return System.Guid

DelayedNodeService() public method

public DelayedNodeService ( ) : System
return System

DomainCreate() public method

public DomainCreate ( System.Guid token ) : MapParameter
token System.Guid
return MapParameter

EndTransaction() public method

public EndTransaction ( System.Guid token ) : MapResponse
token System.Guid
return MapResponse

NodeCreate() public method

public NodeCreate ( System.Guid token, MapParameter delayedDomain, System.Guid CompendiumQuestionNodeTypeId ) : MapParameter
token System.Guid
delayedDomain MapParameter
CompendiumQuestionNodeTypeId System.Guid
return MapParameter

RelationshipCreate() public method

public RelationshipCreate ( System.Guid token, MapParameter delayedDomain, System.Guid FromToRelationshipTypeId, MapParameter>.IDictionary nodes ) : MapParameter
token System.Guid
delayedDomain MapParameter
FromToRelationshipTypeId System.Guid
nodes MapParameter>.IDictionary
return MapParameter