C# Class TransactionalNodeService.Soap.SoapNode

Inheritance: TransactionalNodeService.Proxy.Node
Datei anzeigen Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
CreateNewUpdateNode TransactionalNodeService.Soap.TransactionFramework.UpdateNodeTransactionLink
OnTransactionExecuting void

Public Methods

Method Description
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

Private Methods

Method Description
CreateNewUpdateNode ( TransactionalNodeService.Proxy nodeType ) : UpdateNodeTransactionLink
OnTransactionExecuting ( object sender, EventArgs e ) : void

Method Details

Delete() public method

public Delete ( TransactionFramework &chain ) : void
chain TransactionFramework
return void

LoadNode() public method

public LoadNode ( SoapRelationshipManager relationshipManager ) : bool
relationshipManager SoapRelationshipManager
return bool

PreInitialiseNode() public method

public PreInitialiseNode ( System.Guid nodeId ) : void
nodeId System.Guid
return void

ProcessDelayedActions() public method

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

SoapNode() public method

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

SoapNode() public method

public SoapNode ( TransactionalNodeService.Proxy mapManager ) : System
mapManager TransactionalNodeService.Proxy
return System

Update() public method

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

UpdateNode() public method

public UpdateNode ( TransactionalNodeService.Proxy.ServerObjects serviceNode ) : void
serviceNode TransactionalNodeService.Proxy.ServerObjects
return void