C# 클래스 TransactionalNodeService.Soap.FacadeRelationship

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ConnectNode ( System.Proxy connectionType, System.Proxy node, TransactionFramework &chain ) : void
Delete ( TransactionFramework &chain ) : void
FacadeRelationship ( ) : System
ResetToFacade ( ) : void
Update ( System.Proxy relationshipType, TransactionFramework &chain ) : void

메소드 상세

ConnectNode() 공개 메소드

public ConnectNode ( System.Proxy connectionType, System.Proxy node, TransactionFramework &chain ) : void
connectionType System.Proxy
node System.Proxy
chain TransactionFramework
리턴 void

Delete() 공개 메소드

public Delete ( TransactionFramework &chain ) : void
chain TransactionFramework
리턴 void

FacadeRelationship() 공개 메소드

public FacadeRelationship ( ) : System
리턴 System

ResetToFacade() 공개 메소드

public ResetToFacade ( ) : void
리턴 void

Update() 공개 메소드

public Update ( System.Proxy relationshipType, TransactionFramework &chain ) : void
relationshipType System.Proxy
chain TransactionFramework
리턴 void