C# 클래스 TransactionalNodeService.Soap.SoapNode

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

Private Properties

프로퍼티 타입 설명
CreateNewUpdateNode TransactionalNodeService.Soap.TransactionFramework.UpdateNodeTransactionLink
OnTransactionExecuting void

공개 메소드들

메소드 설명
Delete ( TransactionFramework &chain ) : void
LoadNode ( SoapRelationshipManager relationshipManager ) : bool
PreInitialiseNode ( System.Guid nodeId ) : void
ProcessDelayedActions ( ) : void

TODO: I don't like how this is public.

SoapNode ( InProcess inProcessNode, TransactionalNodeService.Proxy.ServerObjects serviceNode ) : System
SoapNode ( TransactionalNodeService.Proxy mapManager ) : System
Update ( TransactionalNodeService.Proxy nodeType, TransactionFramework &chain ) : void
UpdateNode ( TransactionalNodeService.Proxy.ServerObjects serviceNode ) : void

비공개 메소드들

메소드 설명
CreateNewUpdateNode ( TransactionalNodeService.Proxy nodeType ) : UpdateNodeTransactionLink
OnTransactionExecuting ( object sender, EventArgs e ) : void

메소드 상세

Delete() 공개 메소드

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

LoadNode() 공개 메소드

public LoadNode ( SoapRelationshipManager relationshipManager ) : bool
relationshipManager SoapRelationshipManager
리턴 bool

PreInitialiseNode() 공개 메소드

public PreInitialiseNode ( System.Guid nodeId ) : void
nodeId System.Guid
리턴 void

ProcessDelayedActions() 공개 메소드

TODO: I don't like how this is public.
public ProcessDelayedActions ( ) : void
리턴 void

SoapNode() 공개 메소드

public SoapNode ( InProcess inProcessNode, TransactionalNodeService.Proxy.ServerObjects serviceNode ) : System
inProcessNode InProcess
serviceNode TransactionalNodeService.Proxy.ServerObjects
리턴 System

SoapNode() 공개 메소드

public SoapNode ( TransactionalNodeService.Proxy mapManager ) : System
mapManager TransactionalNodeService.Proxy
리턴 System

Update() 공개 메소드

public Update ( TransactionalNodeService.Proxy nodeType, TransactionFramework &chain ) : void
nodeType TransactionalNodeService.Proxy
chain TransactionFramework
리턴 void

UpdateNode() 공개 메소드

public UpdateNode ( TransactionalNodeService.Proxy.ServerObjects serviceNode ) : void
serviceNode TransactionalNodeService.Proxy.ServerObjects
리턴 void