Ejemplo n.º 1
0
 /// <remarks/>
 public void GetPlacePropertyGroupsAsync(string ticket, ServiceQueryOptions options) {
     this.GetPlacePropertyGroupsAsync(ticket, options, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetPlaceQueuesAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetPlaceQueuesAsync(ticket, id, options, null);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void GetFriendsPlaceQueueItemsAsync(string ticket, int user_id, ServiceQueryOptions options) {
     this.GetFriendsPlaceQueueItemsAsync(ticket, user_id, options, null);
 }
Ejemplo n.º 4
0
 /// <remarks/>
 public void GetPlacePropertyValuesAsync(string ticket, int placeid, int groupid, ServiceQueryOptions options) {
     this.GetPlacePropertyValuesAsync(ticket, placeid, groupid, options, null);
 }
Ejemplo n.º 5
0
 /// <remarks/>
 public void GetFavoritePlacesAsync(string ticket, ServiceQueryOptions serviceoptions) {
     this.GetFavoritePlacesAsync(ticket, serviceoptions, null);
 }
Ejemplo 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]));
 }
Ejemplo 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);
 }
Ejemplo n.º 8
0
 /// <remarks/>
 public void GetAccountPlaceTypesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountPlaceTypesAsync(ticket, options, null);
 }
Ejemplo n.º 9
0
 public TransitAccountPlaceRequest[] GetAccountPlaceRequests(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountPlaceRequests", new object[] {
                 ticket,
                 options});
     return ((TransitAccountPlaceRequest[])(results[0]));
 }
Ejemplo n.º 10
0
 /// <remarks/>
 public void GetPlacesAsync(string ticket, TransitPlaceQueryOptions qopt, ServiceQueryOptions options) {
     this.GetPlacesAsync(ticket, qopt, options, null);
 }
Ejemplo n.º 11
0
 /// <remarks/>
 public void GetNewPlacesAsync(string ticket, ServiceQueryOptions options) {
     this.GetNewPlacesAsync(ticket, options, null);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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]));
 }
Ejemplo n.º 15
0
 /// <remarks/>
 public void GetPlacePropertiesAsync(string ticket, int gid, ServiceQueryOptions options) {
     this.GetPlacePropertiesAsync(ticket, gid, options, null);
 }
Ejemplo n.º 16
0
 /// <remarks/>
 public void GetAccountPlaceRequestsByPlaceIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountPlaceRequestsByPlaceIdAsync(ticket, id, options, null);
 }
Ejemplo n.º 17
0
 /// <remarks/>
 public void GetDistinctPropertyValuesAsync(string ticket, string groupname, string propertyname, ServiceQueryOptions options) {
     this.GetDistinctPropertyValuesAsync(ticket, groupname, propertyname, options, null);
 }
Ejemplo 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]));
 }
Ejemplo 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);
 }
Ejemplo n.º 20
0
 /// <remarks/>
 public void GetAccountPlaceFavoritesByAccountIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountPlaceFavoritesByAccountIdAsync(ticket, id, options, null);
 }
Ejemplo 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]));
 }
Ejemplo 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]));
 }
Ejemplo n.º 23
0
 public TransitPlace[] GetFavoritePlaces(string ticket, ServiceQueryOptions serviceoptions) {
     object[] results = this.Invoke("GetFavoritePlaces", new object[] {
                 ticket,
                 serviceoptions});
     return ((TransitPlace[])(results[0]));
 }
Ejemplo n.º 24
0
 /// <remarks/>
 public void SearchPlacesAsync(string ticket, string s, ServiceQueryOptions options) {
     this.SearchPlacesAsync(ticket, s, options, null);
 }
Ejemplo 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]));
 }
Ejemplo n.º 26
0
 public TransitPlacePropertyGroup[] GetPlacePropertyGroups(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetPlacePropertyGroups", new object[] {
                 ticket,
                 options});
     return ((TransitPlacePropertyGroup[])(results[0]));
 }
Ejemplo 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);
 }
Ejemplo 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]));
 }