Exemplo n.º 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]));
 }
Exemplo n.º 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);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void GetAccountsByPropertyValueAsync(string ticket, string groupname, string propertyname, string propertyvalue, ServiceQueryOptions options) {
     this.GetAccountsByPropertyValueAsync(ticket, groupname, propertyname, propertyvalue, options, null);
 }
Exemplo n.º 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);
 }
Exemplo n.º 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]));
 }
Exemplo n.º 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]));
 }
Exemplo n.º 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]));
 }
Exemplo n.º 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]));
 }
Exemplo n.º 9
0
 /// <remarks/>
 public void GetAccountMessagesAsync(string ticket, int folderid, ServiceQueryOptions options) {
     this.GetAccountMessagesAsync(ticket, folderid, options, null);
 }
Exemplo n.º 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);
 }
Exemplo n.º 11
0
 /// <remarks/>
 public void GetAccountSurveysByIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountSurveysByIdAsync(ticket, id, options, null);
 }
Exemplo 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]));
 }
Exemplo n.º 13
0
 /// <remarks/>
 public void GetAccountSurveyAnswersAsync(string ticket, int id, int surveyid, ServiceQueryOptions options) {
     this.GetAccountSurveyAnswersAsync(ticket, id, surveyid, options, null);
 }
Exemplo n.º 14
0
 /// <remarks/>
 public void GetAccountPicturesAsync(string ticket, int id, AccountPicturesQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAccountPicturesAsync(ticket, id, qopt, options, null);
 }
Exemplo n.º 15
0
 /// <remarks/>
 public void GetAccountInvitationsAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountInvitationsAsync(ticket, options, null);
 }
Exemplo n.º 16
0
 /// <remarks/>
 public void GetAccountEmailMessagesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountEmailMessagesAsync(ticket, options, null);
 }
Exemplo n.º 17
0
 /// <remarks/>
 public void GetAccountEmailConfirmationsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountEmailConfirmationsAsync(ticket, id, options, null);
 }
Exemplo n.º 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]));
 }
Exemplo n.º 19
0
 /// <remarks/>
 public void GetAccountFacebooksAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountFacebooksAsync(ticket, id, options, null);
 }
Exemplo n.º 20
0
 /// <remarks/>
 public void GetAccountFlagsByFlaggedAccountIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountFlagsByFlaggedAccountIdAsync(ticket, id, options, null);
 }
Exemplo n.º 21
0
 /// <remarks/>
 public void SearchAccountsAsync(string ticket, string s, ServiceQueryOptions options) {
     this.SearchAccountsAsync(ticket, s, options, null);
 }
Exemplo n.º 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]));
 }
Exemplo n.º 23
0
 /// <remarks/>
 public void GetAccountPropertyGroupsAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountPropertyGroupsAsync(ticket, options, null);
 }
Exemplo n.º 24
0
 /// <remarks/>
 public void FindAllByEmailAsync(string ticket, string emailaddress, ServiceQueryOptions options) {
     this.FindAllByEmailAsync(ticket, emailaddress, options, null);
 }
Exemplo n.º 25
0
 /// <remarks/>
 public void GetAccountPropertiesAsync(string ticket, int gid, ServiceQueryOptions options) {
     this.GetAccountPropertiesAsync(ticket, gid, options, null);
 }
Exemplo n.º 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);
 }
Exemplo n.º 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]));
 }
Exemplo n.º 28
0
 public TransitAccountInvitation[] GetAccountInvitations(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountInvitations", new object[] {
                 ticket,
                 options});
     return ((TransitAccountInvitation[])(results[0]));
 }
Exemplo n.º 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);
 }
Exemplo n.º 30
0
 /// <remarks/>
 public void GetAllAccountRedirectsAsync(string ticket, ServiceQueryOptions options) {
     this.GetAllAccountRedirectsAsync(ticket, options, null);
 }