C# Class TransactionalNodeService.NodeService

Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

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

Méthodes protégées

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

Method Details

CreateDomainCommand() protected méthode

protected CreateDomainCommand ( System.Guid &newDomainId, System.Guid &newDomainNodeId, string domainOriginalId = default(string) ) : SqlCommand
newDomainId System.Guid
newDomainNodeId System.Guid
domainOriginalId string
Résultat System.Data.SqlClient.SqlCommand

CreateNodeCommand() protected méthode

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
Résultat System.Data.SqlClient.SqlCommand

CreateRelationshipCommand() protected méthode

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
Résultat System.Data.SqlClient.SqlCommand

DomainCreate() public méthode

public DomainCreate ( ) : Domain
Résultat TransactionalNodeService.Model.Domain

DomainGetRootNode() public méthode

public DomainGetRootNode ( Domain domain ) : Node
domain TransactionalNodeService.Model.Domain
Résultat TransactionalNodeService.Model.Node

NodeCreate() public méthode

public NodeCreate ( Domain newDomain, System.Guid nodeTypeId ) : Node
newDomain TransactionalNodeService.Model.Domain
nodeTypeId System.Guid
Résultat TransactionalNodeService.Model.Node

NodeService() public méthode

public NodeService ( ) : System
Résultat System

RelationshipCreate() public méthode

public RelationshipCreate ( Domain newDomain, System.Guid relationshipTypeId, Guid>.IDictionary nodes ) : Relationship
newDomain TransactionalNodeService.Model.Domain
relationshipTypeId System.Guid
nodes Guid>.IDictionary
Résultat TransactionalNodeService.Model.Relationship

SelectDomainNodeCommand() protected méthode

protected SelectDomainNodeCommand ( System.Guid domainId ) : SqlCommand
domainId System.Guid
Résultat System.Data.SqlClient.SqlCommand