예제 #1
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAttributesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAttributesAsync(ticket, options, null);
 }
예제 #2
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitSurveyQuestion[] GetSurveyQuestions(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetSurveyQuestions", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitSurveyQuestion[])(results[0]));
 }
예제 #3
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <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);
 }
예제 #4
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitAttribute[] GetAttributes(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAttributes", new object[] {
                 ticket,
                 options});
     return ((TransitAttribute[])(results[0]));
 }
예제 #5
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitFeature[] GetFeatures(string ticket, string featuretype, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetFeatures", new object[] {
                 ticket,
                 featuretype,
                 options});
     return ((TransitFeature[])(results[0]));
 }
예제 #6
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetFeaturesAsync(string ticket, string featuretype, ServiceQueryOptions options) {
     this.GetFeaturesAsync(ticket, featuretype, options, null);
 }
예제 #7
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetBookmarksWithOptionsAsync(string ticket, BookmarkQueryOptions qopt, ServiceQueryOptions options) {
     this.GetBookmarksWithOptionsAsync(ticket, qopt, options, null);
 }
예제 #8
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitReminderAccountProperty[] GetReminderAccountProperties(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetReminderAccountProperties", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitReminderAccountProperty[])(results[0]));
 }
예제 #9
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetDataObjectsAsync(string ticket, ServiceQueryOptions options) {
     this.GetDataObjectsAsync(ticket, options, null);
 }
예제 #10
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitBookmark[] GetBookmarksWithOptions(string ticket, BookmarkQueryOptions qopt, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetBookmarksWithOptions", new object[] {
                 ticket,
                 qopt,
                 options});
     return ((TransitBookmark[])(results[0]));
 }
예제 #11
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetReminderEventsAsync(string ticket, ServiceQueryOptions options) {
     this.GetReminderEventsAsync(ticket, options, null);
 }
예제 #12
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitReminderEvent[] GetReminderEvents(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetReminderEvents", new object[] {
                 ticket,
                 options});
     return ((TransitReminderEvent[])(results[0]));
 }
예제 #13
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetReminderAccountPropertiesAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetReminderAccountPropertiesAsync(ticket, id, options, null);
 }
예제 #14
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetSurveyQuestionsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetSurveyQuestionsAsync(ticket, id, options, null);
 }
예제 #15
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <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);
 }
예제 #16
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <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);
 }
예제 #17
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetPictureTypesAsync(string ticket, ServiceQueryOptions options) {
     this.GetPictureTypesAsync(ticket, options, null);
 }