/// /// Copyright © 2003-2008 JetBrains s.r.o. /// You may distribute under the terms of the GNU General Public License, as published by the Free Software Foundation, version 2 (see License.txt in the repository root folder). /// //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.1433 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // // This source code was auto-generated by Microsoft.VSDesigner, Version 2.0.50727.1433. // #pragma warning disable 1591 namespace JetBrains.Omea.Jiffa.JiraSoap { using System.Diagnostics; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Xml.Serialization; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="jirasoapservice-v2SoapBinding", Namespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteFieldValue))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteCustomFieldValue))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemotePermissionMapping))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(AbstractRemoteEntity))] public partial class JiraSoapServiceService : System.Web.Services.Protocols.SoapHttpClientProtocol { private System.Threading.SendOrPostCallback createGroupOperationCompleted; private System.Threading.SendOrPostCallback getServerInfoOperationCompleted; private System.Threading.SendOrPostCallback getGroupOperationCompleted; private System.Threading.SendOrPostCallback createUserOperationCompleted; private System.Threading.SendOrPostCallback getUserOperationCompleted; private System.Threading.SendOrPostCallback loginOperationCompleted; private System.Threading.SendOrPostCallback getIssueOperationCompleted; private System.Threading.SendOrPostCallback createIssueOperationCompleted; private System.Threading.SendOrPostCallback getAvailableActionsOperationCompleted; private System.Threading.SendOrPostCallback getComponentsOperationCompleted; private System.Threading.SendOrPostCallback getProjectsOperationCompleted; private System.Threading.SendOrPostCallback updateIssueOperationCompleted; private System.Threading.SendOrPostCallback getConfigurationOperationCompleted; private System.Threading.SendOrPostCallback updateProjectOperationCompleted; private System.Threading.SendOrPostCallback getIssueTypesOperationCompleted; private System.Threading.SendOrPostCallback getPrioritiesOperationCompleted; private System.Threading.SendOrPostCallback getResolutionsOperationCompleted; private System.Threading.SendOrPostCallback getStatusesOperationCompleted; private System.Threading.SendOrPostCallback getSubTaskIssueTypesOperationCompleted; private System.Threading.SendOrPostCallback getCustomFieldsOperationCompleted; private System.Threading.SendOrPostCallback getSavedFiltersOperationCompleted; private System.Threading.SendOrPostCallback getCommentsOperationCompleted; private System.Threading.SendOrPostCallback getVersionsOperationCompleted; private System.Threading.SendOrPostCallback createProjectOperationCompleted; private System.Threading.SendOrPostCallback addCommentOperationCompleted; private System.Threading.SendOrPostCallback getFieldsForEditOperationCompleted; private System.Threading.SendOrPostCallback addUserToGroupOperationCompleted; private System.Threading.SendOrPostCallback removeUserFromGroupOperationCompleted; private System.Threading.SendOrPostCallback logoutOperationCompleted; private System.Threading.SendOrPostCallback deleteProjectOperationCompleted; private System.Threading.SendOrPostCallback deleteIssueOperationCompleted; private System.Threading.SendOrPostCallback addAttachmentsToIssueOperationCompleted; private System.Threading.SendOrPostCallback getFieldsForActionOperationCompleted; private System.Threading.SendOrPostCallback progressWorkflowActionOperationCompleted; private System.Threading.SendOrPostCallback getIssueByIdOperationCompleted; private System.Threading.SendOrPostCallback getNotificationSchemesOperationCompleted; private System.Threading.SendOrPostCallback getPermissionSchemesOperationCompleted; private System.Threading.SendOrPostCallback createPermissionSchemeOperationCompleted; private System.Threading.SendOrPostCallback deletePermissionSchemeOperationCompleted; private System.Threading.SendOrPostCallback addPermissionToOperationCompleted; private System.Threading.SendOrPostCallback deletePermissionFromOperationCompleted; private System.Threading.SendOrPostCallback getAllPermissionsOperationCompleted; private System.Threading.SendOrPostCallback getIssueCountForFilterOperationCompleted; private System.Threading.SendOrPostCallback getIssuesFromTextSearchOperationCompleted; private System.Threading.SendOrPostCallback getIssuesFromTextSearchWithProjectOperationCompleted; private System.Threading.SendOrPostCallback deleteUserOperationCompleted; private System.Threading.SendOrPostCallback updateGroupOperationCompleted; private System.Threading.SendOrPostCallback deleteGroupOperationCompleted; private System.Threading.SendOrPostCallback refreshCustomFieldsOperationCompleted; private System.Threading.SendOrPostCallback getProjectsNoSchemesOperationCompleted; private System.Threading.SendOrPostCallback addVersionOperationCompleted; private System.Threading.SendOrPostCallback createProjectFromObjectOperationCompleted; private System.Threading.SendOrPostCallback getSecuritySchemesOperationCompleted; private System.Threading.SendOrPostCallback getIssuesFromFilterOperationCompleted; private bool useDefaultCredentialsSetExplicitly; /// public JiraSoapServiceService() { this.Url = global::JetBrains.Omea.Jiffa.Properties.Settings.Default.Jiffa_JiraSoap_JiraSoapServiceService; if ((this.IsLocalFileSystemWebService(this.Url) == true)) { this.UseDefaultCredentials = true; this.useDefaultCredentialsSetExplicitly = false; } else { this.useDefaultCredentialsSetExplicitly = true; } } public new string Url { get { return base.Url; } set { if ((((this.IsLocalFileSystemWebService(base.Url) == true) && (this.useDefaultCredentialsSetExplicitly == false)) && (this.IsLocalFileSystemWebService(value) == false))) { base.UseDefaultCredentials = false; } base.Url = value; } } public new bool UseDefaultCredentials { get { return base.UseDefaultCredentials; } set { base.UseDefaultCredentials = value; this.useDefaultCredentialsSetExplicitly = true; } } /// public event createGroupCompletedEventHandler createGroupCompleted; /// public event getServerInfoCompletedEventHandler getServerInfoCompleted; /// public event getGroupCompletedEventHandler getGroupCompleted; /// public event createUserCompletedEventHandler createUserCompleted; /// public event getUserCompletedEventHandler getUserCompleted; /// public event loginCompletedEventHandler loginCompleted; /// public event getIssueCompletedEventHandler getIssueCompleted; /// public event createIssueCompletedEventHandler createIssueCompleted; /// public event getAvailableActionsCompletedEventHandler getAvailableActionsCompleted; /// public event getComponentsCompletedEventHandler getComponentsCompleted; /// public event getProjectsCompletedEventHandler getProjectsCompleted; /// public event updateIssueCompletedEventHandler updateIssueCompleted; /// public event getConfigurationCompletedEventHandler getConfigurationCompleted; /// public event updateProjectCompletedEventHandler updateProjectCompleted; /// public event getIssueTypesCompletedEventHandler getIssueTypesCompleted; /// public event getPrioritiesCompletedEventHandler getPrioritiesCompleted; /// public event getResolutionsCompletedEventHandler getResolutionsCompleted; /// public event getStatusesCompletedEventHandler getStatusesCompleted; /// public event getSubTaskIssueTypesCompletedEventHandler getSubTaskIssueTypesCompleted; /// public event getCustomFieldsCompletedEventHandler getCustomFieldsCompleted; /// public event getSavedFiltersCompletedEventHandler getSavedFiltersCompleted; /// public event getCommentsCompletedEventHandler getCommentsCompleted; /// public event getVersionsCompletedEventHandler getVersionsCompleted; /// public event createProjectCompletedEventHandler createProjectCompleted; /// public event addCommentCompletedEventHandler addCommentCompleted; /// public event getFieldsForEditCompletedEventHandler getFieldsForEditCompleted; /// public event addUserToGroupCompletedEventHandler addUserToGroupCompleted; /// public event removeUserFromGroupCompletedEventHandler removeUserFromGroupCompleted; /// public event logoutCompletedEventHandler logoutCompleted; /// public event deleteProjectCompletedEventHandler deleteProjectCompleted; /// public event deleteIssueCompletedEventHandler deleteIssueCompleted; /// public event addAttachmentsToIssueCompletedEventHandler addAttachmentsToIssueCompleted; /// public event getFieldsForActionCompletedEventHandler getFieldsForActionCompleted; /// public event progressWorkflowActionCompletedEventHandler progressWorkflowActionCompleted; /// public event getIssueByIdCompletedEventHandler getIssueByIdCompleted; /// public event getNotificationSchemesCompletedEventHandler getNotificationSchemesCompleted; /// public event getPermissionSchemesCompletedEventHandler getPermissionSchemesCompleted; /// public event createPermissionSchemeCompletedEventHandler createPermissionSchemeCompleted; /// public event deletePermissionSchemeCompletedEventHandler deletePermissionSchemeCompleted; /// public event addPermissionToCompletedEventHandler addPermissionToCompleted; /// public event deletePermissionFromCompletedEventHandler deletePermissionFromCompleted; /// public event getAllPermissionsCompletedEventHandler getAllPermissionsCompleted; /// public event getIssueCountForFilterCompletedEventHandler getIssueCountForFilterCompleted; /// public event getIssuesFromTextSearchCompletedEventHandler getIssuesFromTextSearchCompleted; /// public event getIssuesFromTextSearchWithProjectCompletedEventHandler getIssuesFromTextSearchWithProjectCompleted; /// public event deleteUserCompletedEventHandler deleteUserCompleted; /// public event updateGroupCompletedEventHandler updateGroupCompleted; /// public event deleteGroupCompletedEventHandler deleteGroupCompleted; /// public event refreshCustomFieldsCompletedEventHandler refreshCustomFieldsCompleted; /// public event getProjectsNoSchemesCompletedEventHandler getProjectsNoSchemesCompleted; /// public event addVersionCompletedEventHandler addVersionCompleted; /// public event createProjectFromObjectCompletedEventHandler createProjectFromObjectCompleted; /// public event getSecuritySchemesCompletedEventHandler getSecuritySchemesCompleted; /// public event getIssuesFromFilterCompletedEventHandler getIssuesFromFilterCompleted; /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("createGroupReturn")] public RemoteGroup createGroup(string in0, string in1, RemoteUser in2) { object[] results = this.Invoke("createGroup", new object[] { in0, in1, in2}); return ((RemoteGroup)(results[0])); } /// public void createGroupAsync(string in0, string in1, RemoteUser in2) { this.createGroupAsync(in0, in1, in2, null); } /// public void createGroupAsync(string in0, string in1, RemoteUser in2, object userState) { if ((this.createGroupOperationCompleted == null)) { this.createGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateGroupOperationCompleted); } this.InvokeAsync("createGroup", new object[] { in0, in1, in2}, this.createGroupOperationCompleted, userState); } private void OncreateGroupOperationCompleted(object arg) { if ((this.createGroupCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.createGroupCompleted(this, new createGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getServerInfoReturn")] public RemoteServerInfo getServerInfo(string in0) { object[] results = this.Invoke("getServerInfo", new object[] { in0}); return ((RemoteServerInfo)(results[0])); } /// public void getServerInfoAsync(string in0) { this.getServerInfoAsync(in0, null); } /// public void getServerInfoAsync(string in0, object userState) { if ((this.getServerInfoOperationCompleted == null)) { this.getServerInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetServerInfoOperationCompleted); } this.InvokeAsync("getServerInfo", new object[] { in0}, this.getServerInfoOperationCompleted, userState); } private void OngetServerInfoOperationCompleted(object arg) { if ((this.getServerInfoCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getServerInfoCompleted(this, new getServerInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getGroupReturn")] public RemoteGroup getGroup(string in0, string in1) { object[] results = this.Invoke("getGroup", new object[] { in0, in1}); return ((RemoteGroup)(results[0])); } /// public void getGroupAsync(string in0, string in1) { this.getGroupAsync(in0, in1, null); } /// public void getGroupAsync(string in0, string in1, object userState) { if ((this.getGroupOperationCompleted == null)) { this.getGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetGroupOperationCompleted); } this.InvokeAsync("getGroup", new object[] { in0, in1}, this.getGroupOperationCompleted, userState); } private void OngetGroupOperationCompleted(object arg) { if ((this.getGroupCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getGroupCompleted(this, new getGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("createUserReturn")] public RemoteUser createUser(string in0, string in1, string in2, string in3, string in4) { object[] results = this.Invoke("createUser", new object[] { in0, in1, in2, in3, in4}); return ((RemoteUser)(results[0])); } /// public void createUserAsync(string in0, string in1, string in2, string in3, string in4) { this.createUserAsync(in0, in1, in2, in3, in4, null); } /// public void createUserAsync(string in0, string in1, string in2, string in3, string in4, object userState) { if ((this.createUserOperationCompleted == null)) { this.createUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateUserOperationCompleted); } this.InvokeAsync("createUser", new object[] { in0, in1, in2, in3, in4}, this.createUserOperationCompleted, userState); } private void OncreateUserOperationCompleted(object arg) { if ((this.createUserCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.createUserCompleted(this, new createUserCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getUserReturn")] public RemoteUser getUser(string in0, string in1) { object[] results = this.Invoke("getUser", new object[] { in0, in1}); return ((RemoteUser)(results[0])); } /// public void getUserAsync(string in0, string in1) { this.getUserAsync(in0, in1, null); } /// public void getUserAsync(string in0, string in1, object userState) { if ((this.getUserOperationCompleted == null)) { this.getUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUserOperationCompleted); } this.InvokeAsync("getUser", new object[] { in0, in1}, this.getUserOperationCompleted, userState); } private void OngetUserOperationCompleted(object arg) { if ((this.getUserCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getUserCompleted(this, new getUserCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("loginReturn")] public string login(string in0, string in1) { object[] results = this.Invoke("login", new object[] { in0, in1}); return ((string)(results[0])); } /// public void loginAsync(string in0, string in1) { this.loginAsync(in0, in1, null); } /// public void loginAsync(string in0, string in1, object userState) { if ((this.loginOperationCompleted == null)) { this.loginOperationCompleted = new System.Threading.SendOrPostCallback(this.OnloginOperationCompleted); } this.InvokeAsync("login", new object[] { in0, in1}, this.loginOperationCompleted, userState); } private void OnloginOperationCompleted(object arg) { if ((this.loginCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.loginCompleted(this, new loginCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getIssueReturn")] public RemoteIssue getIssue(string in0, string in1) { object[] results = this.Invoke("getIssue", new object[] { in0, in1}); return ((RemoteIssue)(results[0])); } /// public void getIssueAsync(string in0, string in1) { this.getIssueAsync(in0, in1, null); } /// public void getIssueAsync(string in0, string in1, object userState) { if ((this.getIssueOperationCompleted == null)) { this.getIssueOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIssueOperationCompleted); } this.InvokeAsync("getIssue", new object[] { in0, in1}, this.getIssueOperationCompleted, userState); } private void OngetIssueOperationCompleted(object arg) { if ((this.getIssueCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getIssueCompleted(this, new getIssueCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("createIssueReturn")] public RemoteIssue createIssue(string in0, RemoteIssue in1) { object[] results = this.Invoke("createIssue", new object[] { in0, in1}); return ((RemoteIssue)(results[0])); } /// public void createIssueAsync(string in0, RemoteIssue in1) { this.createIssueAsync(in0, in1, null); } /// public void createIssueAsync(string in0, RemoteIssue in1, object userState) { if ((this.createIssueOperationCompleted == null)) { this.createIssueOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateIssueOperationCompleted); } this.InvokeAsync("createIssue", new object[] { in0, in1}, this.createIssueOperationCompleted, userState); } private void OncreateIssueOperationCompleted(object arg) { if ((this.createIssueCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.createIssueCompleted(this, new createIssueCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getAvailableActionsReturn")] public RemoteNamedObject[] getAvailableActions(string in0, string in1) { object[] results = this.Invoke("getAvailableActions", new object[] { in0, in1}); return ((RemoteNamedObject[])(results[0])); } /// public void getAvailableActionsAsync(string in0, string in1) { this.getAvailableActionsAsync(in0, in1, null); } /// public void getAvailableActionsAsync(string in0, string in1, object userState) { if ((this.getAvailableActionsOperationCompleted == null)) { this.getAvailableActionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetAvailableActionsOperationCompleted); } this.InvokeAsync("getAvailableActions", new object[] { in0, in1}, this.getAvailableActionsOperationCompleted, userState); } private void OngetAvailableActionsOperationCompleted(object arg) { if ((this.getAvailableActionsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getAvailableActionsCompleted(this, new getAvailableActionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getComponentsReturn")] public RemoteComponent[] getComponents(string in0, string in1) { object[] results = this.Invoke("getComponents", new object[] { in0, in1}); return ((RemoteComponent[])(results[0])); } /// public void getComponentsAsync(string in0, string in1) { this.getComponentsAsync(in0, in1, null); } /// public void getComponentsAsync(string in0, string in1, object userState) { if ((this.getComponentsOperationCompleted == null)) { this.getComponentsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetComponentsOperationCompleted); } this.InvokeAsync("getComponents", new object[] { in0, in1}, this.getComponentsOperationCompleted, userState); } private void OngetComponentsOperationCompleted(object arg) { if ((this.getComponentsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getComponentsCompleted(this, new getComponentsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getProjectsReturn")] public RemoteProject[] getProjects(string in0) { object[] results = this.Invoke("getProjects", new object[] { in0}); return ((RemoteProject[])(results[0])); } /// public void getProjectsAsync(string in0) { this.getProjectsAsync(in0, null); } /// public void getProjectsAsync(string in0, object userState) { if ((this.getProjectsOperationCompleted == null)) { this.getProjectsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetProjectsOperationCompleted); } this.InvokeAsync("getProjects", new object[] { in0}, this.getProjectsOperationCompleted, userState); } private void OngetProjectsOperationCompleted(object arg) { if ((this.getProjectsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getProjectsCompleted(this, new getProjectsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("updateIssueReturn")] public RemoteIssue updateIssue(string in0, string in1, RemoteFieldValue[] in2) { object[] results = this.Invoke("updateIssue", new object[] { in0, in1, in2}); return ((RemoteIssue)(results[0])); } /// public void updateIssueAsync(string in0, string in1, RemoteFieldValue[] in2) { this.updateIssueAsync(in0, in1, in2, null); } /// public void updateIssueAsync(string in0, string in1, RemoteFieldValue[] in2, object userState) { if ((this.updateIssueOperationCompleted == null)) { this.updateIssueOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateIssueOperationCompleted); } this.InvokeAsync("updateIssue", new object[] { in0, in1, in2}, this.updateIssueOperationCompleted, userState); } private void OnupdateIssueOperationCompleted(object arg) { if ((this.updateIssueCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateIssueCompleted(this, new updateIssueCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getConfigurationReturn")] public RemoteConfiguration getConfiguration(string in0) { object[] results = this.Invoke("getConfiguration", new object[] { in0}); return ((RemoteConfiguration)(results[0])); } /// public void getConfigurationAsync(string in0) { this.getConfigurationAsync(in0, null); } /// public void getConfigurationAsync(string in0, object userState) { if ((this.getConfigurationOperationCompleted == null)) { this.getConfigurationOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetConfigurationOperationCompleted); } this.InvokeAsync("getConfiguration", new object[] { in0}, this.getConfigurationOperationCompleted, userState); } private void OngetConfigurationOperationCompleted(object arg) { if ((this.getConfigurationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getConfigurationCompleted(this, new getConfigurationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("updateProjectReturn")] public RemoteProject updateProject(string in0, RemoteProject in1) { object[] results = this.Invoke("updateProject", new object[] { in0, in1}); return ((RemoteProject)(results[0])); } /// public void updateProjectAsync(string in0, RemoteProject in1) { this.updateProjectAsync(in0, in1, null); } /// public void updateProjectAsync(string in0, RemoteProject in1, object userState) { if ((this.updateProjectOperationCompleted == null)) { this.updateProjectOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateProjectOperationCompleted); } this.InvokeAsync("updateProject", new object[] { in0, in1}, this.updateProjectOperationCompleted, userState); } private void OnupdateProjectOperationCompleted(object arg) { if ((this.updateProjectCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateProjectCompleted(this, new updateProjectCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getIssueTypesReturn")] public RemoteIssueType[] getIssueTypes(string in0) { object[] results = this.Invoke("getIssueTypes", new object[] { in0}); return ((RemoteIssueType[])(results[0])); } /// public void getIssueTypesAsync(string in0) { this.getIssueTypesAsync(in0, null); } /// public void getIssueTypesAsync(string in0, object userState) { if ((this.getIssueTypesOperationCompleted == null)) { this.getIssueTypesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIssueTypesOperationCompleted); } this.InvokeAsync("getIssueTypes", new object[] { in0}, this.getIssueTypesOperationCompleted, userState); } private void OngetIssueTypesOperationCompleted(object arg) { if ((this.getIssueTypesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getIssueTypesCompleted(this, new getIssueTypesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getPrioritiesReturn")] public RemotePriority[] getPriorities(string in0) { object[] results = this.Invoke("getPriorities", new object[] { in0}); return ((RemotePriority[])(results[0])); } /// public void getPrioritiesAsync(string in0) { this.getPrioritiesAsync(in0, null); } /// public void getPrioritiesAsync(string in0, object userState) { if ((this.getPrioritiesOperationCompleted == null)) { this.getPrioritiesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetPrioritiesOperationCompleted); } this.InvokeAsync("getPriorities", new object[] { in0}, this.getPrioritiesOperationCompleted, userState); } private void OngetPrioritiesOperationCompleted(object arg) { if ((this.getPrioritiesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getPrioritiesCompleted(this, new getPrioritiesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getResolutionsReturn")] public RemoteResolution[] getResolutions(string in0) { object[] results = this.Invoke("getResolutions", new object[] { in0}); return ((RemoteResolution[])(results[0])); } /// public void getResolutionsAsync(string in0) { this.getResolutionsAsync(in0, null); } /// public void getResolutionsAsync(string in0, object userState) { if ((this.getResolutionsOperationCompleted == null)) { this.getResolutionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetResolutionsOperationCompleted); } this.InvokeAsync("getResolutions", new object[] { in0}, this.getResolutionsOperationCompleted, userState); } private void OngetResolutionsOperationCompleted(object arg) { if ((this.getResolutionsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getResolutionsCompleted(this, new getResolutionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getStatusesReturn")] public RemoteStatus[] getStatuses(string in0) { object[] results = this.Invoke("getStatuses", new object[] { in0}); return ((RemoteStatus[])(results[0])); } /// public void getStatusesAsync(string in0) { this.getStatusesAsync(in0, null); } /// public void getStatusesAsync(string in0, object userState) { if ((this.getStatusesOperationCompleted == null)) { this.getStatusesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetStatusesOperationCompleted); } this.InvokeAsync("getStatuses", new object[] { in0}, this.getStatusesOperationCompleted, userState); } private void OngetStatusesOperationCompleted(object arg) { if ((this.getStatusesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getStatusesCompleted(this, new getStatusesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getSubTaskIssueTypesReturn")] public RemoteIssueType[] getSubTaskIssueTypes(string in0) { object[] results = this.Invoke("getSubTaskIssueTypes", new object[] { in0}); return ((RemoteIssueType[])(results[0])); } /// public void getSubTaskIssueTypesAsync(string in0) { this.getSubTaskIssueTypesAsync(in0, null); } /// public void getSubTaskIssueTypesAsync(string in0, object userState) { if ((this.getSubTaskIssueTypesOperationCompleted == null)) { this.getSubTaskIssueTypesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSubTaskIssueTypesOperationCompleted); } this.InvokeAsync("getSubTaskIssueTypes", new object[] { in0}, this.getSubTaskIssueTypesOperationCompleted, userState); } private void OngetSubTaskIssueTypesOperationCompleted(object arg) { if ((this.getSubTaskIssueTypesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getSubTaskIssueTypesCompleted(this, new getSubTaskIssueTypesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getCustomFieldsReturn")] public RemoteField[] getCustomFields(string in0) { object[] results = this.Invoke("getCustomFields", new object[] { in0}); return ((RemoteField[])(results[0])); } /// public void getCustomFieldsAsync(string in0) { this.getCustomFieldsAsync(in0, null); } /// public void getCustomFieldsAsync(string in0, object userState) { if ((this.getCustomFieldsOperationCompleted == null)) { this.getCustomFieldsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCustomFieldsOperationCompleted); } this.InvokeAsync("getCustomFields", new object[] { in0}, this.getCustomFieldsOperationCompleted, userState); } private void OngetCustomFieldsOperationCompleted(object arg) { if ((this.getCustomFieldsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getCustomFieldsCompleted(this, new getCustomFieldsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getSavedFiltersReturn")] public RemoteFilter[] getSavedFilters(string in0) { object[] results = this.Invoke("getSavedFilters", new object[] { in0}); return ((RemoteFilter[])(results[0])); } /// public void getSavedFiltersAsync(string in0) { this.getSavedFiltersAsync(in0, null); } /// public void getSavedFiltersAsync(string in0, object userState) { if ((this.getSavedFiltersOperationCompleted == null)) { this.getSavedFiltersOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSavedFiltersOperationCompleted); } this.InvokeAsync("getSavedFilters", new object[] { in0}, this.getSavedFiltersOperationCompleted, userState); } private void OngetSavedFiltersOperationCompleted(object arg) { if ((this.getSavedFiltersCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getSavedFiltersCompleted(this, new getSavedFiltersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getCommentsReturn")] public RemoteComment[] getComments(string in0, string in1) { object[] results = this.Invoke("getComments", new object[] { in0, in1}); return ((RemoteComment[])(results[0])); } /// public void getCommentsAsync(string in0, string in1) { this.getCommentsAsync(in0, in1, null); } /// public void getCommentsAsync(string in0, string in1, object userState) { if ((this.getCommentsOperationCompleted == null)) { this.getCommentsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCommentsOperationCompleted); } this.InvokeAsync("getComments", new object[] { in0, in1}, this.getCommentsOperationCompleted, userState); } private void OngetCommentsOperationCompleted(object arg) { if ((this.getCommentsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getCommentsCompleted(this, new getCommentsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getVersionsReturn")] public RemoteVersion[] getVersions(string in0, string in1) { object[] results = this.Invoke("getVersions", new object[] { in0, in1}); return ((RemoteVersion[])(results[0])); } /// public void getVersionsAsync(string in0, string in1) { this.getVersionsAsync(in0, in1, null); } /// public void getVersionsAsync(string in0, string in1, object userState) { if ((this.getVersionsOperationCompleted == null)) { this.getVersionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetVersionsOperationCompleted); } this.InvokeAsync("getVersions", new object[] { in0, in1}, this.getVersionsOperationCompleted, userState); } private void OngetVersionsOperationCompleted(object arg) { if ((this.getVersionsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getVersionsCompleted(this, new getVersionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("createProjectReturn")] public RemoteProject createProject(string in0, string in1, string in2, string in3, string in4, string in5, RemotePermissionScheme in6, RemoteScheme in7, RemoteScheme in8) { object[] results = this.Invoke("createProject", new object[] { in0, in1, in2, in3, in4, in5, in6, in7, in8}); return ((RemoteProject)(results[0])); } /// public void createProjectAsync(string in0, string in1, string in2, string in3, string in4, string in5, RemotePermissionScheme in6, RemoteScheme in7, RemoteScheme in8) { this.createProjectAsync(in0, in1, in2, in3, in4, in5, in6, in7, in8, null); } /// public void createProjectAsync(string in0, string in1, string in2, string in3, string in4, string in5, RemotePermissionScheme in6, RemoteScheme in7, RemoteScheme in8, object userState) { if ((this.createProjectOperationCompleted == null)) { this.createProjectOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateProjectOperationCompleted); } this.InvokeAsync("createProject", new object[] { in0, in1, in2, in3, in4, in5, in6, in7, in8}, this.createProjectOperationCompleted, userState); } private void OncreateProjectOperationCompleted(object arg) { if ((this.createProjectCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.createProjectCompleted(this, new createProjectCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] public void addComment(string in0, string in1, RemoteComment in2) { this.Invoke("addComment", new object[] { in0, in1, in2}); } /// public void addCommentAsync(string in0, string in1, RemoteComment in2) { this.addCommentAsync(in0, in1, in2, null); } /// public void addCommentAsync(string in0, string in1, RemoteComment in2, object userState) { if ((this.addCommentOperationCompleted == null)) { this.addCommentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddCommentOperationCompleted); } this.InvokeAsync("addComment", new object[] { in0, in1, in2}, this.addCommentOperationCompleted, userState); } private void OnaddCommentOperationCompleted(object arg) { if ((this.addCommentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.addCommentCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getFieldsForEditReturn")] public RemoteField[] getFieldsForEdit(string in0, string in1) { object[] results = this.Invoke("getFieldsForEdit", new object[] { in0, in1}); return ((RemoteField[])(results[0])); } /// public void getFieldsForEditAsync(string in0, string in1) { this.getFieldsForEditAsync(in0, in1, null); } /// public void getFieldsForEditAsync(string in0, string in1, object userState) { if ((this.getFieldsForEditOperationCompleted == null)) { this.getFieldsForEditOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetFieldsForEditOperationCompleted); } this.InvokeAsync("getFieldsForEdit", new object[] { in0, in1}, this.getFieldsForEditOperationCompleted, userState); } private void OngetFieldsForEditOperationCompleted(object arg) { if ((this.getFieldsForEditCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getFieldsForEditCompleted(this, new getFieldsForEditCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] public void addUserToGroup(string in0, RemoteGroup in1, RemoteUser in2) { this.Invoke("addUserToGroup", new object[] { in0, in1, in2}); } /// public void addUserToGroupAsync(string in0, RemoteGroup in1, RemoteUser in2) { this.addUserToGroupAsync(in0, in1, in2, null); } /// public void addUserToGroupAsync(string in0, RemoteGroup in1, RemoteUser in2, object userState) { if ((this.addUserToGroupOperationCompleted == null)) { this.addUserToGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddUserToGroupOperationCompleted); } this.InvokeAsync("addUserToGroup", new object[] { in0, in1, in2}, this.addUserToGroupOperationCompleted, userState); } private void OnaddUserToGroupOperationCompleted(object arg) { if ((this.addUserToGroupCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.addUserToGroupCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] public void removeUserFromGroup(string in0, RemoteGroup in1, RemoteUser in2) { this.Invoke("removeUserFromGroup", new object[] { in0, in1, in2}); } /// public void removeUserFromGroupAsync(string in0, RemoteGroup in1, RemoteUser in2) { this.removeUserFromGroupAsync(in0, in1, in2, null); } /// public void removeUserFromGroupAsync(string in0, RemoteGroup in1, RemoteUser in2, object userState) { if ((this.removeUserFromGroupOperationCompleted == null)) { this.removeUserFromGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnremoveUserFromGroupOperationCompleted); } this.InvokeAsync("removeUserFromGroup", new object[] { in0, in1, in2}, this.removeUserFromGroupOperationCompleted, userState); } private void OnremoveUserFromGroupOperationCompleted(object arg) { if ((this.removeUserFromGroupCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.removeUserFromGroupCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("logoutReturn")] public bool logout(string in0) { object[] results = this.Invoke("logout", new object[] { in0}); return ((bool)(results[0])); } /// public void logoutAsync(string in0) { this.logoutAsync(in0, null); } /// public void logoutAsync(string in0, object userState) { if ((this.logoutOperationCompleted == null)) { this.logoutOperationCompleted = new System.Threading.SendOrPostCallback(this.OnlogoutOperationCompleted); } this.InvokeAsync("logout", new object[] { in0}, this.logoutOperationCompleted, userState); } private void OnlogoutOperationCompleted(object arg) { if ((this.logoutCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.logoutCompleted(this, new logoutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] public void deleteProject(string in0, string in1) { this.Invoke("deleteProject", new object[] { in0, in1}); } /// public void deleteProjectAsync(string in0, string in1) { this.deleteProjectAsync(in0, in1, null); } /// public void deleteProjectAsync(string in0, string in1, object userState) { if ((this.deleteProjectOperationCompleted == null)) { this.deleteProjectOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteProjectOperationCompleted); } this.InvokeAsync("deleteProject", new object[] { in0, in1}, this.deleteProjectOperationCompleted, userState); } private void OndeleteProjectOperationCompleted(object arg) { if ((this.deleteProjectCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.deleteProjectCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] public void deleteIssue(string in0, string in1) { this.Invoke("deleteIssue", new object[] { in0, in1}); } /// public void deleteIssueAsync(string in0, string in1) { this.deleteIssueAsync(in0, in1, null); } /// public void deleteIssueAsync(string in0, string in1, object userState) { if ((this.deleteIssueOperationCompleted == null)) { this.deleteIssueOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteIssueOperationCompleted); } this.InvokeAsync("deleteIssue", new object[] { in0, in1}, this.deleteIssueOperationCompleted, userState); } private void OndeleteIssueOperationCompleted(object arg) { if ((this.deleteIssueCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.deleteIssueCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("addAttachmentsToIssueReturn")] public bool addAttachmentsToIssue(string in0, string in1, string[] in2, sbyte[] in3) { object[] results = this.Invoke("addAttachmentsToIssue", new object[] { in0, in1, in2, in3}); return ((bool)(results[0])); } /// public void addAttachmentsToIssueAsync(string in0, string in1, string[] in2, sbyte[] in3) { this.addAttachmentsToIssueAsync(in0, in1, in2, in3, null); } /// public void addAttachmentsToIssueAsync(string in0, string in1, string[] in2, sbyte[] in3, object userState) { if ((this.addAttachmentsToIssueOperationCompleted == null)) { this.addAttachmentsToIssueOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddAttachmentsToIssueOperationCompleted); } this.InvokeAsync("addAttachmentsToIssue", new object[] { in0, in1, in2, in3}, this.addAttachmentsToIssueOperationCompleted, userState); } private void OnaddAttachmentsToIssueOperationCompleted(object arg) { if ((this.addAttachmentsToIssueCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.addAttachmentsToIssueCompleted(this, new addAttachmentsToIssueCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getFieldsForActionReturn")] public RemoteField[] getFieldsForAction(string in0, string in1, string in2) { object[] results = this.Invoke("getFieldsForAction", new object[] { in0, in1, in2}); return ((RemoteField[])(results[0])); } /// public void getFieldsForActionAsync(string in0, string in1, string in2) { this.getFieldsForActionAsync(in0, in1, in2, null); } /// public void getFieldsForActionAsync(string in0, string in1, string in2, object userState) { if ((this.getFieldsForActionOperationCompleted == null)) { this.getFieldsForActionOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetFieldsForActionOperationCompleted); } this.InvokeAsync("getFieldsForAction", new object[] { in0, in1, in2}, this.getFieldsForActionOperationCompleted, userState); } private void OngetFieldsForActionOperationCompleted(object arg) { if ((this.getFieldsForActionCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getFieldsForActionCompleted(this, new getFieldsForActionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("progressWorkflowActionReturn")] public RemoteIssue progressWorkflowAction(string in0, string in1, string in2, RemoteFieldValue[] in3) { object[] results = this.Invoke("progressWorkflowAction", new object[] { in0, in1, in2, in3}); return ((RemoteIssue)(results[0])); } /// public void progressWorkflowActionAsync(string in0, string in1, string in2, RemoteFieldValue[] in3) { this.progressWorkflowActionAsync(in0, in1, in2, in3, null); } /// public void progressWorkflowActionAsync(string in0, string in1, string in2, RemoteFieldValue[] in3, object userState) { if ((this.progressWorkflowActionOperationCompleted == null)) { this.progressWorkflowActionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnprogressWorkflowActionOperationCompleted); } this.InvokeAsync("progressWorkflowAction", new object[] { in0, in1, in2, in3}, this.progressWorkflowActionOperationCompleted, userState); } private void OnprogressWorkflowActionOperationCompleted(object arg) { if ((this.progressWorkflowActionCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.progressWorkflowActionCompleted(this, new progressWorkflowActionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getIssueByIdReturn")] public RemoteIssue getIssueById(string in0, string in1) { object[] results = this.Invoke("getIssueById", new object[] { in0, in1}); return ((RemoteIssue)(results[0])); } /// public void getIssueByIdAsync(string in0, string in1) { this.getIssueByIdAsync(in0, in1, null); } /// public void getIssueByIdAsync(string in0, string in1, object userState) { if ((this.getIssueByIdOperationCompleted == null)) { this.getIssueByIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIssueByIdOperationCompleted); } this.InvokeAsync("getIssueById", new object[] { in0, in1}, this.getIssueByIdOperationCompleted, userState); } private void OngetIssueByIdOperationCompleted(object arg) { if ((this.getIssueByIdCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getIssueByIdCompleted(this, new getIssueByIdCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getNotificationSchemesReturn")] public RemoteScheme[] getNotificationSchemes(string in0) { object[] results = this.Invoke("getNotificationSchemes", new object[] { in0}); return ((RemoteScheme[])(results[0])); } /// public void getNotificationSchemesAsync(string in0) { this.getNotificationSchemesAsync(in0, null); } /// public void getNotificationSchemesAsync(string in0, object userState) { if ((this.getNotificationSchemesOperationCompleted == null)) { this.getNotificationSchemesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetNotificationSchemesOperationCompleted); } this.InvokeAsync("getNotificationSchemes", new object[] { in0}, this.getNotificationSchemesOperationCompleted, userState); } private void OngetNotificationSchemesOperationCompleted(object arg) { if ((this.getNotificationSchemesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getNotificationSchemesCompleted(this, new getNotificationSchemesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getPermissionSchemesReturn")] public RemotePermissionScheme[] getPermissionSchemes(string in0) { object[] results = this.Invoke("getPermissionSchemes", new object[] { in0}); return ((RemotePermissionScheme[])(results[0])); } /// public void getPermissionSchemesAsync(string in0) { this.getPermissionSchemesAsync(in0, null); } /// public void getPermissionSchemesAsync(string in0, object userState) { if ((this.getPermissionSchemesOperationCompleted == null)) { this.getPermissionSchemesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetPermissionSchemesOperationCompleted); } this.InvokeAsync("getPermissionSchemes", new object[] { in0}, this.getPermissionSchemesOperationCompleted, userState); } private void OngetPermissionSchemesOperationCompleted(object arg) { if ((this.getPermissionSchemesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getPermissionSchemesCompleted(this, new getPermissionSchemesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("createPermissionSchemeReturn")] public RemotePermissionScheme createPermissionScheme(string in0, string in1, string in2) { object[] results = this.Invoke("createPermissionScheme", new object[] { in0, in1, in2}); return ((RemotePermissionScheme)(results[0])); } /// public void createPermissionSchemeAsync(string in0, string in1, string in2) { this.createPermissionSchemeAsync(in0, in1, in2, null); } /// public void createPermissionSchemeAsync(string in0, string in1, string in2, object userState) { if ((this.createPermissionSchemeOperationCompleted == null)) { this.createPermissionSchemeOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreatePermissionSchemeOperationCompleted); } this.InvokeAsync("createPermissionScheme", new object[] { in0, in1, in2}, this.createPermissionSchemeOperationCompleted, userState); } private void OncreatePermissionSchemeOperationCompleted(object arg) { if ((this.createPermissionSchemeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.createPermissionSchemeCompleted(this, new createPermissionSchemeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] public void deletePermissionScheme(string in0, string in1) { this.Invoke("deletePermissionScheme", new object[] { in0, in1}); } /// public void deletePermissionSchemeAsync(string in0, string in1) { this.deletePermissionSchemeAsync(in0, in1, null); } /// public void deletePermissionSchemeAsync(string in0, string in1, object userState) { if ((this.deletePermissionSchemeOperationCompleted == null)) { this.deletePermissionSchemeOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeletePermissionSchemeOperationCompleted); } this.InvokeAsync("deletePermissionScheme", new object[] { in0, in1}, this.deletePermissionSchemeOperationCompleted, userState); } private void OndeletePermissionSchemeOperationCompleted(object arg) { if ((this.deletePermissionSchemeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.deletePermissionSchemeCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("addPermissionToReturn")] public RemotePermissionScheme addPermissionTo(string in0, RemotePermissionScheme in1, RemotePermission in2, RemoteEntity in3) { object[] results = this.Invoke("addPermissionTo", new object[] { in0, in1, in2, in3}); return ((RemotePermissionScheme)(results[0])); } /// public void addPermissionToAsync(string in0, RemotePermissionScheme in1, RemotePermission in2, RemoteEntity in3) { this.addPermissionToAsync(in0, in1, in2, in3, null); } /// public void addPermissionToAsync(string in0, RemotePermissionScheme in1, RemotePermission in2, RemoteEntity in3, object userState) { if ((this.addPermissionToOperationCompleted == null)) { this.addPermissionToOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddPermissionToOperationCompleted); } this.InvokeAsync("addPermissionTo", new object[] { in0, in1, in2, in3}, this.addPermissionToOperationCompleted, userState); } private void OnaddPermissionToOperationCompleted(object arg) { if ((this.addPermissionToCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.addPermissionToCompleted(this, new addPermissionToCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("deletePermissionFromReturn")] public RemotePermissionScheme deletePermissionFrom(string in0, RemotePermissionScheme in1, RemotePermission in2, RemoteEntity in3) { object[] results = this.Invoke("deletePermissionFrom", new object[] { in0, in1, in2, in3}); return ((RemotePermissionScheme)(results[0])); } /// public void deletePermissionFromAsync(string in0, RemotePermissionScheme in1, RemotePermission in2, RemoteEntity in3) { this.deletePermissionFromAsync(in0, in1, in2, in3, null); } /// public void deletePermissionFromAsync(string in0, RemotePermissionScheme in1, RemotePermission in2, RemoteEntity in3, object userState) { if ((this.deletePermissionFromOperationCompleted == null)) { this.deletePermissionFromOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeletePermissionFromOperationCompleted); } this.InvokeAsync("deletePermissionFrom", new object[] { in0, in1, in2, in3}, this.deletePermissionFromOperationCompleted, userState); } private void OndeletePermissionFromOperationCompleted(object arg) { if ((this.deletePermissionFromCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.deletePermissionFromCompleted(this, new deletePermissionFromCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getAllPermissionsReturn")] public RemotePermission[] getAllPermissions(string in0) { object[] results = this.Invoke("getAllPermissions", new object[] { in0}); return ((RemotePermission[])(results[0])); } /// public void getAllPermissionsAsync(string in0) { this.getAllPermissionsAsync(in0, null); } /// public void getAllPermissionsAsync(string in0, object userState) { if ((this.getAllPermissionsOperationCompleted == null)) { this.getAllPermissionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetAllPermissionsOperationCompleted); } this.InvokeAsync("getAllPermissions", new object[] { in0}, this.getAllPermissionsOperationCompleted, userState); } private void OngetAllPermissionsOperationCompleted(object arg) { if ((this.getAllPermissionsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getAllPermissionsCompleted(this, new getAllPermissionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getIssueCountForFilterReturn")] public long getIssueCountForFilter(string in0, string in1) { object[] results = this.Invoke("getIssueCountForFilter", new object[] { in0, in1}); return ((long)(results[0])); } /// public void getIssueCountForFilterAsync(string in0, string in1) { this.getIssueCountForFilterAsync(in0, in1, null); } /// public void getIssueCountForFilterAsync(string in0, string in1, object userState) { if ((this.getIssueCountForFilterOperationCompleted == null)) { this.getIssueCountForFilterOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIssueCountForFilterOperationCompleted); } this.InvokeAsync("getIssueCountForFilter", new object[] { in0, in1}, this.getIssueCountForFilterOperationCompleted, userState); } private void OngetIssueCountForFilterOperationCompleted(object arg) { if ((this.getIssueCountForFilterCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getIssueCountForFilterCompleted(this, new getIssueCountForFilterCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getIssuesFromTextSearchReturn")] public RemoteIssue[] getIssuesFromTextSearch(string in0, string in1) { object[] results = this.Invoke("getIssuesFromTextSearch", new object[] { in0, in1}); return ((RemoteIssue[])(results[0])); } /// public void getIssuesFromTextSearchAsync(string in0, string in1) { this.getIssuesFromTextSearchAsync(in0, in1, null); } /// public void getIssuesFromTextSearchAsync(string in0, string in1, object userState) { if ((this.getIssuesFromTextSearchOperationCompleted == null)) { this.getIssuesFromTextSearchOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIssuesFromTextSearchOperationCompleted); } this.InvokeAsync("getIssuesFromTextSearch", new object[] { in0, in1}, this.getIssuesFromTextSearchOperationCompleted, userState); } private void OngetIssuesFromTextSearchOperationCompleted(object arg) { if ((this.getIssuesFromTextSearchCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getIssuesFromTextSearchCompleted(this, new getIssuesFromTextSearchCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getIssuesFromTextSearchWithProjectReturn")] public RemoteIssue[] getIssuesFromTextSearchWithProject(string in0, string[] in1, string in2, int in3) { object[] results = this.Invoke("getIssuesFromTextSearchWithProject", new object[] { in0, in1, in2, in3}); return ((RemoteIssue[])(results[0])); } /// public void getIssuesFromTextSearchWithProjectAsync(string in0, string[] in1, string in2, int in3) { this.getIssuesFromTextSearchWithProjectAsync(in0, in1, in2, in3, null); } /// public void getIssuesFromTextSearchWithProjectAsync(string in0, string[] in1, string in2, int in3, object userState) { if ((this.getIssuesFromTextSearchWithProjectOperationCompleted == null)) { this.getIssuesFromTextSearchWithProjectOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIssuesFromTextSearchWithProjectOperationCompleted); } this.InvokeAsync("getIssuesFromTextSearchWithProject", new object[] { in0, in1, in2, in3}, this.getIssuesFromTextSearchWithProjectOperationCompleted, userState); } private void OngetIssuesFromTextSearchWithProjectOperationCompleted(object arg) { if ((this.getIssuesFromTextSearchWithProjectCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getIssuesFromTextSearchWithProjectCompleted(this, new getIssuesFromTextSearchWithProjectCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] public void deleteUser(string in0, string in1) { this.Invoke("deleteUser", new object[] { in0, in1}); } /// public void deleteUserAsync(string in0, string in1) { this.deleteUserAsync(in0, in1, null); } /// public void deleteUserAsync(string in0, string in1, object userState) { if ((this.deleteUserOperationCompleted == null)) { this.deleteUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteUserOperationCompleted); } this.InvokeAsync("deleteUser", new object[] { in0, in1}, this.deleteUserOperationCompleted, userState); } private void OndeleteUserOperationCompleted(object arg) { if ((this.deleteUserCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.deleteUserCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("updateGroupReturn")] public RemoteGroup updateGroup(string in0, RemoteGroup in1) { object[] results = this.Invoke("updateGroup", new object[] { in0, in1}); return ((RemoteGroup)(results[0])); } /// public void updateGroupAsync(string in0, RemoteGroup in1) { this.updateGroupAsync(in0, in1, null); } /// public void updateGroupAsync(string in0, RemoteGroup in1, object userState) { if ((this.updateGroupOperationCompleted == null)) { this.updateGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateGroupOperationCompleted); } this.InvokeAsync("updateGroup", new object[] { in0, in1}, this.updateGroupOperationCompleted, userState); } private void OnupdateGroupOperationCompleted(object arg) { if ((this.updateGroupCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateGroupCompleted(this, new updateGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] public void deleteGroup(string in0, string in1, string in2) { this.Invoke("deleteGroup", new object[] { in0, in1, in2}); } /// public void deleteGroupAsync(string in0, string in1, string in2) { this.deleteGroupAsync(in0, in1, in2, null); } /// public void deleteGroupAsync(string in0, string in1, string in2, object userState) { if ((this.deleteGroupOperationCompleted == null)) { this.deleteGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteGroupOperationCompleted); } this.InvokeAsync("deleteGroup", new object[] { in0, in1, in2}, this.deleteGroupOperationCompleted, userState); } private void OndeleteGroupOperationCompleted(object arg) { if ((this.deleteGroupCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.deleteGroupCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] public void refreshCustomFields(string in0) { this.Invoke("refreshCustomFields", new object[] { in0}); } /// public void refreshCustomFieldsAsync(string in0) { this.refreshCustomFieldsAsync(in0, null); } /// public void refreshCustomFieldsAsync(string in0, object userState) { if ((this.refreshCustomFieldsOperationCompleted == null)) { this.refreshCustomFieldsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnrefreshCustomFieldsOperationCompleted); } this.InvokeAsync("refreshCustomFields", new object[] { in0}, this.refreshCustomFieldsOperationCompleted, userState); } private void OnrefreshCustomFieldsOperationCompleted(object arg) { if ((this.refreshCustomFieldsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.refreshCustomFieldsCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getProjectsNoSchemesReturn")] public RemoteProject[] getProjectsNoSchemes(string in0) { object[] results = this.Invoke("getProjectsNoSchemes", new object[] { in0}); return ((RemoteProject[])(results[0])); } /// public void getProjectsNoSchemesAsync(string in0) { this.getProjectsNoSchemesAsync(in0, null); } /// public void getProjectsNoSchemesAsync(string in0, object userState) { if ((this.getProjectsNoSchemesOperationCompleted == null)) { this.getProjectsNoSchemesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetProjectsNoSchemesOperationCompleted); } this.InvokeAsync("getProjectsNoSchemes", new object[] { in0}, this.getProjectsNoSchemesOperationCompleted, userState); } private void OngetProjectsNoSchemesOperationCompleted(object arg) { if ((this.getProjectsNoSchemesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getProjectsNoSchemesCompleted(this, new getProjectsNoSchemesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("addVersionReturn")] public RemoteVersion addVersion(string in0, string in1, RemoteVersion in2) { object[] results = this.Invoke("addVersion", new object[] { in0, in1, in2}); return ((RemoteVersion)(results[0])); } /// public void addVersionAsync(string in0, string in1, RemoteVersion in2) { this.addVersionAsync(in0, in1, in2, null); } /// public void addVersionAsync(string in0, string in1, RemoteVersion in2, object userState) { if ((this.addVersionOperationCompleted == null)) { this.addVersionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddVersionOperationCompleted); } this.InvokeAsync("addVersion", new object[] { in0, in1, in2}, this.addVersionOperationCompleted, userState); } private void OnaddVersionOperationCompleted(object arg) { if ((this.addVersionCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.addVersionCompleted(this, new addVersionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("createProjectFromObjectReturn")] public RemoteProject createProjectFromObject(string in0, RemoteProject in1) { object[] results = this.Invoke("createProjectFromObject", new object[] { in0, in1}); return ((RemoteProject)(results[0])); } /// public void createProjectFromObjectAsync(string in0, RemoteProject in1) { this.createProjectFromObjectAsync(in0, in1, null); } /// public void createProjectFromObjectAsync(string in0, RemoteProject in1, object userState) { if ((this.createProjectFromObjectOperationCompleted == null)) { this.createProjectFromObjectOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateProjectFromObjectOperationCompleted); } this.InvokeAsync("createProjectFromObject", new object[] { in0, in1}, this.createProjectFromObjectOperationCompleted, userState); } private void OncreateProjectFromObjectOperationCompleted(object arg) { if ((this.createProjectFromObjectCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.createProjectFromObjectCompleted(this, new createProjectFromObjectCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getSecuritySchemesReturn")] public RemoteScheme[] getSecuritySchemes(string in0) { object[] results = this.Invoke("getSecuritySchemes", new object[] { in0}); return ((RemoteScheme[])(results[0])); } /// public void getSecuritySchemesAsync(string in0) { this.getSecuritySchemesAsync(in0, null); } /// public void getSecuritySchemesAsync(string in0, object userState) { if ((this.getSecuritySchemesOperationCompleted == null)) { this.getSecuritySchemesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSecuritySchemesOperationCompleted); } this.InvokeAsync("getSecuritySchemes", new object[] { in0}, this.getSecuritySchemesOperationCompleted, userState); } private void OngetSecuritySchemesOperationCompleted(object arg) { if ((this.getSecuritySchemesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getSecuritySchemesCompleted(this, new getSecuritySchemesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://soap.rpc.jira.atlassian.com", ResponseNamespace="http://www.jetbrains.net/jira/rpc/soap/jirasoapservice-v2")] [return: System.Xml.Serialization.SoapElementAttribute("getIssuesFromFilterReturn")] public RemoteIssue[] getIssuesFromFilter(string in0, string in1) { object[] results = this.Invoke("getIssuesFromFilter", new object[] { in0, in1}); return ((RemoteIssue[])(results[0])); } /// public void getIssuesFromFilterAsync(string in0, string in1) { this.getIssuesFromFilterAsync(in0, in1, null); } /// public void getIssuesFromFilterAsync(string in0, string in1, object userState) { if ((this.getIssuesFromFilterOperationCompleted == null)) { this.getIssuesFromFilterOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIssuesFromFilterOperationCompleted); } this.InvokeAsync("getIssuesFromFilter", new object[] { in0, in1}, this.getIssuesFromFilterOperationCompleted, userState); } private void OngetIssuesFromFilterOperationCompleted(object arg) { if ((this.getIssuesFromFilterCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.getIssuesFromFilterCompleted(this, new getIssuesFromFilterCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } private bool IsLocalFileSystemWebService(string url) { if (((url == null) || (url == string.Empty))) { return false; } System.Uri wsUri = new System.Uri(url); if (((wsUri.Port >= 1024) && (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) { return true; } return false; } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteUser : RemoteEntity { private string emailField; private string fullnameField; private string nameField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string email { get { return this.emailField; } set { this.emailField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string fullname { get { return this.fullnameField; } set { this.fullnameField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string name { get { return this.nameField; } set { this.nameField = value; } } } /// [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteGroup))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteUser))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteEntity { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteComment { private string bodyField; private string idField; private string levelField; private System.Nullable timePerformedField; private string usernameField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string body { get { return this.bodyField; } set { this.bodyField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string id { get { return this.idField; } set { this.idField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string level { get { return this.levelField; } set { this.levelField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public System.Nullable timePerformed { get { return this.timePerformedField; } set { this.timePerformedField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string username { get { return this.usernameField; } set { this.usernameField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteConfiguration { private bool allowAttachmentsField; private bool allowIssueLinkingField; private bool allowSubTasksField; private bool allowTimeTrackingField; private bool allowUnassignedIssuesField; private bool allowVotingField; private bool allowWatchingField; /// public bool allowAttachments { get { return this.allowAttachmentsField; } set { this.allowAttachmentsField = value; } } /// public bool allowIssueLinking { get { return this.allowIssueLinkingField; } set { this.allowIssueLinkingField = value; } } /// public bool allowSubTasks { get { return this.allowSubTasksField; } set { this.allowSubTasksField = value; } } /// public bool allowTimeTracking { get { return this.allowTimeTrackingField; } set { this.allowTimeTrackingField = value; } } /// public bool allowUnassignedIssues { get { return this.allowUnassignedIssuesField; } set { this.allowUnassignedIssuesField = value; } } /// public bool allowVoting { get { return this.allowVotingField; } set { this.allowVotingField = value; } } /// public bool allowWatching { get { return this.allowWatchingField; } set { this.allowWatchingField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteFieldValue { private string idField; private string[] valuesField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string id { get { return this.idField; } set { this.idField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string[] values { get { return this.valuesField; } set { this.valuesField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteCustomFieldValue { private string customfieldIdField; private string keyField; private string[] valuesField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string customfieldId { get { return this.customfieldIdField; } set { this.customfieldIdField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string key { get { return this.keyField; } set { this.keyField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string[] values { get { return this.valuesField; } set { this.valuesField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemotePermission { private string nameField; private System.Nullable permissionField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public System.Nullable permission { get { return this.permissionField; } set { this.permissionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemotePermissionMapping { private RemotePermission permissionField; private RemoteEntity[] remoteEntitiesField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemotePermission permission { get { return this.permissionField; } set { this.permissionField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemoteEntity[] remoteEntities { get { return this.remoteEntitiesField; } set { this.remoteEntitiesField = value; } } } /// [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemotePermissionScheme))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteScheme { private string descriptionField; private System.Nullable idField; private string nameField; private string typeField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public System.Nullable id { get { return this.idField; } set { this.idField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string type { get { return this.typeField; } set { this.typeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemotePermissionScheme : RemoteScheme { private RemotePermissionMapping[] permissionMappingsField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemotePermissionMapping[] permissionMappings { get { return this.permissionMappingsField; } set { this.permissionMappingsField = value; } } } /// [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteIssue))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(AbstractNamedRemoteEntity))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteFilter))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteField))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(AbstractRemoteConstant))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteStatus))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteResolution))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemotePriority))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteIssueType))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteProject))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteNamedObject))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteComponent))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteVersion))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public abstract partial class AbstractRemoteEntity { private string idField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string id { get { return this.idField; } set { this.idField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteIssue : AbstractRemoteEntity { private RemoteVersion[] affectsVersionsField; private string assigneeField; private string[] attachmentNamesField; private RemoteComponent[] componentsField; private System.Nullable createdField; private RemoteCustomFieldValue[] customFieldValuesField; private string descriptionField; private System.Nullable duedateField; private string environmentField; private RemoteVersion[] fixVersionsField; private string keyField; private string priorityField; private string projectField; private string reporterField; private string resolutionField; private string statusField; private string summaryField; private string typeField; private System.Nullable updatedField; private System.Nullable votesField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemoteVersion[] affectsVersions { get { return this.affectsVersionsField; } set { this.affectsVersionsField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string assignee { get { return this.assigneeField; } set { this.assigneeField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string[] attachmentNames { get { return this.attachmentNamesField; } set { this.attachmentNamesField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemoteComponent[] components { get { return this.componentsField; } set { this.componentsField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public System.Nullable created { get { return this.createdField; } set { this.createdField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemoteCustomFieldValue[] customFieldValues { get { return this.customFieldValuesField; } set { this.customFieldValuesField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public System.Nullable duedate { get { return this.duedateField; } set { this.duedateField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string environment { get { return this.environmentField; } set { this.environmentField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemoteVersion[] fixVersions { get { return this.fixVersionsField; } set { this.fixVersionsField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string key { get { return this.keyField; } set { this.keyField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string priority { get { return this.priorityField; } set { this.priorityField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string project { get { return this.projectField; } set { this.projectField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string reporter { get { return this.reporterField; } set { this.reporterField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string resolution { get { return this.resolutionField; } set { this.resolutionField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string status { get { return this.statusField; } set { this.statusField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string summary { get { return this.summaryField; } set { this.summaryField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string type { get { return this.typeField; } set { this.typeField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public System.Nullable updated { get { return this.updatedField; } set { this.updatedField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public System.Nullable votes { get { return this.votesField; } set { this.votesField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteVersion : AbstractNamedRemoteEntity { private bool archivedField; private System.Nullable releaseDateField; private bool releasedField; private System.Nullable sequenceField; /// public bool archived { get { return this.archivedField; } set { this.archivedField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public System.Nullable releaseDate { get { return this.releaseDateField; } set { this.releaseDateField = value; } } /// public bool released { get { return this.releasedField; } set { this.releasedField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public System.Nullable sequence { get { return this.sequenceField; } set { this.sequenceField = value; } } } /// [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteFilter))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteField))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(AbstractRemoteConstant))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteStatus))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteResolution))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemotePriority))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteIssueType))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteProject))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteNamedObject))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteComponent))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteVersion))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public abstract partial class AbstractNamedRemoteEntity : AbstractRemoteEntity { private string nameField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string name { get { return this.nameField; } set { this.nameField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteFilter : AbstractNamedRemoteEntity { private string authorField; private string descriptionField; private string projectField; private string xmlField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string author { get { return this.authorField; } set { this.authorField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string project { get { return this.projectField; } set { this.projectField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string xml { get { return this.xmlField; } set { this.xmlField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteField : AbstractNamedRemoteEntity { } /// [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteStatus))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteResolution))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemotePriority))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(RemoteIssueType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public abstract partial class AbstractRemoteConstant : AbstractNamedRemoteEntity { private string descriptionField; private string iconField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string icon { get { return this.iconField; } set { this.iconField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteStatus : AbstractRemoteConstant { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteResolution : AbstractRemoteConstant { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemotePriority : AbstractRemoteConstant { private string colorField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string color { get { return this.colorField; } set { this.colorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteIssueType : AbstractRemoteConstant { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteProject : AbstractNamedRemoteEntity { private string descriptionField; private RemoteScheme issueSecuritySchemeField; private string keyField; private string leadField; private RemoteScheme notificationSchemeField; private RemotePermissionScheme permissionSchemeField; private string projectUrlField; private string urlField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemoteScheme issueSecurityScheme { get { return this.issueSecuritySchemeField; } set { this.issueSecuritySchemeField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string key { get { return this.keyField; } set { this.keyField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string lead { get { return this.leadField; } set { this.leadField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemoteScheme notificationScheme { get { return this.notificationSchemeField; } set { this.notificationSchemeField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemotePermissionScheme permissionScheme { get { return this.permissionSchemeField; } set { this.permissionSchemeField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string projectUrl { get { return this.projectUrlField; } set { this.projectUrlField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string url { get { return this.urlField; } set { this.urlField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteNamedObject : AbstractNamedRemoteEntity { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteComponent : AbstractNamedRemoteEntity { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteServerInfo { private string baseUrlField; private System.Nullable buildDateField; private string buildNumberField; private string editionField; private string versionField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string baseUrl { get { return this.baseUrlField; } set { this.baseUrlField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public System.Nullable buildDate { get { return this.buildDateField; } set { this.buildDateField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string buildNumber { get { return this.buildNumberField; } set { this.buildNumberField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string edition { get { return this.editionField; } set { this.editionField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string version { get { return this.versionField; } set { this.versionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1433")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="http://beans.soap.rpc.jira.atlassian.com")] public partial class RemoteGroup : RemoteEntity { private string nameField; private RemoteUser[] usersField; /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public string name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.SoapElementAttribute(IsNullable=true)] public RemoteUser[] users { get { return this.usersField; } set { this.usersField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void createGroupCompletedEventHandler(object sender, createGroupCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class createGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal createGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteGroup Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteGroup)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getServerInfoCompletedEventHandler(object sender, getServerInfoCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getServerInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getServerInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteServerInfo Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteServerInfo)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getGroupCompletedEventHandler(object sender, getGroupCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteGroup Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteGroup)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void createUserCompletedEventHandler(object sender, createUserCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class createUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal createUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteUser Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteUser)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getUserCompletedEventHandler(object sender, getUserCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteUser Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteUser)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void loginCompletedEventHandler(object sender, loginCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class loginCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal loginCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public string Result { get { this.RaiseExceptionIfNecessary(); return ((string)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getIssueCompletedEventHandler(object sender, getIssueCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getIssueCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getIssueCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteIssue Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteIssue)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void createIssueCompletedEventHandler(object sender, createIssueCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class createIssueCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal createIssueCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteIssue Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteIssue)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getAvailableActionsCompletedEventHandler(object sender, getAvailableActionsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getAvailableActionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getAvailableActionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteNamedObject[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteNamedObject[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getComponentsCompletedEventHandler(object sender, getComponentsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getComponentsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getComponentsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteComponent[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteComponent[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getProjectsCompletedEventHandler(object sender, getProjectsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getProjectsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getProjectsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteProject[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteProject[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void updateIssueCompletedEventHandler(object sender, updateIssueCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateIssueCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateIssueCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteIssue Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteIssue)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getConfigurationCompletedEventHandler(object sender, getConfigurationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getConfigurationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getConfigurationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteConfiguration Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteConfiguration)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void updateProjectCompletedEventHandler(object sender, updateProjectCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateProjectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateProjectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteProject Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteProject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getIssueTypesCompletedEventHandler(object sender, getIssueTypesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getIssueTypesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getIssueTypesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteIssueType[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteIssueType[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getPrioritiesCompletedEventHandler(object sender, getPrioritiesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getPrioritiesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getPrioritiesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemotePriority[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemotePriority[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getResolutionsCompletedEventHandler(object sender, getResolutionsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getResolutionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getResolutionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteResolution[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteResolution[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getStatusesCompletedEventHandler(object sender, getStatusesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getStatusesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getStatusesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteStatus[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteStatus[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getSubTaskIssueTypesCompletedEventHandler(object sender, getSubTaskIssueTypesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getSubTaskIssueTypesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getSubTaskIssueTypesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteIssueType[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteIssueType[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getCustomFieldsCompletedEventHandler(object sender, getCustomFieldsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getCustomFieldsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getCustomFieldsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteField[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteField[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getSavedFiltersCompletedEventHandler(object sender, getSavedFiltersCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getSavedFiltersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getSavedFiltersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteFilter[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteFilter[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getCommentsCompletedEventHandler(object sender, getCommentsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getCommentsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getCommentsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteComment[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteComment[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getVersionsCompletedEventHandler(object sender, getVersionsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getVersionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getVersionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteVersion[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteVersion[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void createProjectCompletedEventHandler(object sender, createProjectCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class createProjectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal createProjectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteProject Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteProject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void addCommentCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getFieldsForEditCompletedEventHandler(object sender, getFieldsForEditCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getFieldsForEditCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getFieldsForEditCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteField[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteField[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void addUserToGroupCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void removeUserFromGroupCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void logoutCompletedEventHandler(object sender, logoutCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class logoutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal logoutCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public bool Result { get { this.RaiseExceptionIfNecessary(); return ((bool)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void deleteProjectCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void deleteIssueCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void addAttachmentsToIssueCompletedEventHandler(object sender, addAttachmentsToIssueCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class addAttachmentsToIssueCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal addAttachmentsToIssueCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public bool Result { get { this.RaiseExceptionIfNecessary(); return ((bool)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getFieldsForActionCompletedEventHandler(object sender, getFieldsForActionCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getFieldsForActionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getFieldsForActionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteField[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteField[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void progressWorkflowActionCompletedEventHandler(object sender, progressWorkflowActionCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class progressWorkflowActionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal progressWorkflowActionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteIssue Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteIssue)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getIssueByIdCompletedEventHandler(object sender, getIssueByIdCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getIssueByIdCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getIssueByIdCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteIssue Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteIssue)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getNotificationSchemesCompletedEventHandler(object sender, getNotificationSchemesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getNotificationSchemesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getNotificationSchemesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteScheme[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteScheme[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getPermissionSchemesCompletedEventHandler(object sender, getPermissionSchemesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getPermissionSchemesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getPermissionSchemesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemotePermissionScheme[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemotePermissionScheme[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void createPermissionSchemeCompletedEventHandler(object sender, createPermissionSchemeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class createPermissionSchemeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal createPermissionSchemeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemotePermissionScheme Result { get { this.RaiseExceptionIfNecessary(); return ((RemotePermissionScheme)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void deletePermissionSchemeCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void addPermissionToCompletedEventHandler(object sender, addPermissionToCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class addPermissionToCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal addPermissionToCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemotePermissionScheme Result { get { this.RaiseExceptionIfNecessary(); return ((RemotePermissionScheme)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void deletePermissionFromCompletedEventHandler(object sender, deletePermissionFromCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class deletePermissionFromCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal deletePermissionFromCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemotePermissionScheme Result { get { this.RaiseExceptionIfNecessary(); return ((RemotePermissionScheme)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getAllPermissionsCompletedEventHandler(object sender, getAllPermissionsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getAllPermissionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getAllPermissionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemotePermission[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemotePermission[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getIssueCountForFilterCompletedEventHandler(object sender, getIssueCountForFilterCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getIssueCountForFilterCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getIssueCountForFilterCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public long Result { get { this.RaiseExceptionIfNecessary(); return ((long)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getIssuesFromTextSearchCompletedEventHandler(object sender, getIssuesFromTextSearchCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getIssuesFromTextSearchCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getIssuesFromTextSearchCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteIssue[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteIssue[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getIssuesFromTextSearchWithProjectCompletedEventHandler(object sender, getIssuesFromTextSearchWithProjectCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getIssuesFromTextSearchWithProjectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getIssuesFromTextSearchWithProjectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteIssue[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteIssue[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void deleteUserCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void updateGroupCompletedEventHandler(object sender, updateGroupCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteGroup Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteGroup)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void deleteGroupCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void refreshCustomFieldsCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getProjectsNoSchemesCompletedEventHandler(object sender, getProjectsNoSchemesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getProjectsNoSchemesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getProjectsNoSchemesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteProject[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteProject[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void addVersionCompletedEventHandler(object sender, addVersionCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class addVersionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal addVersionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteVersion Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteVersion)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void createProjectFromObjectCompletedEventHandler(object sender, createProjectFromObjectCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class createProjectFromObjectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal createProjectFromObjectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteProject Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteProject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getSecuritySchemesCompletedEventHandler(object sender, getSecuritySchemesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getSecuritySchemesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getSecuritySchemesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteScheme[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteScheme[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] public delegate void getIssuesFromFilterCompletedEventHandler(object sender, getIssuesFromFilterCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1433")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class getIssuesFromFilterCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal getIssuesFromFilterCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public RemoteIssue[] Result { get { this.RaiseExceptionIfNecessary(); return ((RemoteIssue[])(this.results[0])); } } } } #pragma warning restore 1591