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

            protocol.CaseIDNum = this.CaseIDNum;
            protocol.UserName = this.UserName;
            protocol.DispatchDate = this.DispatchDate;
            protocol.WorkOrder = this.WorkOrder;
            protocol.AppointmentDate = this.AppointmentDate;
            protocol.Duration = this.Duration;
            protocol.Description = this.Description;
            protocol.ContactFirstName = this.ContactFirstName;
            protocol.ContactLastName = this.ContactLastName;
            protocol.Address1 = this.Address1;
            protocol.Address2 = this.Address2;
            protocol.City = this.City;
            protocol.State = this.State;
            protocol.ZipCode = this.ZipCode;
            protocol.MainPhone = this.MainPhone;
            protocol.AlternatePhone = this.AlternatePhone;
            protocol.SiteIDNum = this.SiteIDNum;
            protocol.PaymentMethod = this.PaymentMethod;
            protocol.ReferenceNumber = this.ReferenceNumber;
            protocol.Notes = this.Notes;
            protocol.RequestedETADate = this.RequestedETADate;
            protocol.AppointmentConfirmed = this.AppointmentConfirmed;
            protocol.CellText = this.CellText;
            protocol.Proxy = this.Proxy;
            protocol.GenerateTimeBombs = this.GenerateTimeBombs;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return protocol;
        }