Exemple #1
0
 public TransitState[] GetStatesByCountryName(string ticket, string name, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetStatesByCountryName", new object[] {
                 ticket,
                 name,
                 options});
     return ((TransitState[])(results[0]));
 }
Exemple #2
0
 /// <remarks/>
 public void GetStatesAsync(string ticket, ServiceQueryOptions options) {
     this.GetStatesAsync(ticket, options, null);
 }
Exemple #3
0
 /// <remarks/>
 public void GetStatesByCountryIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetStatesByCountryIdAsync(ticket, id, options, null);
 }
Exemple #4
0
 /// <remarks/>
 public void GetCitiesByStateIdAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetCitiesByStateIdOperationCompleted == null)) {
         this.GetCitiesByStateIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCitiesByStateIdOperationCompleted);
     }
     this.InvokeAsync("GetCitiesByStateId", new object[] {
                 ticket,
                 id,
                 options}, this.GetCitiesByStateIdOperationCompleted, userState);
 }
Exemple #5
0
 /// <remarks/>
 public void GetCitiesByLocationAsync(string ticket, string country, string state, ServiceQueryOptions options, object userState) {
     if ((this.GetCitiesByLocationOperationCompleted == null)) {
         this.GetCitiesByLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCitiesByLocationOperationCompleted);
     }
     this.InvokeAsync("GetCitiesByLocation", new object[] {
                 ticket,
                 country,
                 state,
                 options}, this.GetCitiesByLocationOperationCompleted, userState);
 }
Exemple #6
0
 public TransitAccountCity[] GetAccountCities(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountCities", new object[] {
                 ticket,
                 options});
     return ((TransitAccountCity[])(results[0]));
 }
Exemple #7
0
 public TransitCity[] GetCitiesByStateId(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetCitiesByStateId", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitCity[])(results[0]));
 }
Exemple #8
0
 /// <remarks/>
 public void GetNeighborhoodsByCityIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetNeighborhoodsByCityIdAsync(ticket, id, options, null);
 }
Exemple #9
0
 public TransitNeighborhood[] SearchNeighborhoodsByName(string ticket, string name, ServiceQueryOptions options) {
     object[] results = this.Invoke("SearchNeighborhoodsByName", new object[] {
                 ticket,
                 name,
                 options});
     return ((TransitNeighborhood[])(results[0]));
 }
Exemple #10
0
 /// <remarks/>
 public void GetNeighborhoodsAsync(string ticket, ServiceQueryOptions options, object userState) {
     if ((this.GetNeighborhoodsOperationCompleted == null)) {
         this.GetNeighborhoodsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetNeighborhoodsOperationCompleted);
     }
     this.InvokeAsync("GetNeighborhoods", new object[] {
                 ticket,
                 options}, this.GetNeighborhoodsOperationCompleted, userState);
 }
Exemple #11
0
 public TransitNeighborhood[] GetNeighborhoodsByCityId(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetNeighborhoodsByCityId", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitNeighborhood[])(results[0]));
 }
Exemple #12
0
 /// <remarks/>
 public void GetNeighborhoodsAsync(string ticket, ServiceQueryOptions options) {
     this.GetNeighborhoodsAsync(ticket, options, null);
 }
Exemple #13
0
 /// <remarks/>
 public void GetNeighborhoodsByLocationAsync(string ticket, string country, string state, string city, ServiceQueryOptions options) {
     this.GetNeighborhoodsByLocationAsync(ticket, country, state, city, options, null);
 }
Exemple #14
0
 public TransitNeighborhood[] GetNeighborhoodsByLocation(string ticket, string country, string state, string city, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetNeighborhoodsByLocation", new object[] {
                 ticket,
                 country,
                 state,
                 city,
                 options});
     return ((TransitNeighborhood[])(results[0]));
 }
Exemple #15
0
 /// <remarks/>
 public void GetStatesByCountryNameAsync(string ticket, string name, ServiceQueryOptions options) {
     this.GetStatesByCountryNameAsync(ticket, name, options, null);
 }
Exemple #16
0
 /// <remarks/>
 public void SearchNeighborhoodsByNameAsync(string ticket, string name, ServiceQueryOptions options) {
     this.SearchNeighborhoodsByNameAsync(ticket, name, options, null);
 }
Exemple #17
0
 /// <remarks/>
 public void GetStatesByCountryNameAsync(string ticket, string name, ServiceQueryOptions options, object userState) {
     if ((this.GetStatesByCountryNameOperationCompleted == null)) {
         this.GetStatesByCountryNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetStatesByCountryNameOperationCompleted);
     }
     this.InvokeAsync("GetStatesByCountryName", new object[] {
                 ticket,
                 name,
                 options}, this.GetStatesByCountryNameOperationCompleted, userState);
 }
Exemple #18
0
 public TransitCountry[] GetCountriesWithDefault(string ticket, string defaultname, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetCountriesWithDefault", new object[] {
                 ticket,
                 defaultname,
                 options});
     return ((TransitCountry[])(results[0]));
 }
Exemple #19
0
 /// <remarks/>
 public void GetAccountCitiesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountCitiesAsync(ticket, options, null);
 }
Exemple #20
0
 /// <remarks/>
 public void GetCountriesWithDefaultAsync(string ticket, string defaultname, ServiceQueryOptions options) {
     this.GetCountriesWithDefaultAsync(ticket, defaultname, options, null);
 }
Exemple #21
0
 /// <remarks/>
 public void GetCitiesByStateIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetCitiesByStateIdAsync(ticket, id, options, null);
 }
Exemple #22
0
 /// <remarks/>
 public void GetCountriesWithDefaultAsync(string ticket, string defaultname, ServiceQueryOptions options, object userState) {
     if ((this.GetCountriesWithDefaultOperationCompleted == null)) {
         this.GetCountriesWithDefaultOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCountriesWithDefaultOperationCompleted);
     }
     this.InvokeAsync("GetCountriesWithDefault", new object[] {
                 ticket,
                 defaultname,
                 options}, this.GetCountriesWithDefaultOperationCompleted, userState);
 }
Exemple #23
0
 public TransitCity[] GetCitiesByLocation(string ticket, string country, string state, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetCitiesByLocation", new object[] {
                 ticket,
                 country,
                 state,
                 options});
     return ((TransitCity[])(results[0]));
 }
Exemple #24
0
 /// <remarks/>
 public void GetCitiesByLocationAsync(string ticket, string country, string state, ServiceQueryOptions options) {
     this.GetCitiesByLocationAsync(ticket, country, state, options, null);
 }