C# Class npantarhei.distribution.translators.PortnameExtensions

Show file Open project: ralfw/NPantaRhei

Public Methods

Method Description
OutputPortToRemotePortname ( this port ) : string
OutputPortToStandInPortname ( this port ) : string
RemotePortnameToInputPort ( this portname, string path, string standInOperationName ) : IPort
StandInPortnameToInputPortname ( this standInPortname ) : string

Method Details

OutputPortToRemotePortname() public static method

public static OutputPortToRemotePortname ( this port ) : string
port this
return string

OutputPortToStandInPortname() public static method

public static OutputPortToStandInPortname ( this port ) : string
port this
return string

RemotePortnameToInputPort() public static method

public static RemotePortnameToInputPort ( this portname, string path, string standInOperationName ) : IPort
portname this
path string
standInOperationName string
return IPort

StandInPortnameToInputPortname() public static method

public static StandInPortnameToInputPortname ( this standInPortname ) : string
standInPortname this
return string