C# Class TransactionalNodeService.Soap.FacadeRelationship

Inheritance: Proxy.IRelationship, Proxy.IFacade
Datei anzeigen Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

ConnectNode() public method

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

Delete() public method

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

FacadeRelationship() public method

public FacadeRelationship ( ) : System
return System

ResetToFacade() public method

public ResetToFacade ( ) : void
return void

Update() public method

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