コード例 #1
0
ファイル: Reference.cs プロジェクト: heera-jaiswal/scripts
 /// <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
ファイル: Reference.cs プロジェクト: heera-jaiswal/scripts
 /// <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
ファイル: Reference.cs プロジェクト: heera-jaiswal/scripts
 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
ファイル: Reference.cs プロジェクト: heera-jaiswal/scripts
 /// <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
ファイル: Reference.cs プロジェクト: heera-jaiswal/scripts
 /// <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
ファイル: Reference.cs プロジェクト: heera-jaiswal/scripts
 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]));
 }