public virtual global::Microsoft.Ccr.Core.Choice Replace(global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState body, out global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.Replace operation)
 {
     if ((body == null))
     {
         body = new global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState();
     }
     operation = new global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType, global:: W3C.Soap.Fault> Replace(global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState body)
 {
     if ((body == null))
     {
         body = new global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState();
     }
     global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.Replace operation = new global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 /// <summary>
 ///Copies the data member values of the current SimpleDashboardState 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::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState typedTarget = ((global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState)(target));
     typedTarget._Log     = this._Log;
     typedTarget._LogFile = this._LogFile;
     typedTarget._TranslateScaleFactor = this._TranslateScaleFactor;
     typedTarget._RotateScaleFactor    = this._RotateScaleFactor;
 }
 public Replace(global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
 public Replace(global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState body) :
     base(body)
 {
 }
 /// <summary>
 ///Clones SimpleDashboardState
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState target0 = new global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState();
     this.CopyTo(target0);
     return(target0);
 }
Пример #7
0
 public static object Microsoft_Robotics_Services_SimpleDashboard_SimpleDashboardState_TO_Microsoft_Robotics_Services_SimpleDashboard_Proxy_SimpleDashboardState(object transformFrom)
 {
     global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState target = new global::Microsoft.Robotics.Services.SimpleDashboard.Proxy.SimpleDashboardState();
     global::Microsoft.Robotics.Services.SimpleDashboard.SimpleDashboardState       from   = ((global::Microsoft.Robotics.Services.SimpleDashboard.SimpleDashboardState)(transformFrom));
     target.Log     = from.Log;
     target.LogFile = from.LogFile;
     target.TranslateScaleFactor = from.TranslateScaleFactor;
     target.RotateScaleFactor    = from.RotateScaleFactor;
     return(target);
 }