Example #1
0
 public TransitAccountPicture[] GetAccountPictures(string ticket, int id, AccountPicturesQueryOptions qopt, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountPictures", new object[] {
                 ticket,
                 id,
                 qopt,
                 options});
     return ((TransitAccountPicture[])(results[0]));
 }
Example #2
0
 /// <remarks/>
 public void GetAccountPropertiesAsync(string ticket, int gid, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountPropertiesOperationCompleted == null)) {
         this.GetAccountPropertiesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountPropertiesOperationCompleted);
     }
     this.InvokeAsync("GetAccountProperties", new object[] {
                 ticket,
                 gid,
                 options}, this.GetAccountPropertiesOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void GetAccountsByPropertyValueAsync(string ticket, string groupname, string propertyname, string propertyvalue, ServiceQueryOptions options) {
     this.GetAccountsByPropertyValueAsync(ticket, groupname, propertyname, propertyvalue, options, null);
 }
Example #4
0
 /// <remarks/>
 public void SearchAccountsAsync(string ticket, string s, ServiceQueryOptions options, object userState) {
     if ((this.SearchAccountsOperationCompleted == null)) {
         this.SearchAccountsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSearchAccountsOperationCompleted);
     }
     this.InvokeAsync("SearchAccounts", new object[] {
                 ticket,
                 s,
                 options}, this.SearchAccountsOperationCompleted, userState);
 }
Example #5
0
 public TransitAccountProperty[] GetAccountProperties(string ticket, int gid, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountProperties", new object[] {
                 ticket,
                 gid,
                 options});
     return ((TransitAccountProperty[])(results[0]));
 }
Example #6
0
 public TransitAccountFacebook[] GetAccountFacebooks(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountFacebooks", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountFacebook[])(results[0]));
 }
Example #7
0
 public TransitAccountActivity[] SearchAccounts(string ticket, string s, ServiceQueryOptions options) {
     object[] results = this.Invoke("SearchAccounts", new object[] {
                 ticket,
                 s,
                 options});
     return ((TransitAccountActivity[])(results[0]));
 }
Example #8
0
 public TransitAccountMessage[] GetAccountMessages(string ticket, int folderid, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountMessages", new object[] {
                 ticket,
                 folderid,
                 options});
     return ((TransitAccountMessage[])(results[0]));
 }
Example #9
0
 /// <remarks/>
 public void GetAccountMessagesAsync(string ticket, int folderid, ServiceQueryOptions options) {
     this.GetAccountMessagesAsync(ticket, folderid, options, null);
 }
Example #10
0
 /// <remarks/>
 public void GetAccountSurveyAnswersByQuestionIdAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountSurveyAnswersByQuestionIdOperationCompleted == null)) {
         this.GetAccountSurveyAnswersByQuestionIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountSurveyAnswersByQuestionIdOperationCompleted);
     }
     this.InvokeAsync("GetAccountSurveyAnswersByQuestionId", new object[] {
                 ticket,
                 id,
                 options}, this.GetAccountSurveyAnswersByQuestionIdOperationCompleted, userState);
 }
Example #11
0
 /// <remarks/>
 public void GetAccountSurveysByIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountSurveysByIdAsync(ticket, id, options, null);
 }
Example #12
0
 public TransitAccountSurveyAnswer[] GetAccountSurveyAnswersByQuestionId(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountSurveyAnswersByQuestionId", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountSurveyAnswer[])(results[0]));
 }
Example #13
0
 /// <remarks/>
 public void GetAccountSurveyAnswersAsync(string ticket, int id, int surveyid, ServiceQueryOptions options) {
     this.GetAccountSurveyAnswersAsync(ticket, id, surveyid, options, null);
 }
Example #14
0
 /// <remarks/>
 public void GetAccountPicturesAsync(string ticket, int id, AccountPicturesQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAccountPicturesAsync(ticket, id, qopt, options, null);
 }
