C# 클래스 npantarhei.distribution.translators.PortnameExtensions

파일 보기 프로젝트 열기: ralfw/NPantaRhei

공개 메소드들

메소드 설명
OutputPortToRemotePortname ( this port ) : string
OutputPortToStandInPortname ( this port ) : string
RemotePortnameToInputPort ( this portname, string path, string standInOperationName ) : IPort
StandInPortnameToInputPortname ( this standInPortname ) : string

메소드 상세

OutputPortToRemotePortname() 공개 정적인 메소드

public static OutputPortToRemotePortname ( this port ) : string
port this
리턴 string

OutputPortToStandInPortname() 공개 정적인 메소드

public static OutputPortToStandInPortname ( this port ) : string
port this
리턴 string

RemotePortnameToInputPort() 공개 정적인 메소드

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

StandInPortnameToInputPortname() 공개 정적인 메소드

public static StandInPortnameToInputPortname ( this standInPortname ) : string
standInPortname this
리턴 string