Ejemplo n.º 1
0
 /// <remarks/>
 public void GetAccountRedirectsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountRedirectsAsync(ticket, id, options, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetAccountPicturesAsync(string ticket, int id, AccountPicturesQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAccountPicturesAsync(ticket, id, qopt, options, null);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 4
0
 /// <remarks/>
 public void GetAccountPropertyValuesAsync(string ticket, int id, int groupid, ServiceQueryOptions options) {
     this.GetAccountPropertyValuesAsync(ticket, id, groupid, options, null);
 }
Ejemplo n.º 5
0
 /// <remarks/>
 public void GetAccountPropertyGroupsAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountPropertyGroupsAsync(ticket, options, null);
 }
Ejemplo n.º 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]));
 }
Ejemplo n.º 7
0
 /// <remarks/>
 public void GetAccountEmailMessagesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountEmailMessagesAsync(ticket, options, null);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 9
0
 /// <remarks/>
 public void GetAccountMessagesAsync(string ticket, int folderid, ServiceQueryOptions options) {
     this.GetAccountMessagesAsync(ticket, folderid, options, null);
 }
Ejemplo n.º 10
0
 public TransitAccountEmailMessage[] GetAccountEmailMessages(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountEmailMessages", new object[] {
                 ticket,
                 options});
     return ((TransitAccountEmailMessage[])(results[0]));
 }
Ejemplo n.º 11
0
 /// <remarks/>
 public void GetAccountSurveysByIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountSurveysByIdAsync(ticket, id, options, null);
 }
Ejemplo n.º 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]));
 }
Ejemplo n.º 13
0
 /// <remarks/>
 public void GetAccountSurveyAnswersAsync(string ticket, int id, int surveyid, ServiceQueryOptions options) {
     this.GetAccountSurveyAnswersAsync(ticket, id, surveyid, options, null);
 }
Ejemplo n.º 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]));
 }
Ejemplo n.º 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]));
 }
Ejemplo n.º 16
0
 /// <remarks/>
 public void SearchAccountsAsync(string ticket, string s, ServiceQueryOptions options) {
     this.SearchAccountsAsync(ticket, s, options, null);
 }
Ejemplo n.º 17
0
 /// <remarks/>
 public void GetAccountFlagsByFlaggedAccountIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountFlagsByFlaggedAccountIdAsync(ticket, id, options, null);
 }
Ejemplo n.º 18
0
 public TransitAccountPropertyGroup[] GetAccountPropertyGroups(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountPropertyGroups", new object[] {
                 ticket,
                 options});
     return ((TransitAccountPropertyGroup[])(results[0]));
 }
Ejemplo n.º 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]));
 }
Ejemplo n.º 20
0
 /// <remarks/>
 public void GetAccountPropertiesAsync(string ticket, int gid, ServiceQueryOptions options) {
     this.GetAccountPropertiesAsync(ticket, gid, options, null);
 }
Ejemplo n.º 21
0
 /// <remarks/>
 public void FindAllByEmailAsync(string ticket, string emailaddress, ServiceQueryOptions options) {
     this.FindAllByEmailAsync(ticket, emailaddress, options, null);
 }
Ejemplo n.º 22
0
 /// <remarks/>
 public void GetAccountsByPropertyValueAsync(string ticket, string groupname, string propertyname, string propertyvalue, ServiceQueryOptions options) {
     this.GetAccountsByPropertyValueAsync(ticket, groupname, propertyname, propertyvalue, options, null);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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]));
 }
Ejemplo n.º 25
0
 /// <remarks/>
 public void GetAccountInvitationsAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountInvitationsAsync(ticket, options, null);
 }
Ejemplo n.º 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]));
 }
Ejemplo n.º 27
0
 /// <remarks/>
 public void GetAccountEmailConfirmationsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountEmailConfirmationsAsync(ticket, id, options, null);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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]));
 }