Exemplo n.º 1
0
 public clsCancellationV3 CancelTicketV3(clsAuthenticateRequest Authentication, string PNRNo, string TicketNo, string SeatNos) {
     object[] results = this.Invoke("CancelTicketV3", new object[] {
                 Authentication,
                 PNRNo,
                 TicketNo,
                 SeatNos});
     return ((clsCancellationV3)(results[0]));
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetCityPincodesAsync(clsAuthenticateRequest Authentication, string SecurityCode, int CityID, object userState) {
     if ((this.GetCityPincodesOperationCompleted == null)) {
         this.GetCityPincodesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCityPincodesOperationCompleted);
     }
     this.InvokeAsync("GetCityPincodes", new object[] {
                 Authentication,
                 SecurityCode,
                 CityID}, this.GetCityPincodesOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void GetFromCitiesAsync(clsAuthenticateRequest Authentication) {
     this.GetFromCitiesAsync(Authentication, null);
 }
Exemplo n.º 4
0
 public clsHDCities GetHDCities(clsAuthenticateRequest Authentication, string SecurityCode) {
     object[] results = this.Invoke("GetHDCities", new object[] {
                 Authentication,
                 SecurityCode});
     return ((clsHDCities)(results[0]));
 }
Exemplo n.º 5
0
 public clsCityPincodes GetCityPincodes(clsAuthenticateRequest Authentication, string SecurityCode, int CityID) {
     object[] results = this.Invoke("GetCityPincodes", new object[] {
                 Authentication,
                 SecurityCode,
                 CityID});
     return ((clsCityPincodes)(results[0]));
 }
Exemplo n.º 6
0
 /// <remarks/>
 public void GetAllCitiesV2Async(clsAuthenticateRequest Authentication) {
     this.GetAllCitiesV2Async(Authentication, null);
 }
Exemplo n.º 7
0
 /// <remarks/>
 public void GetAllCitiesV3Async(clsAuthenticateRequest Authentication, string COUNTRY_CODE, string CONTINENT_CODE, string VERTICAL_CODE) {
     this.GetAllCitiesV3Async(Authentication, COUNTRY_CODE, CONTINENT_CODE, VERTICAL_CODE, null);
 }
Exemplo n.º 8
0
 public clsRoutes5 GetCPRoutesV6(clsAuthenticateRequest Authentication, clsSearchRequest SearchRequest, string SecurityCode) {
     object[] results = this.Invoke("GetCPRoutesV6", new object[] {
                 Authentication,
                 SearchRequest,
                 SecurityCode});
     return ((clsRoutes5)(results[0]));
 }
Exemplo n.º 9
0
 /// <remarks/>
 public void GetCPRoutesV6Async(clsAuthenticateRequest Authentication, clsSearchRequest SearchRequest, string SecurityCode) {
     this.GetCPRoutesV6Async(Authentication, SearchRequest, SecurityCode, null);
 }
Exemplo n.º 10
0
 /// <remarks/>
 public void GetAgentBalanceAsync(clsAuthenticateRequest Authentication, int intSubAgentID, string strLoginID) {
     this.GetAgentBalanceAsync(Authentication, intSubAgentID, strLoginID, null);
 }
Exemplo n.º 11
0
 /// <remarks/>
 public void GetAgentBalanceAsync(clsAuthenticateRequest Authentication, int intSubAgentID, string strLoginID, object userState) {
     if ((this.GetAgentBalanceOperationCompleted == null)) {
         this.GetAgentBalanceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAgentBalanceOperationCompleted);
     }
     this.InvokeAsync("GetAgentBalance", new object[] {
                 Authentication,
                 intSubAgentID,
                 strLoginID}, this.GetAgentBalanceOperationCompleted, userState);
 }
Exemplo n.º 12
0
 public clsAgents GetAgentBalance(clsAuthenticateRequest Authentication, int intSubAgentID, string strLoginID) {
     object[] results = this.Invoke("GetAgentBalance", new object[] {
                 Authentication,
                 intSubAgentID,
                 strLoginID});
     return ((clsAgents)(results[0]));
 }
Exemplo n.º 13
0
 /// <remarks/>
 public void CancelTicketV3Async(clsAuthenticateRequest Authentication, string PNRNo, string TicketNo, string SeatNos, object userState) {
     if ((this.CancelTicketV3OperationCompleted == null)) {
         this.CancelTicketV3OperationCompleted = new System.Threading.SendOrPostCallback(this.OnCancelTicketV3OperationCompleted);
     }
     this.InvokeAsync("CancelTicketV3", new object[] {
                 Authentication,
                 PNRNo,
                 TicketNo,
                 SeatNos}, this.CancelTicketV3OperationCompleted, userState);
 }
Exemplo n.º 14
0
 /// <remarks/>
 public void CancelTicketV3Async(clsAuthenticateRequest Authentication, string PNRNo, string TicketNo, string SeatNos) {
     this.CancelTicketV3Async(Authentication, PNRNo, TicketNo, SeatNos, null);
 }
Exemplo n.º 15
0
 public clsCityPairs GetAllCityPairs(clsAuthenticateRequest Authentication) {
     object[] results = this.Invoke("GetAllCityPairs", new object[] {
                 Authentication});
     return ((clsCityPairs)(results[0]));
 }
Exemplo n.º 16
0
 /// <remarks/>
 public void GetCPRoutesV6Async(clsAuthenticateRequest Authentication, clsSearchRequest SearchRequest, string SecurityCode, object userState) {
     if ((this.GetCPRoutesV6OperationCompleted == null)) {
         this.GetCPRoutesV6OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCPRoutesV6OperationCompleted);
     }
     this.InvokeAsync("GetCPRoutesV6", new object[] {
                 Authentication,
                 SearchRequest,
                 SecurityCode}, this.GetCPRoutesV6OperationCompleted, userState);
 }
