Beispiel #1
0
 public virtual global::Microsoft.Ccr.Core.Choice Replace(out global::ServiceTutorial8.Proxy.Replace operation)
 {
     global::ServiceTutorial8.Proxy.GenericState body = new global::ServiceTutorial8.Proxy.GenericState();
     operation = new global::ServiceTutorial8.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Beispiel #2
0
 public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType, global:: W3C.Soap.Fault> Replace()
 {
     global::ServiceTutorial8.Proxy.GenericState body      = new global::ServiceTutorial8.Proxy.GenericState();
     global::ServiceTutorial8.Proxy.Replace      operation = new global::ServiceTutorial8.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Beispiel #3
0
 public static object ServiceTutorial8_GenericState_TO_ServiceTutorial8_Proxy_GenericState(object transformFrom)
 {
     global::ServiceTutorial8.Proxy.GenericState target = new global::ServiceTutorial8.Proxy.GenericState();
     global::ServiceTutorial8.GenericState       from   = ((global::ServiceTutorial8.GenericState)(transformFrom));
     target.FirstName = from.FirstName;
     target.LastName  = from.LastName;
     return(target);
 }
Beispiel #4
0
 /// <summary>
 ///Clones GenericState
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::ServiceTutorial8.Proxy.GenericState target0 = new global::ServiceTutorial8.Proxy.GenericState();
     this.CopyTo(target0);
     return(target0);
 }
Beispiel #5
0
 /// <summary>
 ///Copies the data member values of the current GenericState 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::ServiceTutorial8.Proxy.GenericState typedTarget = ((global::ServiceTutorial8.Proxy.GenericState)(target));
     typedTarget._FirstName = this._FirstName;
     typedTarget._LastName  = this._LastName;
 }
Beispiel #6
0
 public Replace(global::ServiceTutorial8.Proxy.GenericState body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
Beispiel #7
0
 public Replace(global::ServiceTutorial8.Proxy.GenericState body) :
     base(body)
 {
 }