C# 클래스 TransactionalNodeService.Common.NodeService

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

공개 메소드들

메소드 설명
DomainCreate ( ) : Domain
DomainGetRootNode ( Domain domain ) : Node
NodeCreate ( Domain newDomain, System.Guid nodeTypeId ) : Node
NodeService ( ) : System
RelationshipCreate ( Domain newDomain, System.Guid relationshipTypeId, Guid>.IDictionary nodes ) : Relationship

보호된 메소드들

메소드 설명
CreateDomainCommand ( System.Guid &newDomainId, System.Guid &newDomainNodeId, string domainOriginalId = default(string) ) : SqlCommand
CreateNodeCommand ( System.Guid &newNodeId, string nodeOriginalId = default(string), System.Guid nodeTypeUid = default(Guid), System.Guid domainUid = default(Guid) ) : SqlCommand
CreateRelationshipCommand ( System.Guid &newRelationshipId, System.Guid domainId, System.Guid relationshipTypeId, Guid>.IDictionary nodes, string relationshipOriginalId = default(string) ) : SqlCommand
SelectDomainNodeCommand ( System.Guid domainId ) : SqlCommand

메소드 상세

CreateDomainCommand() 보호된 메소드

protected CreateDomainCommand ( System.Guid &newDomainId, System.Guid &newDomainNodeId, string domainOriginalId = default(string) ) : SqlCommand
newDomainId System.Guid
newDomainNodeId System.Guid
domainOriginalId string
리턴 System.Data.SqlClient.SqlCommand

CreateNodeCommand() 보호된 메소드

protected CreateNodeCommand ( System.Guid &newNodeId, string nodeOriginalId = default(string), System.Guid nodeTypeUid = default(Guid), System.Guid domainUid = default(Guid) ) : SqlCommand
newNodeId System.Guid
nodeOriginalId string
nodeTypeUid System.Guid
domainUid System.Guid
리턴 System.Data.SqlClient.SqlCommand

CreateRelationshipCommand() 보호된 메소드

protected CreateRelationshipCommand ( System.Guid &newRelationshipId, System.Guid domainId, System.Guid relationshipTypeId, Guid>.IDictionary nodes, string relationshipOriginalId = default(string) ) : SqlCommand
newRelationshipId System.Guid
domainId System.Guid
relationshipTypeId System.Guid
nodes Guid>.IDictionary
relationshipOriginalId string
리턴 System.Data.SqlClient.SqlCommand

DomainCreate() 공개 메소드

public DomainCreate ( ) : Domain
리턴 TransactionalNodeService.Common.Model.Domain

DomainGetRootNode() 공개 메소드

public DomainGetRootNode ( Domain domain ) : Node
domain TransactionalNodeService.Common.Model.Domain
리턴 TransactionalNodeService.Common.Model.Node

NodeCreate() 공개 메소드

public NodeCreate ( Domain newDomain, System.Guid nodeTypeId ) : Node
newDomain TransactionalNodeService.Common.Model.Domain
nodeTypeId System.Guid
리턴 TransactionalNodeService.Common.Model.Node

NodeService() 공개 메소드

public NodeService ( ) : System
리턴 System

RelationshipCreate() 공개 메소드

public RelationshipCreate ( Domain newDomain, System.Guid relationshipTypeId, Guid>.IDictionary nodes ) : Relationship
newDomain TransactionalNodeService.Common.Model.Domain
relationshipTypeId System.Guid
nodes Guid>.IDictionary
리턴 TransactionalNodeService.Common.Model.Relationship

SelectDomainNodeCommand() 보호된 메소드

protected SelectDomainNodeCommand ( System.Guid domainId ) : SqlCommand
domainId System.Guid
리턴 System.Data.SqlClient.SqlCommand