Exemplo n.º 17
0
 public clsCitiesV2 GetAllCitiesV2(clsAuthenticateRequest Authentication) {
     object[] results = this.Invoke("GetAllCitiesV2", new object[] {
                 Authentication});
     return ((clsCitiesV2)(results[0]));
 }
Exemplo n.º 18
0
 public clsBusPicsLinks GetBusPicsLinks(clsAuthenticateRequest Authentication, string BusPicsKey, string Size, string SecurityCode) {
     object[] results = this.Invoke("GetBusPicsLinks", new object[] {
                 Authentication,
                 BusPicsKey,
                 Size,
                 SecurityCode});
     return ((clsBusPicsLinks)(results[0]));
 }
Exemplo n.º 19
0
 public clsCitiesV3 GetAllCitiesV3(clsAuthenticateRequest Authentication, string COUNTRY_CODE, string CONTINENT_CODE, string VERTICAL_CODE) {
     object[] results = this.Invoke("GetAllCitiesV3", new object[] {
                 Authentication,
                 COUNTRY_CODE,
                 CONTINENT_CODE,
                 VERTICAL_CODE});
     return ((clsCitiesV3)(results[0]));
 }
Exemplo n.º 20
0
 /// <remarks/>
 public void GetBusPicsLinksAsync(clsAuthenticateRequest Authentication, string BusPicsKey, string Size, string SecurityCode) {
     this.GetBusPicsLinksAsync(Authentication, BusPicsKey, Size, SecurityCode, null);
 }
Exemplo n.º 21
0
 /// <remarks/>
 public void GetAllCitiesV3Async(clsAuthenticateRequest Authentication, string COUNTRY_CODE, string CONTINENT_CODE, string VERTICAL_CODE, object userState) {
     if ((this.GetAllCitiesV3OperationCompleted == null)) {
         this.GetAllCitiesV3OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAllCitiesV3OperationCompleted);
     }
     this.InvokeAsync("GetAllCitiesV3", new object[] {
                 Authentication,
                 COUNTRY_CODE,
                 CONTINENT_CODE,
                 VERTICAL_CODE}, this.GetAllCitiesV3OperationCompleted, userState);
 }
Exemplo n.º 22
0
 /// <remarks/>
 public void GetBusPicsLinksAsync(clsAuthenticateRequest Authentication, string BusPicsKey, string Size, string SecurityCode, object userState) {
     if ((this.GetBusPicsLinksOperationCompleted == null)) {
         this.GetBusPicsLinksOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetBusPicsLinksOperationCompleted);
     }
     this.InvokeAsync("GetBusPicsLinks", new object[] {
                 Authentication,
                 BusPicsKey,
                 Size,
                 SecurityCode}, this.GetBusPicsLinksOperationCompleted, userState);
 }
Exemplo n.º 23
0
 /// <remarks/>
 public void GetHDCitiesAsync(clsAuthenticateRequest Authentication, string SecurityCode) {
     this.GetHDCitiesAsync(Authentication, SecurityCode, null);
 }
Exemplo n.º 24
0
 public clsSEOOperatorsPageData GetTopCitiesForCompanyV8(clsAuthenticateRequest Authentication, string cName, string SecurityCode) {
     object[] results = this.Invoke("GetTopCitiesForCompanyV8", new object[] {
                 Authentication,
                 cName,
                 SecurityCode});
     return ((clsSEOOperatorsPageData)(results[0]));
 }
Exemplo n.º 25
0
 /// <remarks/>
 public void GetCityPincodesAsync(clsAuthenticateRequest Authentication, string SecurityCode, int CityID) {
     this.GetCityPincodesAsync(Authentication, SecurityCode, CityID, null);
 }
Exemplo n.º 26
0
 /// <remarks/>
 public void GetTopCitiesForCompanyV8Async(clsAuthenticateRequest Authentication, string cName, string SecurityCode) {
     this.GetTopCitiesForCompanyV8Async(Authentication, cName, SecurityCode, null);
 }
Exemplo n.º 27
0
 public clsCities GetFromCities(clsAuthenticateRequest Authentication) {
     object[] results = this.Invoke("GetFromCities", new object[] {
                 Authentication});
     return ((clsCities)(results[0]));
 }
Exemplo n.º 28
0
 /// <remarks/>
 public void GetTopCitiesForCompanyV8Async(clsAuthenticateRequest Authentication, string cName, string SecurityCode, object userState) {
     if ((this.GetTopCitiesForCompanyV8OperationCompleted == null)) {
         this.GetTopCitiesForCompanyV8OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTopCitiesForCompanyV8OperationCompleted);
     }
     this.InvokeAsync("GetTopCitiesForCompanyV8", new object[] {
                 Authentication,
                 cName,
                 SecurityCode}, this.GetTopCitiesForCompanyV8OperationCompleted, userState);
 }
Exemplo n.º 29
0
 /// <remarks/>
 public void GetFromCitiesAsync(clsAuthenticateRequest Authentication, object userState) {
     if ((this.GetFromCitiesOperationCompleted == null)) {
         this.GetFromCitiesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetFromCitiesOperationCompleted);
     }
     this.InvokeAsync("GetFromCities", new object[] {
                 Authentication}, this.GetFromCitiesOperationCompleted, userState);
 }
Exemplo n.º 30
0
 /// <remarks/>
 public void IsCancellableV3Async(clsAuthenticateRequest Authentication, string PNRNo, string TicketNo, string strSeatNos) {
     this.IsCancellableV3Async(Authentication, PNRNo, TicketNo, strSeatNos, null);
 }