Beispiel #1
0
 /// <summary>
 /// Sets the direction of the gateway build.
 /// </summary>
 /// <param name="gatewayDirection">  the direction to set </param>
 /// <returns> the builder object </returns>
 public virtual IGatewayBuilder <TE> GatewayDirection(GatewayDirection gatewayDirection)
 {
     element.GatewayDirection = gatewayDirection;
     return(this);
 }
Beispiel #2
0
 /// <summary>
 /// Sets the direction of the gateway build.
 /// </summary>
 /// <param name="gatewayDirection">  the direction to set </param>
 /// <returns> the builder object </returns>
 public virtual B gatewayDirection(GatewayDirection gatewayDirection)
 {
     element.GatewayDirection = gatewayDirection;
     return(myself);
 }