/// <remarks/>
 public System.IAsyncResult BeginLogPartsUsedExchange4(LogPartsUsedExchangeSetupProtocol setupParam, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("LogPartsUsedExchange4", new object[] {
                 setupParam}, callback, asyncState);
 }
 public ToolkitResultProtocol LogPartsUsedExchange(LogPartsUsedExchangeSetupProtocol setupParam)
 {
     object[] results = this.Invoke("LogPartsUsedExchange4", new object[] {
                 setupParam});
     return ((ToolkitResultProtocol)(results[0]));
 }
        internal Protocol.LogPartsUsedExchangeSetupProtocol ToProtocol()
        {
            Protocol.LogPartsUsedExchangeSetupProtocol protocol = new Protocol.LogPartsUsedExchangeSetupProtocol();

            protocol.PartRequestDetailIDNum = this.PartRequestDetailIDNum;
            protocol.CaseIDNum = this.CaseIDNum;
            protocol.ParentSitePartObjid = this.ParentSitePartObjid;
            protocol.InstallAtSite = this.InstallAtSite;
            protocol.RemoveSitePartObjid = this.RemoveSitePartObjid;
            protocol.ToLocation = this.ToLocation;
            protocol.ToBin = this.ToBin;
            protocol.ToContainer = this.ToContainer;
            protocol.ToGood = this.ToGood;
            protocol.FailureCode = this.FailureCode;
            protocol.InstallPartNumber = this.InstallPartNumber;
            protocol.InstallPartRevision = this.InstallPartRevision;
            protocol.InstallPartDomain = this.InstallPartDomain;
            protocol.InstallSerialNumber = this.InstallSerialNumber;
            protocol.InstallQuantity = this.InstallQuantity;
            protocol.InstallPrice = this.InstallPrice;
            protocol.FromLocation = this.FromLocation;
            protocol.FromBin = this.FromBin;
            protocol.FromContainer = this.FromContainer;
            protocol.FromGood = this.FromGood;
            protocol.EngineerUserName = this.EngineerUserName;
            protocol.UserName = this.UserName;
            protocol.AllowMove = this.AllowMove;
            protocol.LogDate = this.LogDate;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return protocol;
        }