public virtual global::Microsoft.Ccr.Core.Choice Replace(out global::Robotics.DriveByVoice.Diagram.Proxy.Replace operation)
 {
     global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState body = new global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState();
     operation = new global::Robotics.DriveByVoice.Diagram.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public virtual global::Microsoft.Dss.ServiceModel.Dssp.DsspResponsePort <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType> Replace()
 {
     global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState body      = new global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState();
     global::Robotics.DriveByVoice.Diagram.Proxy.Replace      operation = new global::Robotics.DriveByVoice.Diagram.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Exemplo n.º 3
0
 public static object Robotics_DriveByVoice_Diagram_DiagramState_TO_Robotics_DriveByVoice_Diagram_Proxy_DiagramState(object transformFrom)
 {
     global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState target = new global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState();
     global::Robotics.DriveByVoice.Diagram.DiagramState       from   = ((global::Robotics.DriveByVoice.Diagram.DiagramState)(transformFrom));
     target.LeftSpeed = from.LeftSpeed;
     target.RighSpeed = from.RighSpeed;
     return(target);
 }
 public Replace(global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState body, global::Microsoft.Dss.ServiceModel.Dssp.DsspResponsePort <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType> responsePort) :
     base(body, responsePort)
 {
 }
 public Replace(global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState body) :
     base(body)
 {
 }
 /// <summary>
 ///Clones DiagramState
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState target0 = new global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState();
     this.CopyTo(target0);
     return(target0);
 }
 /// <summary>
 ///Copies the data member values of the current DiagramState to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public virtual void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState typedTarget = ((global::Robotics.DriveByVoice.Diagram.Proxy.DiagramState)(target));
     typedTarget._LeftSpeed = this._LeftSpeed;
     typedTarget._RighSpeed = this._RighSpeed;
 }