Exemplo n.º 1
0
 /// <remarks/>
 public void GetAttributesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAttributesAsync(ticket, options, null);
 }
Exemplo n.º 2
0
 public TransitSurveyQuestion[] GetSurveyQuestions(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetSurveyQuestions", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitSurveyQuestion[])(results[0]));
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void GetFeaturesAsync(string ticket, string featuretype, ServiceQueryOptions options, object userState) {
     if ((this.GetFeaturesOperationCompleted == null)) {
         this.GetFeaturesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetFeaturesOperationCompleted);
     }
     this.InvokeAsync("GetFeatures", new object[] {
                 ticket,
                 featuretype,
                 options}, this.GetFeaturesOperationCompleted, userState);
 }
Exemplo n.º 4
0
 public TransitAttribute[] GetAttributes(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAttributes", new object[] {
                 ticket,
                 options});
     return ((TransitAttribute[])(results[0]));
 }
Exemplo n.º 5
0
 public TransitFeature[] GetFeatures(string ticket, string featuretype, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetFeatures", new object[] {
                 ticket,
                 featuretype,
                 options});
     return ((TransitFeature[])(results[0]));
 }
Exemplo n.º 6
0
 /// <remarks/>
 public void GetFeaturesAsync(string ticket, string featuretype, ServiceQueryOptions options) {
     this.GetFeaturesAsync(ticket, featuretype, options, null);
 }
Exemplo n.º 7
0
 /// <remarks/>
 public void GetBookmarksWithOptionsAsync(string ticket, BookmarkQueryOptions qopt, ServiceQueryOptions options) {
     this.GetBookmarksWithOptionsAsync(ticket, qopt, options, null);
 }
Exemplo n.º 8
0
 public TransitReminderAccountProperty[] GetReminderAccountProperties(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetReminderAccountProperties", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitReminderAccountProperty[])(results[0]));
 }
Exemplo n.º 9
0
 /// <remarks/>
 public void GetDataObjectsAsync(string ticket, ServiceQueryOptions options) {
     this.GetDataObjectsAsync(ticket, options, null);
 }
Exemplo n.º 10
0
 public TransitBookmark[] GetBookmarksWithOptions(string ticket, BookmarkQueryOptions qopt, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetBookmarksWithOptions", new object[] {
                 ticket,
                 qopt,
                 options});
     return ((TransitBookmark[])(results[0]));
 }
Exemplo n.º 11
0
 /// <remarks/>
 public void GetReminderEventsAsync(string ticket, ServiceQueryOptions options) {
     this.GetReminderEventsAsync(ticket, options, null);
 }
Exemplo n.º 12
0
 public TransitReminderEvent[] GetReminderEvents(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetReminderEvents", new object[] {
                 ticket,
                 options});
     return ((TransitReminderEvent[])(results[0]));
 }
Exemplo n.º 13
0
 /// <remarks/>
 public void GetReminderAccountPropertiesAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetReminderAccountPropertiesAsync(ticket, id, options, null);
 }
Exemplo n.º 14
0
 /// <remarks/>
 public void GetSurveyQuestionsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetSurveyQuestionsAsync(ticket, id, options, null);
 }
Exemplo n.º 15
0
 /// <remarks/>
 public void GetBookmarksWithOptionsAsync(string ticket, BookmarkQueryOptions qopt, ServiceQueryOptions options, object userState) {
     if ((this.GetBookmarksWithOptionsOperationCompleted == null)) {
         this.GetBookmarksWithOptionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetBookmarksWithOptionsOperationCompleted);
     }
     this.InvokeAsync("GetBookmarksWithOptions", new object[] {
                 ticket,
                 qopt,
                 options}, this.GetBookmarksWithOptionsOperationCompleted, userState);
 }
Exemplo n.º 16
0
 /// <remarks/>
 public void GetSurveyQuestionsAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetSurveyQuestionsOperationCompleted == null)) {
         this.GetSurveyQuestionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSurveyQuestionsOperationCompleted);
     }
     this.InvokeAsync("GetSurveyQuestions", new object[] {
                 ticket,
                 id,
                 options}, this.GetSurveyQuestionsOperationCompleted, userState);
 }
Exemplo n.º 17
0
 /// <remarks/>
 public void GetPictureTypesAsync(string ticket, ServiceQueryOptions options) {
     this.GetPictureTypesAsync(ticket, options, null);
 }