C# 클래스 TransactionalNodeService.Soap.SoapRelationshipManager

상속: Proxy.IRelationshipFactory
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DeleteRelationship void

공개 메소드들

메소드 설명
CreateRelationship ( TransactionFramework transactionLink, System.Guid domainId, System.Guid rootMapId, Proxy.INode>.Dictionary nodes, System.Proxy relationshipType, string originalId ) : Proxy.IRelationship
CreateRelationship ( TransactionalNodeService.Proxy.ServerObjects serviceRelationship ) : void
DeleteRelationship ( System.Proxy proxyRelationship ) : void
DeleteRelationship ( TransactionalNodeService.Proxy.ServerObjects serviceRelationship ) : void
FindRelationship ( System.Guid relationshipId ) : Proxy.IRelationship
FindRelationship ( TransactionalNodeService.Proxy.ServerObjects serviceRelationship ) : Proxy.IRelationship
SoapRelationshipManager ( SoapMapManager mapManager ) : System
UpgradeFacade ( TransactionFramework transactionLink, TransactionalNodeService.Proxy.ServerObjects serviceRelationship ) : void

비공개 메소드들

메소드 설명
DeleteRelationship ( System.Guid relationshipUid ) : void

메소드 상세

CreateRelationship() 공개 메소드

public CreateRelationship ( TransactionFramework transactionLink, System.Guid domainId, System.Guid rootMapId, Proxy.INode>.Dictionary nodes, System.Proxy relationshipType, string originalId ) : Proxy.IRelationship
transactionLink TransactionFramework
domainId System.Guid
rootMapId System.Guid
nodes Proxy.INode>.Dictionary
relationshipType System.Proxy
originalId string
리턴 Proxy.IRelationship

CreateRelationship() 공개 메소드

public CreateRelationship ( TransactionalNodeService.Proxy.ServerObjects serviceRelationship ) : void
serviceRelationship TransactionalNodeService.Proxy.ServerObjects
리턴 void

DeleteRelationship() 공개 메소드

public DeleteRelationship ( System.Proxy proxyRelationship ) : void
proxyRelationship System.Proxy
리턴 void

DeleteRelationship() 공개 메소드

public DeleteRelationship ( TransactionalNodeService.Proxy.ServerObjects serviceRelationship ) : void
serviceRelationship TransactionalNodeService.Proxy.ServerObjects
리턴 void

FindRelationship() 공개 메소드

public FindRelationship ( System.Guid relationshipId ) : Proxy.IRelationship
relationshipId System.Guid
리턴 Proxy.IRelationship

FindRelationship() 공개 메소드

public FindRelationship ( TransactionalNodeService.Proxy.ServerObjects serviceRelationship ) : Proxy.IRelationship
serviceRelationship TransactionalNodeService.Proxy.ServerObjects
리턴 Proxy.IRelationship

SoapRelationshipManager() 공개 메소드

public SoapRelationshipManager ( SoapMapManager mapManager ) : System
mapManager SoapMapManager
리턴 System

UpgradeFacade() 공개 메소드

public UpgradeFacade ( TransactionFramework transactionLink, TransactionalNodeService.Proxy.ServerObjects serviceRelationship ) : void
transactionLink TransactionFramework
serviceRelationship TransactionalNodeService.Proxy.ServerObjects
리턴 void