public virtual global::Microsoft.Ccr.Core.Choice Replace(out global::ServiceTutorial9.Multi.Proxy.Replace operation)
 {
     global::ServiceTutorial9.Multi.Proxy.AddressState body = new global::ServiceTutorial9.Multi.Proxy.AddressState();
     operation = new global::ServiceTutorial9.Multi.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::ServiceTutorial9.Multi.Proxy.AddressState body      = new global::ServiceTutorial9.Multi.Proxy.AddressState();
     global::ServiceTutorial9.Multi.Proxy.Replace      operation = new global::ServiceTutorial9.Multi.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public static object ServiceTutorial9_Multi_AddressState_TO_ServiceTutorial9_Multi_Proxy_AddressState(object transformFrom)
 {
     global::ServiceTutorial9.Multi.Proxy.AddressState target = new global::ServiceTutorial9.Multi.Proxy.AddressState();
     global::ServiceTutorial9.Multi.AddressState       from   = ((global::ServiceTutorial9.Multi.AddressState)(transformFrom));
     target.Address = from.Address;
     target.ZipCode = from.ZipCode;
     return(target);
 }
 /// <summary>
 ///Clones AddressState
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::ServiceTutorial9.Multi.Proxy.AddressState target0 = new global::ServiceTutorial9.Multi.Proxy.AddressState();
     this.CopyTo(target0);
     return(target0);
 }
 /// <summary>
 ///Copies the data member values of the current AddressState 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::ServiceTutorial9.Multi.Proxy.AddressState typedTarget = ((global::ServiceTutorial9.Multi.Proxy.AddressState)(target));
     typedTarget._Address = this._Address;
     typedTarget._ZipCode = this._ZipCode;
 }
 public Replace(global::ServiceTutorial9.Multi.Proxy.AddressState body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
 public Replace(global::ServiceTutorial9.Multi.Proxy.AddressState body) :
     base(body)
 {
 }