btswebdoc.Model.ReceivePort.ReceivePort C# (CSharp) Method

ReceivePort() public method

public ReceivePort ( ) : System
return System
        public ReceivePort()
        {
            ReceiveLocations = new List<ReceiveLocation>();
            InboundTransforms = new List<Transform>();
            OutboundTransforms = new List<Transform>();
            BoundOrchestrations = new List<Orchestration>();
        }
ReceivePort