public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType, global:: W3C.Soap.Fault> Replace()
 {
     global::ServiceTutorial9.Extension.Proxy.ExtensionState body      = new global::ServiceTutorial9.Extension.Proxy.ExtensionState();
     global::ServiceTutorial9.Extension.Proxy.Replace        operation = new global::ServiceTutorial9.Extension.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public virtual global::Microsoft.Ccr.Core.Choice Replace(out global::ServiceTutorial9.Extension.Proxy.Replace operation)
 {
     global::ServiceTutorial9.Extension.Proxy.ExtensionState body = new global::ServiceTutorial9.Extension.Proxy.ExtensionState();
     operation = new global::ServiceTutorial9.Extension.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public static object ServiceTutorial9_Extension_ExtensionState_TO_ServiceTutorial9_Extension_Proxy_ExtensionState(object transformFrom)
 {
     global::ServiceTutorial9.Extension.Proxy.ExtensionState target = new global::ServiceTutorial9.Extension.Proxy.ExtensionState();
     global::ServiceTutorial9.Extension.ExtensionState       from   = ((global::ServiceTutorial9.Extension.ExtensionState)(transformFrom));
     target.Age       = from.Age;
     target.FirstName = from.FirstName;
     target.LastName  = from.LastName;
     return(target);
 }
 public Replace(global::ServiceTutorial9.Extension.Proxy.ExtensionState body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
 public Replace(global::ServiceTutorial9.Extension.Proxy.ExtensionState body) :
     base(body)
 {
 }
 /// <summary>
 ///Clones ExtensionState
 ///</summary>
 ///<returns>cloned value</returns>
 public override object Clone()
 {
     global::ServiceTutorial9.Extension.Proxy.ExtensionState target0 = new global::ServiceTutorial9.Extension.Proxy.ExtensionState();
     this.CopyTo(target0);
     return(target0);
 }
 /// <summary>
 ///Copies the data member values of the current ExtensionState to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public override void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     base.CopyTo(target);
     global::ServiceTutorial9.Extension.Proxy.ExtensionState typedTarget = ((global::ServiceTutorial9.Extension.Proxy.ExtensionState)(target));
     typedTarget._Age = this._Age;
 }