Method | Description | |
---|---|---|
OutputPortToRemotePortname ( this port ) : string | ||
OutputPortToStandInPortname ( this port ) : string | ||
RemotePortnameToInputPort ( this portname, string path, string standInOperationName ) : IPort | ||
StandInPortnameToInputPortname ( this standInPortname ) : string |
public static OutputPortToRemotePortname ( this port ) : string | ||
port | this | |
return | string |
public static OutputPortToStandInPortname ( this port ) : string | ||
port | this | |
return | string |
public static RemotePortnameToInputPort ( this portname, string path, string standInOperationName ) : IPort | ||
portname | this | |
path | string | |
standInOperationName | string | |
return | IPort |
public static StandInPortnameToInputPortname ( this standInPortname ) : string | ||
standInPortname | this | |
return | string |