Example #15
0
 /// <remarks/>
 public void GetAccountInvitationsAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountInvitationsAsync(ticket, options, null);
 }
Example #16
0
 /// <remarks/>
 public void GetAccountEmailMessagesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountEmailMessagesAsync(ticket, options, null);
 }
Example #17
0
 /// <remarks/>
 public void GetAccountEmailConfirmationsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountEmailConfirmationsAsync(ticket, id, options, null);
 }
Example #18
0
 public TransitAccountFlag[] GetAccountFlagsByFlaggedAccountId(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountFlagsByFlaggedAccountId", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountFlag[])(results[0]));
 }
Example #19
0
 /// <remarks/>
 public void GetAccountFacebooksAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountFacebooksAsync(ticket, id, options, null);
 }
Example #20
0
 /// <remarks/>
 public void GetAccountFlagsByFlaggedAccountIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountFlagsByFlaggedAccountIdAsync(ticket, id, options, null);
 }
Example #21
0
 /// <remarks/>
 public void SearchAccountsAsync(string ticket, string s, ServiceQueryOptions options) {
     this.SearchAccountsAsync(ticket, s, options, null);
 }
Example #22
0
 public TransitAccount[] FindAllByEmail(string ticket, string emailaddress, ServiceQueryOptions options) {
     object[] results = this.Invoke("FindAllByEmail", new object[] {
                 ticket,
                 emailaddress,
                 options});
     return ((TransitAccount[])(results[0]));
 }
Example #23
0
 /// <remarks/>
 public void GetAccountPropertyGroupsAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountPropertyGroupsAsync(ticket, options, null);
 }
Example #24
0
 /// <remarks/>
 public void FindAllByEmailAsync(string ticket, string emailaddress, ServiceQueryOptions options) {
     this.FindAllByEmailAsync(ticket, emailaddress, options, null);
 }
Example #25
0
 /// <remarks/>
 public void GetAccountPropertiesAsync(string ticket, int gid, ServiceQueryOptions options) {
     this.GetAccountPropertiesAsync(ticket, gid, options, null);
 }
Example #26
0
 /// <remarks/>
 public void FindAllByEmailAsync(string ticket, string emailaddress, ServiceQueryOptions options, object userState) {
     if ((this.FindAllByEmailOperationCompleted == null)) {
         this.FindAllByEmailOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFindAllByEmailOperationCompleted);
     }
     this.InvokeAsync("FindAllByEmail", new object[] {
                 ticket,
                 emailaddress,
                 options}, this.FindAllByEmailOperationCompleted, userState);
 }
Example #27
0
 public TransitAccount[] GetAccountsByPropertyValue(string ticket, string groupname, string propertyname, string propertyvalue, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountsByPropertyValue", new object[] {
                 ticket,
                 groupname,
                 propertyname,
                 propertyvalue,
                 options});
     return ((TransitAccount[])(results[0]));
 }
Example #28
0
 public TransitAccountInvitation[] GetAccountInvitations(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountInvitations", new object[] {
                 ticket,
                 options});
     return ((TransitAccountInvitation[])(results[0]));
 }
Example #29
0
 /// <remarks/>
 public void GetAccountsByPropertyValueAsync(string ticket, string groupname, string propertyname, string propertyvalue, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountsByPropertyValueOperationCompleted == null)) {
         this.GetAccountsByPropertyValueOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountsByPropertyValueOperationCompleted);
     }
     this.InvokeAsync("GetAccountsByPropertyValue", new object[] {
                 ticket,
                 groupname,
                 propertyname,
                 propertyvalue,
                 options}, this.GetAccountsByPropertyValueOperationCompleted, userState);
 }
Example #30
0
 /// <remarks/>
 public void GetAllAccountRedirectsAsync(string ticket, ServiceQueryOptions options) {
     this.GetAllAccountRedirectsAsync(ticket, options, null);
 }