Exemple #1
0
 /// <remarks/>
 public void GetAccountRedirectsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountRedirectsAsync(ticket, id, options, null);
 }
Exemple #2
0
 /// <remarks/>
 public void GetAccountPicturesAsync(string ticket, int id, AccountPicturesQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAccountPicturesAsync(ticket, id, qopt, options, null);
 }
Exemple #3
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);
 }
Exemple #4
0
 /// <remarks/>
 public void GetAccountPropertyValuesAsync(string ticket, int id, int groupid, ServiceQueryOptions options) {
     this.GetAccountPropertyValuesAsync(ticket, id, groupid, options, null);
 }
Exemple #5
0
 /// <remarks/>
 public void GetAccountPropertyGroupsAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountPropertyGroupsAsync(ticket, options, null);
 }
Exemple #6
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]));
 }
Exemple #7
0
 /// <remarks/>
 public void GetAccountEmailMessagesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountEmailMessagesAsync(ticket, options, null);
 }
Exemple #8
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);
 }
Exemple #9
0
 /// <remarks/>
 public void GetAccountMessagesAsync(string ticket, int folderid, ServiceQueryOptions options) {
     this.GetAccountMessagesAsync(ticket, folderid, options, null);
 }
Exemple #10
0
 public TransitAccountEmailMessage[] GetAccountEmailMessages(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountEmailMessages", new object[] {
                 ticket,
                 options});
     return ((TransitAccountEmailMessage[])(results[0]));
 }
Exemple #11
0
 /// <remarks/>
 public void GetAccountSurveysByIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountSurveysByIdAsync(ticket, id, options, null);
 }
Exemple #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]));
 }
Exemple #13
0
 /// <remarks/>
 public void GetAccountSurveyAnswersAsync(string ticket, int id, int surveyid, ServiceQueryOptions options) {
     this.GetAccountSurveyAnswersAsync(ticket, id, surveyid, options, null);
 }
Exemple #14
0
 public TransitAccountActivity[] SearchAccounts(string ticket, string s, ServiceQueryOptions options) {
     object[] results = this.Invoke("SearchAccounts", new object[] {
                 ticket,
                 s,
                 options});
     return ((TransitAccountActivity[])(results[0]));
 }
Exemple #15
0
 public TransitAccountFlag[] GetAccountFlagsByFlaggedAccountId(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountFlagsByFlaggedAccountId", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountFlag[])(results[0]));
 }
Exemple #16
0
 /// <remarks/>
 public void SearchAccountsAsync(string ticket, string s, ServiceQueryOptions options) {
     this.SearchAccountsAsync(ticket, s, options, null);
 }
Exemple #17
0
 /// <remarks/>
 public void GetAccountFlagsByFlaggedAccountIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountFlagsByFlaggedAccountIdAsync(ticket, id, options, null);
 }
Exemple #18
0
 public TransitAccountPropertyGroup[] GetAccountPropertyGroups(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountPropertyGroups", new object[] {
                 ticket,
                 options});
     return ((TransitAccountPropertyGroup[])(results[0]));
 }
Exemple #19
0
 public TransitAccount[] FindAllByEmail(string ticket, string emailaddress, ServiceQueryOptions options) {
     object[] results = this.Invoke("FindAllByEmail", new object[] {
                 ticket,
                 emailaddress,
                 options});
     return ((TransitAccount[])(results[0]));
 }
Exemple #20
0
 /// <remarks/>
 public void GetAccountPropertiesAsync(string ticket, int gid, ServiceQueryOptions options) {
     this.GetAccountPropertiesAsync(ticket, gid, options, null);
 }
Exemple #21
0
 /// <remarks/>
 public void FindAllByEmailAsync(string ticket, string emailaddress, ServiceQueryOptions options) {
     this.FindAllByEmailAsync(ticket, emailaddress, options, null);
 }
Exemple #22
0
 /// <remarks/>
 public void GetAccountsByPropertyValueAsync(string ticket, string groupname, string propertyname, string propertyvalue, ServiceQueryOptions options) {
     this.GetAccountsByPropertyValueAsync(ticket, groupname, propertyname, propertyvalue, options, null);
 }
Exemple #23
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);
 }
Exemple #24
0
 public TransitAccountPropertyValue[] GetAccountPropertyValues(string ticket, int id, int groupid, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountPropertyValues", new object[] {
                 ticket,
                 id,
                 groupid,
                 options});
     return ((TransitAccountPropertyValue[])(results[0]));
 }
Exemple #25
0
 /// <remarks/>
 public void GetAccountInvitationsAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountInvitationsAsync(ticket, options, null);
 }
Exemple #26
0
 public TransitAccountRedirect[] GetAccountRedirects(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountRedirects", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountRedirect[])(results[0]));
 }
Exemple #27
0
 /// <remarks/>
 public void GetAccountEmailConfirmationsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountEmailConfirmationsAsync(ticket, id, options, null);
 }
Exemple #28
0
 /// <remarks/>
 public void GetAccountRedirectsAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountRedirectsOperationCompleted == null)) {
         this.GetAccountRedirectsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountRedirectsOperationCompleted);
     }
     this.InvokeAsync("GetAccountRedirects", new object[] {
                 ticket,
                 id,
                 options}, this.GetAccountRedirectsOperationCompleted, userState);
 }
Exemple #29
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]));
 }