Exemplo n.º 1
0
 public virtual global::Microsoft.Ccr.Core.Choice Replace(out global::Robotics.FollowMe.Diagram.Proxy.Replace operation)
 {
     global::Robotics.FollowMe.Diagram.Proxy.DiagramState body = new global::Robotics.FollowMe.Diagram.Proxy.DiagramState();
     operation = new global::Robotics.FollowMe.Diagram.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Exemplo n.º 2
0
 public virtual global::Microsoft.Dss.ServiceModel.Dssp.DsspResponsePort <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType> Replace()
 {
     global::Robotics.FollowMe.Diagram.Proxy.DiagramState body      = new global::Robotics.FollowMe.Diagram.Proxy.DiagramState();
     global::Robotics.FollowMe.Diagram.Proxy.Replace      operation = new global::Robotics.FollowMe.Diagram.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Exemplo n.º 3
0
 /// <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.FollowMe.Diagram.Proxy.DiagramState typedTarget = ((global::Robotics.FollowMe.Diagram.Proxy.DiagramState)(target));
     typedTarget._Index    = this._Index;
     typedTarget._Tracked  = this._Tracked;
     typedTarget._Tracking = this._Tracking;
 }
Exemplo n.º 4
0
 public static object Robotics_FollowMe_Diagram_DiagramState_TO_Robotics_FollowMe_Diagram_Proxy_DiagramState(object transformFrom)
 {
     global::Robotics.FollowMe.Diagram.Proxy.DiagramState target = new global::Robotics.FollowMe.Diagram.Proxy.DiagramState();
     global::Robotics.FollowMe.Diagram.DiagramState       from   = ((global::Robotics.FollowMe.Diagram.DiagramState)(transformFrom));
     target.Index    = from.Index;
     target.Tracked  = from.Tracked;
     target.Tracking = from.Tracking;
     return(target);
 }
Exemplo n.º 5
0
 public Replace(global::Robotics.FollowMe.Diagram.Proxy.DiagramState body, global::Microsoft.Dss.ServiceModel.Dssp.DsspResponsePort <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType> responsePort) :
     base(body, responsePort)
 {
 }
Exemplo n.º 6
0
 public Replace(global::Robotics.FollowMe.Diagram.Proxy.DiagramState body) :
     base(body)
 {
 }
Exemplo n.º 7
0
 /// <summary>
 ///Clones DiagramState
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Robotics.FollowMe.Diagram.Proxy.DiagramState target0 = new global::Robotics.FollowMe.Diagram.Proxy.DiagramState();
     this.CopyTo(target0);
     return(target0);
 }