C# Class TransactionalNodeService.DelayedNodeService

Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode 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 méthode

public BeginTransaction ( ) : System.Guid
Résultat System.Guid

DelayedNodeService() public méthode

public DelayedNodeService ( ) : System
Résultat System

DomainCreate() public méthode

public DomainCreate ( System.Guid token ) : MapParameter
token System.Guid
Résultat MapParameter

EndTransaction() public méthode

public EndTransaction ( System.Guid token ) : MapResponse
token System.Guid
Résultat MapResponse

NodeCreate() public méthode

public NodeCreate ( System.Guid token, MapParameter delayedDomain, System.Guid CompendiumQuestionNodeTypeId ) : MapParameter
token System.Guid
delayedDomain MapParameter
CompendiumQuestionNodeTypeId System.Guid
Résultat MapParameter

RelationshipCreate() public méthode

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
Résultat MapParameter