C# Class TransactionalNodeService.Soap.SoapMetadataSet

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

Private Properties

Property Type Description

Public Methods

Method Description
Delete ( TransactionFramework &chain ) : void
ProcessDelayedActions ( TransactionFramework &chain ) : void
SoapMetadataSet ( InProcess inProcessMetadata, TransactionalNodeService.Proxy.ServerObjects serviceMetadata ) : System
SoapMetadataSet ( System.Proxy mapManager ) : System
SoapMetadataSet ( System.Proxy mapManager, TransactionalNodeService.Proxy.ServerObjects serviceMetadata, System.Proxy node, System.Proxy relationship ) : System
Update ( string name, string value, System.Proxy node, System.Proxy relationship, System.Proxy connectionType, TransactionFramework &chain ) : void

Method Details

Delete() public method

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

ProcessDelayedActions() public method

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

SoapMetadataSet() public method

public SoapMetadataSet ( InProcess inProcessMetadata, TransactionalNodeService.Proxy.ServerObjects serviceMetadata ) : System
inProcessMetadata InProcess
serviceMetadata TransactionalNodeService.Proxy.ServerObjects
return System

SoapMetadataSet() public method

public SoapMetadataSet ( System.Proxy mapManager ) : System
mapManager System.Proxy
return System

SoapMetadataSet() public method

public SoapMetadataSet ( System.Proxy mapManager, TransactionalNodeService.Proxy.ServerObjects serviceMetadata, System.Proxy node, System.Proxy relationship ) : System
mapManager System.Proxy
serviceMetadata TransactionalNodeService.Proxy.ServerObjects
node System.Proxy
relationship System.Proxy
return System

Update() public method

public Update ( string name, string value, System.Proxy node, System.Proxy relationship, System.Proxy connectionType, TransactionFramework &chain ) : void
name string
value string
node System.Proxy
relationship System.Proxy
connectionType System.Proxy
chain TransactionFramework
return void