C# Class TransactionalNodeService.Proxy.Universal.Soap.TransactionFramework.SoapTransactionLinkParameter

Show file Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
BuildExplicitParameter Service.MP

Public Methods

Method Description
GetParameterValue ( System.Guid sessionId ) : Service.MP
SetParameterNull ( ) : void
SetParameterValue ( System.Guid parameterValue ) : void
SetParameterValue ( ISoapTransactionLink transactionLink ) : void
SoapTransactionLinkParameter ( Service parameterType ) : System

Private Methods

Method Description
BuildExplicitParameter ( System.Guid sessionId ) : Service.MP

Method Details

GetParameterValue() public method

public GetParameterValue ( System.Guid sessionId ) : Service.MP
sessionId System.Guid
return Service.MP

SetParameterNull() public method

public SetParameterNull ( ) : void
return void

SetParameterValue() public method

public SetParameterValue ( System.Guid parameterValue ) : void
parameterValue System.Guid
return void

SetParameterValue() public method

public SetParameterValue ( ISoapTransactionLink transactionLink ) : void
transactionLink ISoapTransactionLink
return void

SoapTransactionLinkParameter() public method

public SoapTransactionLinkParameter ( Service parameterType ) : System
parameterType Service
return System