C# 클래스 TransactionalNodeService.DelayedNodeService

파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
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

메소드 상세

BeginTransaction() 공개 메소드

public BeginTransaction ( ) : System.Guid
리턴 System.Guid

DelayedNodeService() 공개 메소드

public DelayedNodeService ( ) : System
리턴 System

DomainCreate() 공개 메소드

public DomainCreate ( System.Guid token ) : MapParameter
token System.Guid
리턴 MapParameter

EndTransaction() 공개 메소드

public EndTransaction ( System.Guid token ) : MapResponse
token System.Guid
리턴 MapResponse

NodeCreate() 공개 메소드

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

RelationshipCreate() 공개 메소드

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
리턴 MapParameter