Пример #1
0
 /// <summary>
 ///Clones WaitResponseType
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Microsoft.Dss.Services.Samples.WaitForDriveCompletion.Proxy.WaitResponseType target0 = new global::Microsoft.Dss.Services.Samples.WaitForDriveCompletion.Proxy.WaitResponseType();
     this.CopyTo(target0);
     return(target0);
 }
Пример #2
0
 public static object Microsoft_Dss_Services_Samples_WaitForDriveCompletion_WaitResponseType_TO_Microsoft_Dss_Services_Samples_WaitForDriveCompletion_Proxy_WaitResponseType(object transformFrom)
 {
     global::Microsoft.Dss.Services.Samples.WaitForDriveCompletion.Proxy.WaitResponseType target = new global::Microsoft.Dss.Services.Samples.WaitForDriveCompletion.Proxy.WaitResponseType();
     global::Microsoft.Dss.Services.Samples.WaitForDriveCompletion.WaitResponseType       from   = ((global::Microsoft.Dss.Services.Samples.WaitForDriveCompletion.WaitResponseType)(transformFrom));
     target.DriveStatus = from.DriveStatus;
     return(target);
 }
Пример #3
0
 /// <summary>
 ///Copies the data member values of the current WaitResponseType 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.Dss.Services.Samples.WaitForDriveCompletion.Proxy.WaitResponseType typedTarget = ((global::Microsoft.Dss.Services.Samples.WaitForDriveCompletion.Proxy.WaitResponseType)(target));
     typedTarget._DriveStatus = this._DriveStatus;
 }