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

Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description
BuildExplicitParameter Service.MP

Méthodes publiques

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

Private Methods

Méthode Description
BuildExplicitParameter ( System.Guid sessionId ) : Service.MP

Method Details

GetParameterValue() public méthode

public GetParameterValue ( System.Guid sessionId ) : Service.MP
sessionId System.Guid
Résultat Service.MP

SetParameterNull() public méthode

public SetParameterNull ( ) : void
Résultat void

SetParameterValue() public méthode

public SetParameterValue ( System.Guid parameterValue ) : void
parameterValue System.Guid
Résultat void

SetParameterValue() public méthode

public SetParameterValue ( ISoapTransactionLink transactionLink ) : void
transactionLink ISoapTransactionLink
Résultat void

SoapTransactionLinkParameter() public méthode

public SoapTransactionLinkParameter ( Service parameterType ) : System
parameterType Service
Résultat System