Пример #1
0
 /// <remarks/>
 public void HoldSeatsForScheduleAsync(clsAuthenticateRequest Authentication, int RouteScheduleId, string JourneyDate, int PickUpID, clsContactInformation ContactInformation, Passenger[] Passengers, object userState) {
     if ((this.HoldSeatsForScheduleOperationCompleted == null)) {
         this.HoldSeatsForScheduleOperationCompleted = new System.Threading.SendOrPostCallback(this.OnHoldSeatsForScheduleOperationCompleted);
     }
     this.InvokeAsync("HoldSeatsForSchedule", new object[] {
                 Authentication,
                 RouteScheduleId,
                 JourneyDate,
                 PickUpID,
                 ContactInformation,
                 Passengers}, this.HoldSeatsForScheduleOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void HoldSeatsForScheduleAsync(clsAuthenticateRequest Authentication, int RouteScheduleId, string JourneyDate, int PickUpID, clsContactInformation ContactInformation, Passenger[] Passengers) {
     this.HoldSeatsForScheduleAsync(Authentication, RouteScheduleId, JourneyDate, PickUpID, ContactInformation, Passengers, null);
 }
Пример #3
0
 public clsHoldSeat HoldSeatsForSchedule(clsAuthenticateRequest Authentication, int RouteScheduleId, string JourneyDate, int PickUpID, clsContactInformation ContactInformation, Passenger[] Passengers) {
     object[] results = this.Invoke("HoldSeatsForSchedule", new object[] {
                 Authentication,
                 RouteScheduleId,
                 JourneyDate,
                 PickUpID,
                 ContactInformation,
                 Passengers});
     return ((clsHoldSeat)(results[0]));
 }
Пример #4
0
 /// <remarks/>
 public void HoldSeats5Async(
             clsAuthenticateRequest Authentication, 
             int RouteScheduleId, 
             System.DateTime JourneyDate, 
             int PickUpID, 
             clsContactInformation ContactInformation, 
             PassengerWithSmartCard[] Passengers, 
             string Remarks, 
             int BookingPaymentModeID, 
             int TicketCollectionID, 
             int PartyID, 
             int BankID, 
             string GatewayUsed, 
             string OldPNR, 
             string Comments, 
             string TransactionID, 
             string Address, 
             int CityID, 
             string AreaID, 
             string PincodeID, 
             int OrderID, 
             bool IsReturnJourney, 
             decimal Discount, 
             decimal DiscountPer, 
             string DiscountReason, 
             decimal DeliveryCharge, 
             string PGName, 
             decimal ProviderDiscount, 
             object userState) {
     if ((this.HoldSeats5OperationCompleted == null)) {
         this.HoldSeats5OperationCompleted = new System.Threading.SendOrPostCallback(this.OnHoldSeats5OperationCompleted);
     }
     this.InvokeAsync("HoldSeats5", new object[] {
                 Authentication,
                 RouteScheduleId,
                 JourneyDate,
                 PickUpID,
                 ContactInformation,
                 Passengers,
                 Remarks,
                 BookingPaymentModeID,
                 TicketCollectionID,
                 PartyID,
                 BankID,
                 GatewayUsed,
                 OldPNR,
                 Comments,
                 TransactionID,
                 Address,
                 CityID,
                 AreaID,
                 PincodeID,
                 OrderID,
                 IsReturnJourney,
                 Discount,
                 DiscountPer,
                 DiscountReason,
                 DeliveryCharge,
                 PGName,
                 ProviderDiscount}, this.HoldSeats5OperationCompleted, userState);
 }
Пример #5
0
 /// <remarks/>
 public void HoldSeats5Async(
             clsAuthenticateRequest Authentication, 
             int RouteScheduleId, 
             System.DateTime JourneyDate, 
             int PickUpID, 
             clsContactInformation ContactInformation, 
             PassengerWithSmartCard[] Passengers, 
             string Remarks, 
             int BookingPaymentModeID, 
             int TicketCollectionID, 
             int PartyID, 
             int BankID, 
             string GatewayUsed, 
             string OldPNR, 
             string Comments, 
             string TransactionID, 
             string Address, 
             int CityID, 
             string AreaID, 
             string PincodeID, 
             int OrderID, 
             bool IsReturnJourney, 
             decimal Discount, 
             decimal DiscountPer, 
             string DiscountReason, 
             decimal DeliveryCharge, 
             string PGName, 
             decimal ProviderDiscount) {
     this.HoldSeats5Async(Authentication, RouteScheduleId, JourneyDate, PickUpID, ContactInformation, Passengers, Remarks, BookingPaymentModeID, TicketCollectionID, PartyID, BankID, GatewayUsed, OldPNR, Comments, TransactionID, Address, CityID, AreaID, PincodeID, OrderID, IsReturnJourney, Discount, DiscountPer, DiscountReason, DeliveryCharge, PGName, ProviderDiscount, null);
 }
Пример #6
0
 public clsHoldSeat HoldSeats4(
             clsAuthenticateRequest Authentication, 
             int RouteScheduleId, 
             System.DateTime JourneyDate, 
             int PickUpID, 
             clsContactInformation ContactInformation, 
             Passenger[] Passengers, 
             string Remarks, 
             int BookingPaymentModeID, 
             int TicketCollectionID, 
             int PartyID, 
             int BankID, 
             string GatewayUsed, 
             string OldPNR, 
             string Comments, 
             string TransactionID, 
             string Address, 
             int CityID, 
             string AreaID, 
             string PincodeID, 
             int OrderID, 
             bool IsReturnJourney, 
             decimal Discount, 
             decimal DiscountPer, 
             string DiscountReason, 
             decimal DeliveryCharge, 
             string PGName, 
             decimal ProviderDiscount) {
     object[] results = this.Invoke("HoldSeats4", new object[] {
                 Authentication,
                 RouteScheduleId,
                 JourneyDate,
                 PickUpID,
                 ContactInformation,
                 Passengers,
                 Remarks,
                 BookingPaymentModeID,
                 TicketCollectionID,
                 PartyID,
                 BankID,
                 GatewayUsed,
                 OldPNR,
                 Comments,
                 TransactionID,
                 Address,
                 CityID,
                 AreaID,
                 PincodeID,
                 OrderID,
                 IsReturnJourney,
                 Discount,
                 DiscountPer,
                 DiscountReason,
                 DeliveryCharge,
                 PGName,
                 ProviderDiscount});
     return ((clsHoldSeat)(results[0]));
 }