Esempio n. 1
0
 /// <remarks/>
 public void GetPlacePropertyGroupsAsync(string ticket, ServiceQueryOptions options) {
     this.GetPlacePropertyGroupsAsync(ticket, options, null);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetPlaceQueuesAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetPlaceQueuesAsync(ticket, id, options, null);
 }
Esempio n. 3
0
 /// <remarks/>
 public void GetFriendsPlaceQueueItemsAsync(string ticket, int user_id, ServiceQueryOptions options) {
     this.GetFriendsPlaceQueueItemsAsync(ticket, user_id, options, null);
 }
Esempio n. 4
0
 /// <remarks/>
 public void GetPlacePropertyValuesAsync(string ticket, int placeid, int groupid, ServiceQueryOptions options) {
     this.GetPlacePropertyValuesAsync(ticket, placeid, groupid, options, null);
 }
Esempio n. 5
0
 /// <remarks/>
 public void GetFavoritePlacesAsync(string ticket, ServiceQueryOptions serviceoptions) {
     this.GetFavoritePlacesAsync(ticket, serviceoptions, null);
 }
Esempio n. 6
0
 public TransitPlace[] GetPlacesByPropertyValue(string ticket, string groupname, string propertyname, string propertyvalue, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetPlacesByPropertyValue", new object[] {
                 ticket,
                 groupname,
                 propertyname,
                 propertyvalue,
                 options});
     return ((TransitPlace[])(results[0]));
 }
Esempio n. 7
0
 /// <remarks/>
 public void GetPlacesByPropertyValueAsync(string ticket, string groupname, string propertyname, string propertyvalue, ServiceQueryOptions options, object userState) {
     if ((this.GetPlacesByPropertyValueOperationCompleted == null)) {
         this.GetPlacesByPropertyValueOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPlacesByPropertyValueOperationCompleted);
     }
     this.InvokeAsync("GetPlacesByPropertyValue", new object[] {
                 ticket,
                 groupname,
                 propertyname,
                 propertyvalue,
                 options}, this.GetPlacesByPropertyValueOperationCompleted, userState);
 }
Esempio n. 8
0
 /// <remarks/>
 public void GetAccountPlaceTypesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountPlaceTypesAsync(ticket, options, null);
 }
Esempio n. 9
0
 public TransitAccountPlaceRequest[] GetAccountPlaceRequests(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountPlaceRequests", new object[] {
                 ticket,
                 options});
     return ((TransitAccountPlaceRequest[])(results[0]));
 }
Esempio n. 10
0
 /// <remarks/>
 public void GetPlacesAsync(string ticket, TransitPlaceQueryOptions qopt, ServiceQueryOptions options) {
     this.GetPlacesAsync(ticket, qopt, options, null);
 }
Esempio n. 11
0
 /// <remarks/>
 public void GetNewPlacesAsync(string ticket, ServiceQueryOptions options) {
     this.GetNewPlacesAsync(ticket, options, null);
 }
Esempio n. 12
0
 /// <remarks/>
 public void GetPlaceNeighborhoodsAsync(string ticket, string country, string state, string city, ServiceQueryOptions options, object userState) {
     if ((this.GetPlaceNeighborhoodsOperationCompleted == null)) {
         this.GetPlaceNeighborhoodsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPlaceNeighborhoodsOperationCompleted);
     }
     this.InvokeAsync("GetPlaceNeighborhoods", new object[] {
                 ticket,
                 country,
                 state,
                 city,
                 options}, this.GetPlaceNeighborhoodsOperationCompleted, userState);
 }
Esempio n. 13
0
 /// <remarks/>
 public void GetPlaceNeighborhoodsAsync(string ticket, string country, string state, string city, ServiceQueryOptions options) {
     this.GetPlaceNeighborhoodsAsync(ticket, country, state, city, options, null);
 }
