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

            protocol.PartRequestDetailIDNum = this.PartRequestDetailIDNum;
            protocol.CaseIDNum = this.CaseIDNum;
            protocol.ParentSitePartObjid = this.ParentSitePartObjid;
            protocol.InstallAtSite = this.InstallAtSite;
            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;
        }