Esempio n. 14
0
 public TransitDistinctPlaceNeighborhood[] GetPlaceNeighborhoods(string ticket, string country, string state, string city, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetPlaceNeighborhoods", new object[] {
                 ticket,
                 country,
                 state,
                 city,
                 options});
     return ((TransitDistinctPlaceNeighborhood[])(results[0]));
 }
Esempio n. 15
0
 /// <remarks/>
 public void GetPlacePropertiesAsync(string ticket, int gid, ServiceQueryOptions options) {
     this.GetPlacePropertiesAsync(ticket, gid, options, null);
 }
Esempio n. 16
0
 /// <remarks/>
 public void GetAccountPlaceRequestsByPlaceIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountPlaceRequestsByPlaceIdAsync(ticket, id, options, null);
 }
Esempio n. 17
0
 /// <remarks/>
 public void GetDistinctPropertyValuesAsync(string ticket, string groupname, string propertyname, ServiceQueryOptions options) {
     this.GetDistinctPropertyValuesAsync(ticket, groupname, propertyname, options, null);
 }
Esempio n. 18
0
 public TransitAccountPlaceFavorite[] GetAccountPlaceFavoritesByAccountId(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountPlaceFavoritesByAccountId", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountPlaceFavorite[])(results[0]));
 }
Esempio n. 19
0
 /// <remarks/>
 public void GetPlacesByPropertyValueAsync(string ticket, string groupname, string propertyname, string propertyvalue, ServiceQueryOptions options) {
     this.GetPlacesByPropertyValueAsync(ticket, groupname, propertyname, propertyvalue, options, null);
 }
Esempio n. 20
0
 /// <remarks/>
 public void GetAccountPlaceFavoritesByAccountIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountPlaceFavoritesByAccountIdAsync(ticket, id, options, null);
 }
Esempio n. 21
0
 public TransitPlacePropertyValue[] GetPlacePropertyValues(string ticket, int placeid, int groupid, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetPlacePropertyValues", new object[] {
                 ticket,
                 placeid,
                 groupid,
                 options});
     return ((TransitPlacePropertyValue[])(results[0]));
 }
Esempio n. 22
0
 public TransitPlace[] SearchPlaces(string ticket, string s, ServiceQueryOptions options) {
     object[] results = this.Invoke("SearchPlaces", new object[] {
                 ticket,
                 s,
                 options});
     return ((TransitPlace[])(results[0]));
 }
Esempio n. 23
0
 public TransitPlace[] GetFavoritePlaces(string ticket, ServiceQueryOptions serviceoptions) {
     object[] results = this.Invoke("GetFavoritePlaces", new object[] {
                 ticket,
                 serviceoptions});
     return ((TransitPlace[])(results[0]));
 }
Esempio n. 24
0
 /// <remarks/>
 public void SearchPlacesAsync(string ticket, string s, ServiceQueryOptions options) {
     this.SearchPlacesAsync(ticket, s, options, null);
 }
Esempio n. 25
0
 public TransitPlaceQueue[] GetPlaceQueues(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetPlaceQueues", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitPlaceQueue[])(results[0]));
 }
Esempio n. 26
0
 public TransitPlacePropertyGroup[] GetPlacePropertyGroups(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetPlacePropertyGroups", new object[] {
                 ticket,
                 options});
     return ((TransitPlacePropertyGroup[])(results[0]));
 }
Esempio n. 27
0
 /// <remarks/>
 public void GetPlaceQueuesAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetPlaceQueuesOperationCompleted == null)) {
         this.GetPlaceQueuesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPlaceQueuesOperationCompleted);
     }
     this.InvokeAsync("GetPlaceQueues", new object[] {
                 ticket,
                 id,
                 options}, this.GetPlaceQueuesOperationCompleted, userState);
 }
Esempio n. 28
0
 public TransitFriendsPlaceQueueItem[] GetFriendsPlaceQueueItems(string ticket, int user_id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetFriendsPlaceQueueItems", new object[] {
                 ticket,
                 user_id,
                 options});
     return ((TransitFriendsPlaceQueueItem[])(results[0]));
 }