//------------------------------------------------------------------------------ // // Ce code a été généré par un outil. // Version du runtime :2.0.50727.1433 // // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si // le code est régénéré. // //------------------------------------------------------------------------------ // // Ce code source a été automatiquement généré par wsdl, Version=2.0.50727.1432. // namespace Mezzoteam { using System.Diagnostics; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Xml.Serialization; using System.Data; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="securitySoap", Namespace="http://www.mezzoteam.com/")] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ContractInfo))] public partial class security : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback LogonOperationCompleted; private System.Threading.SendOrPostCallback LogoutOperationCompleted; private System.Threading.SendOrPostCallback GetConnectedUserOperationCompleted; private System.Threading.SendOrPostCallback LogonCreateOperationCompleted; private System.Threading.SendOrPostCallback LogonSaveOperationCompleted; private System.Threading.SendOrPostCallback AclGetOperationCompleted; private System.Threading.SendOrPostCallback AclGetFullUserListWithReadRightsOperationCompleted; private System.Threading.SendOrPostCallback AclSaveOperationCompleted; private System.Threading.SendOrPostCallback AclHasAccessGrantedOperationCompleted; private System.Threading.SendOrPostCallback LogonPrevDateGetOperationCompleted; private System.Threading.SendOrPostCallback EclGetOperationCompleted; private System.Threading.SendOrPostCallback EclSaveOperationCompleted; /// public security() { this.Url = "http://www.mezzoteam.com/ws/security.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event LogonCompletedEventHandler LogonCompleted; /// public event LogoutCompletedEventHandler LogoutCompleted; /// public event GetConnectedUserCompletedEventHandler GetConnectedUserCompleted; /// public event LogonCreateCompletedEventHandler LogonCreateCompleted; /// public event LogonSaveCompletedEventHandler LogonSaveCompleted; /// public event AclGetCompletedEventHandler AclGetCompleted; /// public event AclGetFullUserListWithReadRightsCompletedEventHandler AclGetFullUserListWithReadRightsCompleted; /// public event AclSaveCompletedEventHandler AclSaveCompleted; /// public event AclHasAccessGrantedCompletedEventHandler AclHasAccessGrantedCompleted; /// public event LogonPrevDateGetCompletedEventHandler LogonPrevDateGetCompleted; /// public event EclGetCompletedEventHandler EclGetCompleted; /// public event EclSaveCompletedEventHandler EclSaveCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/Logon", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public LogonReturn Logon() { object[] results = this.Invoke("Logon", new object[0]); return ((LogonReturn)(results[0])); } /// public System.IAsyncResult BeginLogon(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("Logon", new object[0], callback, asyncState); } /// public LogonReturn EndLogon(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((LogonReturn)(results[0])); } /// public void LogonAsync() { this.LogonAsync(null); } /// public void LogonAsync(object userState) { if ((this.LogonOperationCompleted == null)) { this.LogonOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogonOperationCompleted); } this.InvokeAsync("Logon", new object[0], this.LogonOperationCompleted, userState); } private void OnLogonOperationCompleted(object arg) { if ((this.LogonCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.LogonCompleted(this, new LogonCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/Logout", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void Logout() { this.Invoke("Logout", new object[0]); } /// public System.IAsyncResult BeginLogout(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("Logout", new object[0], callback, asyncState); } /// public void EndLogout(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void LogoutAsync() { this.LogoutAsync(null); } /// public void LogoutAsync(object userState) { if ((this.LogoutOperationCompleted == null)) { this.LogoutOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogoutOperationCompleted); } this.InvokeAsync("Logout", new object[0], 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 System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GetConnectedUser", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public User GetConnectedUser() { object[] results = this.Invoke("GetConnectedUser", new object[0]); return ((User)(results[0])); } /// public System.IAsyncResult BeginGetConnectedUser(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetConnectedUser", new object[0], callback, asyncState); } /// public User EndGetConnectedUser(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((User)(results[0])); } /// public void GetConnectedUserAsync() { this.GetConnectedUserAsync(null); } /// public void GetConnectedUserAsync(object userState) { if ((this.GetConnectedUserOperationCompleted == null)) { this.GetConnectedUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetConnectedUserOperationCompleted); } this.InvokeAsync("GetConnectedUser", new object[0], this.GetConnectedUserOperationCompleted, userState); } private void OnGetConnectedUserOperationCompleted(object arg) { if ((this.GetConnectedUserCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetConnectedUserCompleted(this, new GetConnectedUserCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/LogonCreate", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public bool LogonCreate(string loginName, string password) { object[] results = this.Invoke("LogonCreate", new object[] { loginName, password}); return ((bool)(results[0])); } /// public System.IAsyncResult BeginLogonCreate(string loginName, string password, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("LogonCreate", new object[] { loginName, password}, callback, asyncState); } /// public bool EndLogonCreate(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((bool)(results[0])); } /// public void LogonCreateAsync(string loginName, string password) { this.LogonCreateAsync(loginName, password, null); } /// public void LogonCreateAsync(string loginName, string password, object userState) { if ((this.LogonCreateOperationCompleted == null)) { this.LogonCreateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogonCreateOperationCompleted); } this.InvokeAsync("LogonCreate", new object[] { loginName, password}, this.LogonCreateOperationCompleted, userState); } private void OnLogonCreateOperationCompleted(object arg) { if ((this.LogonCreateCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.LogonCreateCompleted(this, new LogonCreateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/LogonSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public bool LogonSave(string loginName, string password) { object[] results = this.Invoke("LogonSave", new object[] { loginName, password}); return ((bool)(results[0])); } /// public System.IAsyncResult BeginLogonSave(string loginName, string password, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("LogonSave", new object[] { loginName, password}, callback, asyncState); } /// public bool EndLogonSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((bool)(results[0])); } /// public void LogonSaveAsync(string loginName, string password) { this.LogonSaveAsync(loginName, password, null); } /// public void LogonSaveAsync(string loginName, string password, object userState) { if ((this.LogonSaveOperationCompleted == null)) { this.LogonSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogonSaveOperationCompleted); } this.InvokeAsync("LogonSave", new object[] { loginName, password}, this.LogonSaveOperationCompleted, userState); } private void OnLogonSaveOperationCompleted(object arg) { if ((this.LogonSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.LogonSaveCompleted(this, new LogonSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AclGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Acl AclGet(string objectId) { object[] results = this.Invoke("AclGet", new object[] { objectId}); return ((Acl)(results[0])); } /// public System.IAsyncResult BeginAclGet(string objectId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AclGet", new object[] { objectId}, callback, asyncState); } /// public Acl EndAclGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Acl)(results[0])); } /// public void AclGetAsync(string objectId) { this.AclGetAsync(objectId, null); } /// public void AclGetAsync(string objectId, object userState) { if ((this.AclGetOperationCompleted == null)) { this.AclGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAclGetOperationCompleted); } this.InvokeAsync("AclGet", new object[] { objectId}, this.AclGetOperationCompleted, userState); } private void OnAclGetOperationCompleted(object arg) { if ((this.AclGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AclGetCompleted(this, new AclGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AclGetFullUserListWithReadRights", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public User[] AclGetFullUserListWithReadRights(string objectId) { object[] results = this.Invoke("AclGetFullUserListWithReadRights", new object[] { objectId}); return ((User[])(results[0])); } /// public System.IAsyncResult BeginAclGetFullUserListWithReadRights(string objectId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AclGetFullUserListWithReadRights", new object[] { objectId}, callback, asyncState); } /// public User[] EndAclGetFullUserListWithReadRights(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((User[])(results[0])); } /// public void AclGetFullUserListWithReadRightsAsync(string objectId) { this.AclGetFullUserListWithReadRightsAsync(objectId, null); } /// public void AclGetFullUserListWithReadRightsAsync(string objectId, object userState) { if ((this.AclGetFullUserListWithReadRightsOperationCompleted == null)) { this.AclGetFullUserListWithReadRightsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAclGetFullUserListWithReadRightsOperationCompleted); } this.InvokeAsync("AclGetFullUserListWithReadRights", new object[] { objectId}, this.AclGetFullUserListWithReadRightsOperationCompleted, userState); } private void OnAclGetFullUserListWithReadRightsOperationCompleted(object arg) { if ((this.AclGetFullUserListWithReadRightsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AclGetFullUserListWithReadRightsCompleted(this, new AclGetFullUserListWithReadRightsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AclSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void AclSave(Acl acl, string objectTypeName) { this.Invoke("AclSave", new object[] { acl, objectTypeName}); } /// public System.IAsyncResult BeginAclSave(Acl acl, string objectTypeName, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AclSave", new object[] { acl, objectTypeName}, callback, asyncState); } /// public void EndAclSave(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void AclSaveAsync(Acl acl, string objectTypeName) { this.AclSaveAsync(acl, objectTypeName, null); } /// public void AclSaveAsync(Acl acl, string objectTypeName, object userState) { if ((this.AclSaveOperationCompleted == null)) { this.AclSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAclSaveOperationCompleted); } this.InvokeAsync("AclSave", new object[] { acl, objectTypeName}, this.AclSaveOperationCompleted, userState); } private void OnAclSaveOperationCompleted(object arg) { if ((this.AclSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AclSaveCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AclHasAccessGranted", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public bool AclHasAccessGranted(string objectId, AclAccessType accessRequested) { object[] results = this.Invoke("AclHasAccessGranted", new object[] { objectId, accessRequested}); return ((bool)(results[0])); } /// public System.IAsyncResult BeginAclHasAccessGranted(string objectId, AclAccessType accessRequested, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AclHasAccessGranted", new object[] { objectId, accessRequested}, callback, asyncState); } /// public bool EndAclHasAccessGranted(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((bool)(results[0])); } /// public void AclHasAccessGrantedAsync(string objectId, AclAccessType accessRequested) { this.AclHasAccessGrantedAsync(objectId, accessRequested, null); } /// public void AclHasAccessGrantedAsync(string objectId, AclAccessType accessRequested, object userState) { if ((this.AclHasAccessGrantedOperationCompleted == null)) { this.AclHasAccessGrantedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAclHasAccessGrantedOperationCompleted); } this.InvokeAsync("AclHasAccessGranted", new object[] { objectId, accessRequested}, this.AclHasAccessGrantedOperationCompleted, userState); } private void OnAclHasAccessGrantedOperationCompleted(object arg) { if ((this.AclHasAccessGrantedCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AclHasAccessGrantedCompleted(this, new AclHasAccessGrantedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/LogonPrevDateGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet LogonPrevDateGet(string userId) { object[] results = this.Invoke("LogonPrevDateGet", new object[] { userId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginLogonPrevDateGet(string userId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("LogonPrevDateGet", new object[] { userId}, callback, asyncState); } /// public System.Data.DataSet EndLogonPrevDateGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void LogonPrevDateGetAsync(string userId) { this.LogonPrevDateGetAsync(userId, null); } /// public void LogonPrevDateGetAsync(string userId, object userState) { if ((this.LogonPrevDateGetOperationCompleted == null)) { this.LogonPrevDateGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogonPrevDateGetOperationCompleted); } this.InvokeAsync("LogonPrevDateGet", new object[] { userId}, this.LogonPrevDateGetOperationCompleted, userState); } private void OnLogonPrevDateGetOperationCompleted(object arg) { if ((this.LogonPrevDateGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.LogonPrevDateGetCompleted(this, new LogonPrevDateGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/EclGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Ecl EclGet(string objectId, string actionCode) { object[] results = this.Invoke("EclGet", new object[] { objectId, actionCode}); return ((Ecl)(results[0])); } /// public System.IAsyncResult BeginEclGet(string objectId, string actionCode, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("EclGet", new object[] { objectId, actionCode}, callback, asyncState); } /// public Ecl EndEclGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Ecl)(results[0])); } /// public void EclGetAsync(string objectId, string actionCode) { this.EclGetAsync(objectId, actionCode, null); } /// public void EclGetAsync(string objectId, string actionCode, object userState) { if ((this.EclGetOperationCompleted == null)) { this.EclGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEclGetOperationCompleted); } this.InvokeAsync("EclGet", new object[] { objectId, actionCode}, this.EclGetOperationCompleted, userState); } private void OnEclGetOperationCompleted(object arg) { if ((this.EclGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.EclGetCompleted(this, new EclGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/EclSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void EclSave(Ecl ecl) { this.Invoke("EclSave", new object[] { ecl}); } /// public System.IAsyncResult BeginEclSave(Ecl ecl, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("EclSave", new object[] { ecl}, callback, asyncState); } /// public void EndEclSave(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void EclSaveAsync(Ecl ecl) { this.EclSaveAsync(ecl, null); } /// public void EclSaveAsync(Ecl ecl, object userState) { if ((this.EclSaveOperationCompleted == null)) { this.EclSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEclSaveOperationCompleted); } this.InvokeAsync("EclSave", new object[] { ecl}, this.EclSaveOperationCompleted, userState); } private void OnEclSaveOperationCompleted(object arg) { if ((this.EclSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.EclSaveCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] [System.Xml.Serialization.XmlRootAttribute(Namespace="http://www.mezzoteam.com/", IsNullable=false)] public partial class CredentialSoapHeader : System.Web.Services.Protocols.SoapHeader { private string loginField; private string passwordField; private string securityKeyField; private string moduleField; private System.Xml.XmlAttribute[] anyAttrField; /// public string Login { get { return this.loginField; } set { this.loginField = value; } } /// public string Password { get { return this.passwordField; } set { this.passwordField = value; } } /// public string SecurityKey { get { return this.securityKeyField; } set { this.securityKeyField = value; } } /// public string Module { get { return this.moduleField; } set { this.moduleField = value; } } /// [System.Xml.Serialization.XmlAnyAttributeAttribute()] public System.Xml.XmlAttribute[] AnyAttr { get { return this.anyAttrField; } set { this.anyAttrField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Ecl { private string actionCodeField; private string objectIdField; private MemberList grantedField; private MemberList revokedField; /// public string ActionCode { get { return this.actionCodeField; } set { this.actionCodeField = value; } } /// public string ObjectId { get { return this.objectIdField; } set { this.objectIdField = value; } } /// public MemberList Granted { get { return this.grantedField; } set { this.grantedField = value; } } /// public MemberList Revoked { get { return this.revokedField; } set { this.revokedField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class MemberList { private string idField; private string[] userRefField; private string[] groupRefField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string[] UserRef { get { return this.userRefField; } set { this.userRefField = value; } } /// public string[] GroupRef { get { return this.groupRefField; } set { this.groupRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Acl { private string readInheritedFromField; private string writeInheritedFromField; private string deleteInheritedFromField; private string managerInheritedFromField; private string objectIdField; private MemberList readGrantedField; private MemberList readRevokedField; private MemberList writeGrantedField; private MemberList writeRevokedField; private MemberList deleteGrantedField; private MemberList deleteRevokedField; private MemberList managerGrantedField; /// public string ReadInheritedFrom { get { return this.readInheritedFromField; } set { this.readInheritedFromField = value; } } /// public string WriteInheritedFrom { get { return this.writeInheritedFromField; } set { this.writeInheritedFromField = value; } } /// public string DeleteInheritedFrom { get { return this.deleteInheritedFromField; } set { this.deleteInheritedFromField = value; } } /// public string ManagerInheritedFrom { get { return this.managerInheritedFromField; } set { this.managerInheritedFromField = value; } } /// public string ObjectId { get { return this.objectIdField; } set { this.objectIdField = value; } } /// public MemberList ReadGranted { get { return this.readGrantedField; } set { this.readGrantedField = value; } } /// public MemberList ReadRevoked { get { return this.readRevokedField; } set { this.readRevokedField = value; } } /// public MemberList WriteGranted { get { return this.writeGrantedField; } set { this.writeGrantedField = value; } } /// public MemberList WriteRevoked { get { return this.writeRevokedField; } set { this.writeRevokedField = value; } } /// public MemberList DeleteGranted { get { return this.deleteGrantedField; } set { this.deleteGrantedField = value; } } /// public MemberList DeleteRevoked { get { return this.deleteRevokedField; } set { this.deleteRevokedField = value; } } /// public MemberList ManagerGranted { get { return this.managerGrantedField; } set { this.managerGrantedField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Group { private string nameField; private string idField; private string workspaceIdField; private MemberList membersField; private string descriptionField; private GroupTypes groupeTypesField; /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public MemberList Members { get { return this.membersField; } set { this.membersField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public GroupTypes GroupeTypes { get { return this.groupeTypesField; } set { this.groupeTypesField = value; } } } /// [System.FlagsAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum GroupTypes { /// Role = 1, /// MailOnly = 2, /// AclOnly = 4, /// OrganizationOnly = 8, /// Standard = 16, /// StandardOrganization = 32, /// Security = 64, /// All = 128, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class UserIncludeList { private string[] emailListField; private string[] groupListField; /// public string[] EmailList { get { return this.emailListField; } set { this.emailListField = value; } } /// public string[] GroupList { get { return this.groupListField; } set { this.groupListField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(Contract))] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class ContractInfo { private System.DateTime beginDateField; private bool beginDateFieldSpecified; private System.DateTime endDateField; private bool endDateFieldSpecified; private int subscribersMaxField; private long volumeMaxField; private string volumeMaxFormatedField; private int workspacesMaxField; private SubscriptionModule[] modulesField; private string contractTypeField; private string managerCommentField; private string referenceField; private string creatorIdField; private string modificatorIdField; private ContractStatus contractStatusField; private System.DateTime statusDateField; private bool statusDateFieldSpecified; /// public System.DateTime BeginDate { get { return this.beginDateField; } set { this.beginDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool BeginDateSpecified { get { return this.beginDateFieldSpecified; } set { this.beginDateFieldSpecified = value; } } /// public System.DateTime EndDate { get { return this.endDateField; } set { this.endDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool EndDateSpecified { get { return this.endDateFieldSpecified; } set { this.endDateFieldSpecified = value; } } /// public int SubscribersMax { get { return this.subscribersMaxField; } set { this.subscribersMaxField = value; } } /// public long VolumeMax { get { return this.volumeMaxField; } set { this.volumeMaxField = value; } } /// public string VolumeMaxFormated { get { return this.volumeMaxFormatedField; } set { this.volumeMaxFormatedField = value; } } /// public int WorkspacesMax { get { return this.workspacesMaxField; } set { this.workspacesMaxField = value; } } /// public SubscriptionModule[] Modules { get { return this.modulesField; } set { this.modulesField = value; } } /// public string ContractType { get { return this.contractTypeField; } set { this.contractTypeField = value; } } /// public string ManagerComment { get { return this.managerCommentField; } set { this.managerCommentField = value; } } /// public string Reference { get { return this.referenceField; } set { this.referenceField = value; } } /// public string CreatorId { get { return this.creatorIdField; } set { this.creatorIdField = value; } } /// public string ModificatorId { get { return this.modificatorIdField; } set { this.modificatorIdField = value; } } /// public ContractStatus ContractStatus { get { return this.contractStatusField; } set { this.contractStatusField = value; } } /// public System.DateTime StatusDate { get { return this.statusDateField; } set { this.statusDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool StatusDateSpecified { get { return this.statusDateFieldSpecified; } set { this.statusDateFieldSpecified = value; } } } /// [System.FlagsAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum SubscriptionModule { /// Documents = 1, /// Files = 2, /// Diary = 4, /// Workflow = 8, /// Forum = 16, /// Directory = 32, /// MezzoteamStandard = 64, /// MezzoteamProfessional = 128, /// MezzoOffice = 256, /// MezzoCAD = 512, /// MezzoSync = 1024, /// WebServices = 2048, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum ContractStatus { /// None, /// Active, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Contract : ContractInfo { private string idField; private string accountIdField; private int numChronoField; private string codeField; private int subscribersField; private long volumeField; private string volumeFormatedField; private int workspacesField; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private System.DateTime modificationDateField; private bool modificationDateFieldSpecified; private UserIncludeList userWhiteListField; private UserIncludeList userBlackListField; private UserIncludeList adminWhiteListField; private UserIncludeList adminBlackListField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string AccountId { get { return this.accountIdField; } set { this.accountIdField = value; } } /// public int NumChrono { get { return this.numChronoField; } set { this.numChronoField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public int Subscribers { get { return this.subscribersField; } set { this.subscribersField = value; } } /// public long Volume { get { return this.volumeField; } set { this.volumeField = value; } } /// public string VolumeFormated { get { return this.volumeFormatedField; } set { this.volumeFormatedField = value; } } /// public int Workspaces { get { return this.workspacesField; } set { this.workspacesField = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public System.DateTime ModificationDate { get { return this.modificationDateField; } set { this.modificationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ModificationDateSpecified { get { return this.modificationDateFieldSpecified; } set { this.modificationDateFieldSpecified = value; } } /// public UserIncludeList UserWhiteList { get { return this.userWhiteListField; } set { this.userWhiteListField = value; } } /// public UserIncludeList UserBlackList { get { return this.userBlackListField; } set { this.userBlackListField = value; } } /// public UserIncludeList AdminWhiteList { get { return this.adminWhiteListField; } set { this.adminWhiteListField = value; } } /// public UserIncludeList AdminBlackList { get { return this.adminBlackListField; } set { this.adminBlackListField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Workspace { private int levelField; private System.DateTime deathDateField; private bool deathDateFieldSpecified; private System.DateTime deletedDateField; private bool deletedDateFieldSpecified; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private long totalFileSizeField; private string contractIdField; private string idField; private string deletedIdField; private string deletedAuthorField; private string titleField; private string accountIdField; private string defaultAclIdField; private string membersGroupIdField; private string adminGroupIdField; private WorkspaceStatus statusField; private string descriptionField; private string ownerIdField; private string categoryField; private string homeTextField; private string iconIdField; private string domainIdField; private string templateIdField; private bool isTemplateField; private bool isCopyAllowedField; private Contract subscriptionContractField; private WorkspaceType typeField; /// public int Level { get { return this.levelField; } set { this.levelField = value; } } /// public System.DateTime DeathDate { get { return this.deathDateField; } set { this.deathDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeathDateSpecified { get { return this.deathDateFieldSpecified; } set { this.deathDateFieldSpecified = value; } } /// public System.DateTime DeletedDate { get { return this.deletedDateField; } set { this.deletedDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeletedDateSpecified { get { return this.deletedDateFieldSpecified; } set { this.deletedDateFieldSpecified = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public long TotalFileSize { get { return this.totalFileSizeField; } set { this.totalFileSizeField = value; } } /// public string ContractId { get { return this.contractIdField; } set { this.contractIdField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string DeletedId { get { return this.deletedIdField; } set { this.deletedIdField = value; } } /// public string DeletedAuthor { get { return this.deletedAuthorField; } set { this.deletedAuthorField = value; } } /// public string Title { get { return this.titleField; } set { this.titleField = value; } } /// public string AccountId { get { return this.accountIdField; } set { this.accountIdField = value; } } /// public string DefaultAclId { get { return this.defaultAclIdField; } set { this.defaultAclIdField = value; } } /// public string MembersGroupId { get { return this.membersGroupIdField; } set { this.membersGroupIdField = value; } } /// public string AdminGroupId { get { return this.adminGroupIdField; } set { this.adminGroupIdField = value; } } /// public WorkspaceStatus Status { get { return this.statusField; } set { this.statusField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public string OwnerId { get { return this.ownerIdField; } set { this.ownerIdField = value; } } /// public string Category { get { return this.categoryField; } set { this.categoryField = value; } } /// public string HomeText { get { return this.homeTextField; } set { this.homeTextField = value; } } /// public string IconId { get { return this.iconIdField; } set { this.iconIdField = value; } } /// public string DomainId { get { return this.domainIdField; } set { this.domainIdField = value; } } /// public string TemplateId { get { return this.templateIdField; } set { this.templateIdField = value; } } /// public bool IsTemplate { get { return this.isTemplateField; } set { this.isTemplateField = value; } } /// public bool IsCopyAllowed { get { return this.isCopyAllowedField; } set { this.isCopyAllowedField = value; } } /// public Contract SubscriptionContract { get { return this.subscriptionContractField; } set { this.subscriptionContractField = value; } } /// public WorkspaceType Type { get { return this.typeField; } set { this.typeField = value; } } } /// [System.FlagsAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum WorkspaceStatus { /// Enabled = 1, /// Disabled = 2, /// Frozen = 4, /// Closed = 8, /// Archived = 16, /// Destroyed = 32, /// AllowedForAll = 64, /// AllowedForAdmin = 128, } /// [System.FlagsAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum WorkspaceType { /// Standard = 1, /// Template = 2, /// AccountDirectory = 4, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Profile { private string addressTypeField; private string companyIdField; private string roleField; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private System.DateTime modificationDateField; private bool modificationDateFieldSpecified; private System.DateTime deathDateField; private bool deathDateFieldSpecified; private string postalCodeField; private string stateField; private string countryField; private string cityField; private string cellPhoneNumberField; private ProfileStatus statusField; private System.DateTime statusDateField; private bool statusDateFieldSpecified; private string emailField; private string addressField; private string phoneNumberField; private string faxNumberField; private bool isCustomizedField; private string qualityField; private string functionField; private string webSiteField; private string departmentField; private bool prosysClubMemberField; private bool prosysNewsLetterMemberField; private string languageField; private string zoneField; private string dateFormatField; private string timeFormatField; private string idField; private Workspace workspaceField; private Group[] groupsField; private bool deadField; private System.DateTime lastLogonField; private bool lastLogonFieldSpecified; /// public string AddressType { get { return this.addressTypeField; } set { this.addressTypeField = value; } } /// public string CompanyId { get { return this.companyIdField; } set { this.companyIdField = value; } } /// public string Role { get { return this.roleField; } set { this.roleField = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public System.DateTime ModificationDate { get { return this.modificationDateField; } set { this.modificationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ModificationDateSpecified { get { return this.modificationDateFieldSpecified; } set { this.modificationDateFieldSpecified = value; } } /// public System.DateTime DeathDate { get { return this.deathDateField; } set { this.deathDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeathDateSpecified { get { return this.deathDateFieldSpecified; } set { this.deathDateFieldSpecified = value; } } /// public string PostalCode { get { return this.postalCodeField; } set { this.postalCodeField = value; } } /// public string State { get { return this.stateField; } set { this.stateField = value; } } /// public string Country { get { return this.countryField; } set { this.countryField = value; } } /// public string City { get { return this.cityField; } set { this.cityField = value; } } /// public string CellPhoneNumber { get { return this.cellPhoneNumberField; } set { this.cellPhoneNumberField = value; } } /// public ProfileStatus Status { get { return this.statusField; } set { this.statusField = value; } } /// public System.DateTime StatusDate { get { return this.statusDateField; } set { this.statusDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool StatusDateSpecified { get { return this.statusDateFieldSpecified; } set { this.statusDateFieldSpecified = value; } } /// public string Email { get { return this.emailField; } set { this.emailField = value; } } /// public string Address { get { return this.addressField; } set { this.addressField = value; } } /// public string PhoneNumber { get { return this.phoneNumberField; } set { this.phoneNumberField = value; } } /// public string FaxNumber { get { return this.faxNumberField; } set { this.faxNumberField = value; } } /// public bool IsCustomized { get { return this.isCustomizedField; } set { this.isCustomizedField = value; } } /// public string Quality { get { return this.qualityField; } set { this.qualityField = value; } } /// public string Function { get { return this.functionField; } set { this.functionField = value; } } /// public string WebSite { get { return this.webSiteField; } set { this.webSiteField = value; } } /// public string Department { get { return this.departmentField; } set { this.departmentField = value; } } /// public bool ProsysClubMember { get { return this.prosysClubMemberField; } set { this.prosysClubMemberField = value; } } /// public bool ProsysNewsLetterMember { get { return this.prosysNewsLetterMemberField; } set { this.prosysNewsLetterMemberField = value; } } /// public string Language { get { return this.languageField; } set { this.languageField = value; } } /// public string Zone { get { return this.zoneField; } set { this.zoneField = value; } } /// public string DateFormat { get { return this.dateFormatField; } set { this.dateFormatField = value; } } /// public string TimeFormat { get { return this.timeFormatField; } set { this.timeFormatField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public Workspace Workspace { get { return this.workspaceField; } set { this.workspaceField = value; } } /// public Group[] Groups { get { return this.groupsField; } set { this.groupsField = value; } } /// public bool Dead { get { return this.deadField; } set { this.deadField = value; } } /// public System.DateTime LastLogon { get { return this.lastLogonField; } set { this.lastLogonField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool LastLogonSpecified { get { return this.lastLogonFieldSpecified; } set { this.lastLogonFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum ProfileStatus { /// Inactive, /// Active, /// Invited, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class User { private string sessionKeyField; private string idField; private string firstNameField; private string lastNameField; private string loginField; private string defaultWorkspaceIdField; private UserStatus statusField; private bool visibleField; private System.DateTime lastlogonField; private bool lastlogonFieldSpecified; private System.DateTime prevlogonField; private bool prevlogonFieldSpecified; private Profile globalProfileField; private Profile workspaceProfileField; private bool isSystemField; /// public string SessionKey { get { return this.sessionKeyField; } set { this.sessionKeyField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string FirstName { get { return this.firstNameField; } set { this.firstNameField = value; } } /// public string LastName { get { return this.lastNameField; } set { this.lastNameField = value; } } /// public string Login { get { return this.loginField; } set { this.loginField = value; } } /// public string DefaultWorkspaceId { get { return this.defaultWorkspaceIdField; } set { this.defaultWorkspaceIdField = value; } } /// public UserStatus Status { get { return this.statusField; } set { this.statusField = value; } } /// public bool Visible { get { return this.visibleField; } set { this.visibleField = value; } } /// public System.DateTime Lastlogon { get { return this.lastlogonField; } set { this.lastlogonField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool LastlogonSpecified { get { return this.lastlogonFieldSpecified; } set { this.lastlogonFieldSpecified = value; } } /// public System.DateTime Prevlogon { get { return this.prevlogonField; } set { this.prevlogonField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool PrevlogonSpecified { get { return this.prevlogonFieldSpecified; } set { this.prevlogonFieldSpecified = value; } } /// public Profile GlobalProfile { get { return this.globalProfileField; } set { this.globalProfileField = value; } } /// public Profile WorkspaceProfile { get { return this.workspaceProfileField; } set { this.workspaceProfileField = value; } } /// public bool IsSystem { get { return this.isSystemField; } set { this.isSystemField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum UserStatus { /// Inactive, /// Active, /// Deleted, /// Pending, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class LogonReturn { private string securityKeyField; private string errorMessageField; private string warningMessageField; private string notificationMessageField; /// public string SecurityKey { get { return this.securityKeyField; } set { this.securityKeyField = value; } } /// public string ErrorMessage { get { return this.errorMessageField; } set { this.errorMessageField = value; } } /// public string WarningMessage { get { return this.warningMessageField; } set { this.warningMessageField = value; } } /// public string NotificationMessage { get { return this.notificationMessageField; } set { this.notificationMessageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum AclAccessType { /// Read, /// Write, /// Delete, /// Manager, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void LogonCompletedEventHandler(object sender, LogonCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class LogonCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal LogonCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public LogonReturn Result { get { this.RaiseExceptionIfNecessary(); return ((LogonReturn)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void LogoutCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GetConnectedUserCompletedEventHandler(object sender, GetConnectedUserCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetConnectedUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetConnectedUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public User Result { get { this.RaiseExceptionIfNecessary(); return ((User)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void LogonCreateCompletedEventHandler(object sender, LogonCreateCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class LogonCreateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal LogonCreateCompletedEventArgs(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("wsdl", "2.0.50727.1432")] public delegate void LogonSaveCompletedEventHandler(object sender, LogonSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class LogonSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal LogonSaveCompletedEventArgs(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("wsdl", "2.0.50727.1432")] public delegate void AclGetCompletedEventHandler(object sender, AclGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AclGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AclGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Acl Result { get { this.RaiseExceptionIfNecessary(); return ((Acl)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AclGetFullUserListWithReadRightsCompletedEventHandler(object sender, AclGetFullUserListWithReadRightsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AclGetFullUserListWithReadRightsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AclGetFullUserListWithReadRightsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public User[] Result { get { this.RaiseExceptionIfNecessary(); return ((User[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AclSaveCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AclHasAccessGrantedCompletedEventHandler(object sender, AclHasAccessGrantedCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AclHasAccessGrantedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AclHasAccessGrantedCompletedEventArgs(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("wsdl", "2.0.50727.1432")] public delegate void LogonPrevDateGetCompletedEventHandler(object sender, LogonPrevDateGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class LogonPrevDateGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal LogonPrevDateGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void EclGetCompletedEventHandler(object sender, EclGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class EclGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal EclGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Ecl Result { get { this.RaiseExceptionIfNecessary(); return ((Ecl)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void EclSaveCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="directorySoap", Namespace="http://www.mezzoteam.com/")] [System.Xml.Serialization.XmlIncludeAttribute(typeof(object[]))] public partial class directory : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback WorkspaceSaveOperationCompleted; private System.Threading.SendOrPostCallback WorkspaceDeleteOperationCompleted; private System.Threading.SendOrPostCallback WorkspaceGetListOperationCompleted; private System.Threading.SendOrPostCallback WorkspaceGetListAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback WorkspaceGetFullListAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback WorkspaceGetOperationCompleted; private System.Threading.SendOrPostCallback WorkspaceSearchAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback WorkspaceGetCategoriesOperationCompleted; private System.Threading.SendOrPostCallback GroupGetOperationCompleted; private System.Threading.SendOrPostCallback GroupSaveOperationCompleted; private System.Threading.SendOrPostCallback GroupDeleteOperationCompleted; private System.Threading.SendOrPostCallback GroupAddMembersOperationCompleted; private System.Threading.SendOrPostCallback GroupRemoveMembersOperationCompleted; private System.Threading.SendOrPostCallback GroupSetMembersOperationCompleted; private System.Threading.SendOrPostCallback GroupGetListParentOperationCompleted; private System.Threading.SendOrPostCallback GroupGetListAllParentOperationCompleted; private System.Threading.SendOrPostCallback GroupGetFromNameOperationCompleted; private System.Threading.SendOrPostCallback GroupGetListOperationCompleted; private System.Threading.SendOrPostCallback GroupGetListAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback GroupGetList2OperationCompleted; private System.Threading.SendOrPostCallback OrganizationGetOperationCompleted; private System.Threading.SendOrPostCallback OrganizationSaveOperationCompleted; private System.Threading.SendOrPostCallback OrganizationDeleteOperationCompleted; private System.Threading.SendOrPostCallback UserGetOperationCompleted; private System.Threading.SendOrPostCallback UserGetFromLoginOperationCompleted; private System.Threading.SendOrPostCallback UserSaveOperationCompleted; private System.Threading.SendOrPostCallback DirectoryFileSaveOperationCompleted; private System.Threading.SendOrPostCallback DirectoryFileGetAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback UserAddToWorkspaceOperationCompleted; private System.Threading.SendOrPostCallback UserRemoveFromWorkspaceOperationCompleted; private System.Threading.SendOrPostCallback UserEnableOperationCompleted; private System.Threading.SendOrPostCallback UserDisableOperationCompleted; private System.Threading.SendOrPostCallback UserGetListOperationCompleted; private System.Threading.SendOrPostCallback UserGetList2OperationCompleted; private System.Threading.SendOrPostCallback UserDeleteOperationCompleted; private System.Threading.SendOrPostCallback UserGetListAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback UserGetListFromEmailOperationCompleted; private System.Threading.SendOrPostCallback UserSearchAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback UserGetListFromMemberListOperationCompleted; private System.Threading.SendOrPostCallback TrashWorkspaceOperationCompleted; private System.Threading.SendOrPostCallback WorkspaceGetListToRecycleBinOperationCompleted; private System.Threading.SendOrPostCallback RestoreWorkspaceOperationCompleted; /// public directory() { this.Url = "http://www.mezzoteam.com/ws/directory.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event WorkspaceSaveCompletedEventHandler WorkspaceSaveCompleted; /// public event WorkspaceDeleteCompletedEventHandler WorkspaceDeleteCompleted; /// public event WorkspaceGetListCompletedEventHandler WorkspaceGetListCompleted; /// public event WorkspaceGetListAsDatasetCompletedEventHandler WorkspaceGetListAsDatasetCompleted; /// public event WorkspaceGetFullListAsDatasetCompletedEventHandler WorkspaceGetFullListAsDatasetCompleted; /// public event WorkspaceGetCompletedEventHandler WorkspaceGetCompleted; /// public event WorkspaceSearchAsDatasetCompletedEventHandler WorkspaceSearchAsDatasetCompleted; /// public event WorkspaceGetCategoriesCompletedEventHandler WorkspaceGetCategoriesCompleted; /// public event GroupGetCompletedEventHandler GroupGetCompleted; /// public event GroupSaveCompletedEventHandler GroupSaveCompleted; /// public event GroupDeleteCompletedEventHandler GroupDeleteCompleted; /// public event GroupAddMembersCompletedEventHandler GroupAddMembersCompleted; /// public event GroupRemoveMembersCompletedEventHandler GroupRemoveMembersCompleted; /// public event GroupSetMembersCompletedEventHandler GroupSetMembersCompleted; /// public event GroupGetListParentCompletedEventHandler GroupGetListParentCompleted; /// public event GroupGetListAllParentCompletedEventHandler GroupGetListAllParentCompleted; /// public event GroupGetFromNameCompletedEventHandler GroupGetFromNameCompleted; /// public event GroupGetListCompletedEventHandler GroupGetListCompleted; /// public event GroupGetListAsDataSetCompletedEventHandler GroupGetListAsDataSetCompleted; /// public event GroupGetList2CompletedEventHandler GroupGetList2Completed; /// public event OrganizationGetCompletedEventHandler OrganizationGetCompleted; /// public event OrganizationSaveCompletedEventHandler OrganizationSaveCompleted; /// public event OrganizationDeleteCompletedEventHandler OrganizationDeleteCompleted; /// public event UserGetCompletedEventHandler UserGetCompleted; /// public event UserGetFromLoginCompletedEventHandler UserGetFromLoginCompleted; /// public event UserSaveCompletedEventHandler UserSaveCompleted; /// public event DirectoryFileSaveCompletedEventHandler DirectoryFileSaveCompleted; /// public event DirectoryFileGetAsDatasetCompletedEventHandler DirectoryFileGetAsDatasetCompleted; /// public event UserAddToWorkspaceCompletedEventHandler UserAddToWorkspaceCompleted; /// public event UserRemoveFromWorkspaceCompletedEventHandler UserRemoveFromWorkspaceCompleted; /// public event UserEnableCompletedEventHandler UserEnableCompleted; /// public event UserDisableCompletedEventHandler UserDisableCompleted; /// public event UserGetListCompletedEventHandler UserGetListCompleted; /// public event UserGetList2CompletedEventHandler UserGetList2Completed; /// public event UserDeleteCompletedEventHandler UserDeleteCompleted; /// public event UserGetListAsDatasetCompletedEventHandler UserGetListAsDatasetCompleted; /// public event UserGetListFromEmailCompletedEventHandler UserGetListFromEmailCompleted; /// public event UserSearchAsDatasetCompletedEventHandler UserSearchAsDatasetCompleted; /// public event UserGetListFromMemberListCompletedEventHandler UserGetListFromMemberListCompleted; /// public event TrashWorkspaceCompletedEventHandler TrashWorkspaceCompleted; /// public event WorkspaceGetListToRecycleBinCompletedEventHandler WorkspaceGetListToRecycleBinCompleted; /// public event RestoreWorkspaceCompletedEventHandler RestoreWorkspaceCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkspaceSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Workspace WorkspaceSave(Workspace workspace) { object[] results = this.Invoke("WorkspaceSave", new object[] { workspace}); return ((Workspace)(results[0])); } /// public System.IAsyncResult BeginWorkspaceSave(Workspace workspace, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkspaceSave", new object[] { workspace}, callback, asyncState); } /// public Workspace EndWorkspaceSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Workspace)(results[0])); } /// public void WorkspaceSaveAsync(Workspace workspace) { this.WorkspaceSaveAsync(workspace, null); } /// public void WorkspaceSaveAsync(Workspace workspace, object userState) { if ((this.WorkspaceSaveOperationCompleted == null)) { this.WorkspaceSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkspaceSaveOperationCompleted); } this.InvokeAsync("WorkspaceSave", new object[] { workspace}, this.WorkspaceSaveOperationCompleted, userState); } private void OnWorkspaceSaveOperationCompleted(object arg) { if ((this.WorkspaceSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkspaceSaveCompleted(this, new WorkspaceSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkspaceDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void WorkspaceDelete(string workspaceId) { this.Invoke("WorkspaceDelete", new object[] { workspaceId}); } /// public System.IAsyncResult BeginWorkspaceDelete(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkspaceDelete", new object[] { workspaceId}, callback, asyncState); } /// public void EndWorkspaceDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void WorkspaceDeleteAsync(string workspaceId) { this.WorkspaceDeleteAsync(workspaceId, null); } /// public void WorkspaceDeleteAsync(string workspaceId, object userState) { if ((this.WorkspaceDeleteOperationCompleted == null)) { this.WorkspaceDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkspaceDeleteOperationCompleted); } this.InvokeAsync("WorkspaceDelete", new object[] { workspaceId}, this.WorkspaceDeleteOperationCompleted, userState); } private void OnWorkspaceDeleteOperationCompleted(object arg) { if ((this.WorkspaceDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkspaceDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkspaceGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Workspace[] WorkspaceGetList(User user) { object[] results = this.Invoke("WorkspaceGetList", new object[] { user}); return ((Workspace[])(results[0])); } /// public System.IAsyncResult BeginWorkspaceGetList(User user, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkspaceGetList", new object[] { user}, callback, asyncState); } /// public Workspace[] EndWorkspaceGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Workspace[])(results[0])); } /// public void WorkspaceGetListAsync(User user) { this.WorkspaceGetListAsync(user, null); } /// public void WorkspaceGetListAsync(User user, object userState) { if ((this.WorkspaceGetListOperationCompleted == null)) { this.WorkspaceGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkspaceGetListOperationCompleted); } this.InvokeAsync("WorkspaceGetList", new object[] { user}, this.WorkspaceGetListOperationCompleted, userState); } private void OnWorkspaceGetListOperationCompleted(object arg) { if ((this.WorkspaceGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkspaceGetListCompleted(this, new WorkspaceGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkspaceGetListAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet WorkspaceGetListAsDataset(User user, string category) { object[] results = this.Invoke("WorkspaceGetListAsDataset", new object[] { user, category}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginWorkspaceGetListAsDataset(User user, string category, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkspaceGetListAsDataset", new object[] { user, category}, callback, asyncState); } /// public System.Data.DataSet EndWorkspaceGetListAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void WorkspaceGetListAsDatasetAsync(User user, string category) { this.WorkspaceGetListAsDatasetAsync(user, category, null); } /// public void WorkspaceGetListAsDatasetAsync(User user, string category, object userState) { if ((this.WorkspaceGetListAsDatasetOperationCompleted == null)) { this.WorkspaceGetListAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkspaceGetListAsDatasetOperationCompleted); } this.InvokeAsync("WorkspaceGetListAsDataset", new object[] { user, category}, this.WorkspaceGetListAsDatasetOperationCompleted, userState); } private void OnWorkspaceGetListAsDatasetOperationCompleted(object arg) { if ((this.WorkspaceGetListAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkspaceGetListAsDatasetCompleted(this, new WorkspaceGetListAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkspaceGetFullListAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet WorkspaceGetFullListAsDataset() { object[] results = this.Invoke("WorkspaceGetFullListAsDataset", new object[0]); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginWorkspaceGetFullListAsDataset(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkspaceGetFullListAsDataset", new object[0], callback, asyncState); } /// public System.Data.DataSet EndWorkspaceGetFullListAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void WorkspaceGetFullListAsDatasetAsync() { this.WorkspaceGetFullListAsDatasetAsync(null); } /// public void WorkspaceGetFullListAsDatasetAsync(object userState) { if ((this.WorkspaceGetFullListAsDatasetOperationCompleted == null)) { this.WorkspaceGetFullListAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkspaceGetFullListAsDatasetOperationCompleted); } this.InvokeAsync("WorkspaceGetFullListAsDataset", new object[0], this.WorkspaceGetFullListAsDatasetOperationCompleted, userState); } private void OnWorkspaceGetFullListAsDatasetOperationCompleted(object arg) { if ((this.WorkspaceGetFullListAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkspaceGetFullListAsDatasetCompleted(this, new WorkspaceGetFullListAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkspaceGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Workspace WorkspaceGet(string workspaceId) { object[] results = this.Invoke("WorkspaceGet", new object[] { workspaceId}); return ((Workspace)(results[0])); } /// public System.IAsyncResult BeginWorkspaceGet(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkspaceGet", new object[] { workspaceId}, callback, asyncState); } /// public Workspace EndWorkspaceGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Workspace)(results[0])); } /// public void WorkspaceGetAsync(string workspaceId) { this.WorkspaceGetAsync(workspaceId, null); } /// public void WorkspaceGetAsync(string workspaceId, object userState) { if ((this.WorkspaceGetOperationCompleted == null)) { this.WorkspaceGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkspaceGetOperationCompleted); } this.InvokeAsync("WorkspaceGet", new object[] { workspaceId}, this.WorkspaceGetOperationCompleted, userState); } private void OnWorkspaceGetOperationCompleted(object arg) { if ((this.WorkspaceGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkspaceGetCompleted(this, new WorkspaceGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkspaceSearchAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet WorkspaceSearchAsDataset(User user, string category, string text) { object[] results = this.Invoke("WorkspaceSearchAsDataset", new object[] { user, category, text}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginWorkspaceSearchAsDataset(User user, string category, string text, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkspaceSearchAsDataset", new object[] { user, category, text}, callback, asyncState); } /// public System.Data.DataSet EndWorkspaceSearchAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void WorkspaceSearchAsDatasetAsync(User user, string category, string text) { this.WorkspaceSearchAsDatasetAsync(user, category, text, null); } /// public void WorkspaceSearchAsDatasetAsync(User user, string category, string text, object userState) { if ((this.WorkspaceSearchAsDatasetOperationCompleted == null)) { this.WorkspaceSearchAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkspaceSearchAsDatasetOperationCompleted); } this.InvokeAsync("WorkspaceSearchAsDataset", new object[] { user, category, text}, this.WorkspaceSearchAsDatasetOperationCompleted, userState); } private void OnWorkspaceSearchAsDatasetOperationCompleted(object arg) { if ((this.WorkspaceSearchAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkspaceSearchAsDatasetCompleted(this, new WorkspaceSearchAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkspaceGetCategories", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet WorkspaceGetCategories() { object[] results = this.Invoke("WorkspaceGetCategories", new object[0]); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginWorkspaceGetCategories(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkspaceGetCategories", new object[0], callback, asyncState); } /// public System.Data.DataSet EndWorkspaceGetCategories(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void WorkspaceGetCategoriesAsync() { this.WorkspaceGetCategoriesAsync(null); } /// public void WorkspaceGetCategoriesAsync(object userState) { if ((this.WorkspaceGetCategoriesOperationCompleted == null)) { this.WorkspaceGetCategoriesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkspaceGetCategoriesOperationCompleted); } this.InvokeAsync("WorkspaceGetCategories", new object[0], this.WorkspaceGetCategoriesOperationCompleted, userState); } private void OnWorkspaceGetCategoriesOperationCompleted(object arg) { if ((this.WorkspaceGetCategoriesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkspaceGetCategoriesCompleted(this, new WorkspaceGetCategoriesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Group GroupGet(string groupId) { object[] results = this.Invoke("GroupGet", new object[] { groupId}); return ((Group)(results[0])); } /// public System.IAsyncResult BeginGroupGet(string groupId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupGet", new object[] { groupId}, callback, asyncState); } /// public Group EndGroupGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Group)(results[0])); } /// public void GroupGetAsync(string groupId) { this.GroupGetAsync(groupId, null); } /// public void GroupGetAsync(string groupId, object userState) { if ((this.GroupGetOperationCompleted == null)) { this.GroupGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupGetOperationCompleted); } this.InvokeAsync("GroupGet", new object[] { groupId}, this.GroupGetOperationCompleted, userState); } private void OnGroupGetOperationCompleted(object arg) { if ((this.GroupGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupGetCompleted(this, new GroupGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Group GroupSave(Group group) { object[] results = this.Invoke("GroupSave", new object[] { group}); return ((Group)(results[0])); } /// public System.IAsyncResult BeginGroupSave(Group group, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupSave", new object[] { group}, callback, asyncState); } /// public Group EndGroupSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Group)(results[0])); } /// public void GroupSaveAsync(Group group) { this.GroupSaveAsync(group, null); } /// public void GroupSaveAsync(Group group, object userState) { if ((this.GroupSaveOperationCompleted == null)) { this.GroupSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupSaveOperationCompleted); } this.InvokeAsync("GroupSave", new object[] { group}, this.GroupSaveOperationCompleted, userState); } private void OnGroupSaveOperationCompleted(object arg) { if ((this.GroupSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupSaveCompleted(this, new GroupSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void GroupDelete(string groupId) { this.Invoke("GroupDelete", new object[] { groupId}); } /// public System.IAsyncResult BeginGroupDelete(string groupId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupDelete", new object[] { groupId}, callback, asyncState); } /// public void EndGroupDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void GroupDeleteAsync(string groupId) { this.GroupDeleteAsync(groupId, null); } /// public void GroupDeleteAsync(string groupId, object userState) { if ((this.GroupDeleteOperationCompleted == null)) { this.GroupDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupDeleteOperationCompleted); } this.InvokeAsync("GroupDelete", new object[] { groupId}, this.GroupDeleteOperationCompleted, userState); } private void OnGroupDeleteOperationCompleted(object arg) { if ((this.GroupDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupAddMembers", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Group GroupAddMembers(string groupId, MemberList memberList) { object[] results = this.Invoke("GroupAddMembers", new object[] { groupId, memberList}); return ((Group)(results[0])); } /// public System.IAsyncResult BeginGroupAddMembers(string groupId, MemberList memberList, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupAddMembers", new object[] { groupId, memberList}, callback, asyncState); } /// public Group EndGroupAddMembers(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Group)(results[0])); } /// public void GroupAddMembersAsync(string groupId, MemberList memberList) { this.GroupAddMembersAsync(groupId, memberList, null); } /// public void GroupAddMembersAsync(string groupId, MemberList memberList, object userState) { if ((this.GroupAddMembersOperationCompleted == null)) { this.GroupAddMembersOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupAddMembersOperationCompleted); } this.InvokeAsync("GroupAddMembers", new object[] { groupId, memberList}, this.GroupAddMembersOperationCompleted, userState); } private void OnGroupAddMembersOperationCompleted(object arg) { if ((this.GroupAddMembersCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupAddMembersCompleted(this, new GroupAddMembersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupRemoveMembers", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Group GroupRemoveMembers(string groupId, MemberList memberList) { object[] results = this.Invoke("GroupRemoveMembers", new object[] { groupId, memberList}); return ((Group)(results[0])); } /// public System.IAsyncResult BeginGroupRemoveMembers(string groupId, MemberList memberList, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupRemoveMembers", new object[] { groupId, memberList}, callback, asyncState); } /// public Group EndGroupRemoveMembers(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Group)(results[0])); } /// public void GroupRemoveMembersAsync(string groupId, MemberList memberList) { this.GroupRemoveMembersAsync(groupId, memberList, null); } /// public void GroupRemoveMembersAsync(string groupId, MemberList memberList, object userState) { if ((this.GroupRemoveMembersOperationCompleted == null)) { this.GroupRemoveMembersOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupRemoveMembersOperationCompleted); } this.InvokeAsync("GroupRemoveMembers", new object[] { groupId, memberList}, this.GroupRemoveMembersOperationCompleted, userState); } private void OnGroupRemoveMembersOperationCompleted(object arg) { if ((this.GroupRemoveMembersCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupRemoveMembersCompleted(this, new GroupRemoveMembersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupSetMembers", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Group GroupSetMembers(string groupId, MemberList memberList) { object[] results = this.Invoke("GroupSetMembers", new object[] { groupId, memberList}); return ((Group)(results[0])); } /// public System.IAsyncResult BeginGroupSetMembers(string groupId, MemberList memberList, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupSetMembers", new object[] { groupId, memberList}, callback, asyncState); } /// public Group EndGroupSetMembers(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Group)(results[0])); } /// public void GroupSetMembersAsync(string groupId, MemberList memberList) { this.GroupSetMembersAsync(groupId, memberList, null); } /// public void GroupSetMembersAsync(string groupId, MemberList memberList, object userState) { if ((this.GroupSetMembersOperationCompleted == null)) { this.GroupSetMembersOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupSetMembersOperationCompleted); } this.InvokeAsync("GroupSetMembers", new object[] { groupId, memberList}, this.GroupSetMembersOperationCompleted, userState); } private void OnGroupSetMembersOperationCompleted(object arg) { if ((this.GroupSetMembersCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupSetMembersCompleted(this, new GroupSetMembersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupGetListParent", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Group[] GroupGetListParent(bool isUser, string id, GroupTypes groupTypes, string workspaceId) { object[] results = this.Invoke("GroupGetListParent", new object[] { isUser, id, groupTypes, workspaceId}); return ((Group[])(results[0])); } /// public System.IAsyncResult BeginGroupGetListParent(bool isUser, string id, GroupTypes groupTypes, string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupGetListParent", new object[] { isUser, id, groupTypes, workspaceId}, callback, asyncState); } /// public Group[] EndGroupGetListParent(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Group[])(results[0])); } /// public void GroupGetListParentAsync(bool isUser, string id, GroupTypes groupTypes, string workspaceId) { this.GroupGetListParentAsync(isUser, id, groupTypes, workspaceId, null); } /// public void GroupGetListParentAsync(bool isUser, string id, GroupTypes groupTypes, string workspaceId, object userState) { if ((this.GroupGetListParentOperationCompleted == null)) { this.GroupGetListParentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupGetListParentOperationCompleted); } this.InvokeAsync("GroupGetListParent", new object[] { isUser, id, groupTypes, workspaceId}, this.GroupGetListParentOperationCompleted, userState); } private void OnGroupGetListParentOperationCompleted(object arg) { if ((this.GroupGetListParentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupGetListParentCompleted(this, new GroupGetListParentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupGetListAllParent", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Group[] GroupGetListAllParent(bool isUser, string id, GroupTypes groupTypes, string workspaceId) { object[] results = this.Invoke("GroupGetListAllParent", new object[] { isUser, id, groupTypes, workspaceId}); return ((Group[])(results[0])); } /// public System.IAsyncResult BeginGroupGetListAllParent(bool isUser, string id, GroupTypes groupTypes, string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupGetListAllParent", new object[] { isUser, id, groupTypes, workspaceId}, callback, asyncState); } /// public Group[] EndGroupGetListAllParent(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Group[])(results[0])); } /// public void GroupGetListAllParentAsync(bool isUser, string id, GroupTypes groupTypes, string workspaceId) { this.GroupGetListAllParentAsync(isUser, id, groupTypes, workspaceId, null); } /// public void GroupGetListAllParentAsync(bool isUser, string id, GroupTypes groupTypes, string workspaceId, object userState) { if ((this.GroupGetListAllParentOperationCompleted == null)) { this.GroupGetListAllParentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupGetListAllParentOperationCompleted); } this.InvokeAsync("GroupGetListAllParent", new object[] { isUser, id, groupTypes, workspaceId}, this.GroupGetListAllParentOperationCompleted, userState); } private void OnGroupGetListAllParentOperationCompleted(object arg) { if ((this.GroupGetListAllParentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupGetListAllParentCompleted(this, new GroupGetListAllParentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupGetFromName", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Group GroupGetFromName(string groupName, string workspaceId) { object[] results = this.Invoke("GroupGetFromName", new object[] { groupName, workspaceId}); return ((Group)(results[0])); } /// public System.IAsyncResult BeginGroupGetFromName(string groupName, string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupGetFromName", new object[] { groupName, workspaceId}, callback, asyncState); } /// public Group EndGroupGetFromName(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Group)(results[0])); } /// public void GroupGetFromNameAsync(string groupName, string workspaceId) { this.GroupGetFromNameAsync(groupName, workspaceId, null); } /// public void GroupGetFromNameAsync(string groupName, string workspaceId, object userState) { if ((this.GroupGetFromNameOperationCompleted == null)) { this.GroupGetFromNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupGetFromNameOperationCompleted); } this.InvokeAsync("GroupGetFromName", new object[] { groupName, workspaceId}, this.GroupGetFromNameOperationCompleted, userState); } private void OnGroupGetFromNameOperationCompleted(object arg) { if ((this.GroupGetFromNameCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupGetFromNameCompleted(this, new GroupGetFromNameCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Group[] GroupGetList(string workspaceId, GroupTypes groupType) { object[] results = this.Invoke("GroupGetList", new object[] { workspaceId, groupType}); return ((Group[])(results[0])); } /// public System.IAsyncResult BeginGroupGetList(string workspaceId, GroupTypes groupType, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupGetList", new object[] { workspaceId, groupType}, callback, asyncState); } /// public Group[] EndGroupGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Group[])(results[0])); } /// public void GroupGetListAsync(string workspaceId, GroupTypes groupType) { this.GroupGetListAsync(workspaceId, groupType, null); } /// public void GroupGetListAsync(string workspaceId, GroupTypes groupType, object userState) { if ((this.GroupGetListOperationCompleted == null)) { this.GroupGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupGetListOperationCompleted); } this.InvokeAsync("GroupGetList", new object[] { workspaceId, groupType}, this.GroupGetListOperationCompleted, userState); } private void OnGroupGetListOperationCompleted(object arg) { if ((this.GroupGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupGetListCompleted(this, new GroupGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupGetListAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet GroupGetListAsDataSet(string workspaceId, GroupTypes groupType) { object[] results = this.Invoke("GroupGetListAsDataSet", new object[] { workspaceId, groupType}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginGroupGetListAsDataSet(string workspaceId, GroupTypes groupType, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupGetListAsDataSet", new object[] { workspaceId, groupType}, callback, asyncState); } /// public System.Data.DataSet EndGroupGetListAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void GroupGetListAsDataSetAsync(string workspaceId, GroupTypes groupType) { this.GroupGetListAsDataSetAsync(workspaceId, groupType, null); } /// public void GroupGetListAsDataSetAsync(string workspaceId, GroupTypes groupType, object userState) { if ((this.GroupGetListAsDataSetOperationCompleted == null)) { this.GroupGetListAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupGetListAsDataSetOperationCompleted); } this.InvokeAsync("GroupGetListAsDataSet", new object[] { workspaceId, groupType}, this.GroupGetListAsDataSetOperationCompleted, userState); } private void OnGroupGetListAsDataSetOperationCompleted(object arg) { if ((this.GroupGetListAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupGetListAsDataSetCompleted(this, new GroupGetListAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GroupGetList2", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Group[] GroupGetList2(string[] groupIdList) { object[] results = this.Invoke("GroupGetList2", new object[] { groupIdList}); return ((Group[])(results[0])); } /// public System.IAsyncResult BeginGroupGetList2(string[] groupIdList, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GroupGetList2", new object[] { groupIdList}, callback, asyncState); } /// public Group[] EndGroupGetList2(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Group[])(results[0])); } /// public void GroupGetList2Async(string[] groupIdList) { this.GroupGetList2Async(groupIdList, null); } /// public void GroupGetList2Async(string[] groupIdList, object userState) { if ((this.GroupGetList2OperationCompleted == null)) { this.GroupGetList2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGroupGetList2OperationCompleted); } this.InvokeAsync("GroupGetList2", new object[] { groupIdList}, this.GroupGetList2OperationCompleted, userState); } private void OnGroupGetList2OperationCompleted(object arg) { if ((this.GroupGetList2Completed != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GroupGetList2Completed(this, new GroupGetList2CompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/OrganizationGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Organization OrganizationGet(string organizationId) { object[] results = this.Invoke("OrganizationGet", new object[] { organizationId}); return ((Organization)(results[0])); } /// public System.IAsyncResult BeginOrganizationGet(string organizationId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("OrganizationGet", new object[] { organizationId}, callback, asyncState); } /// public Organization EndOrganizationGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Organization)(results[0])); } /// public void OrganizationGetAsync(string organizationId) { this.OrganizationGetAsync(organizationId, null); } /// public void OrganizationGetAsync(string organizationId, object userState) { if ((this.OrganizationGetOperationCompleted == null)) { this.OrganizationGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnOrganizationGetOperationCompleted); } this.InvokeAsync("OrganizationGet", new object[] { organizationId}, this.OrganizationGetOperationCompleted, userState); } private void OnOrganizationGetOperationCompleted(object arg) { if ((this.OrganizationGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.OrganizationGetCompleted(this, new OrganizationGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/OrganizationSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Organization OrganizationSave(Organization organization) { object[] results = this.Invoke("OrganizationSave", new object[] { organization}); return ((Organization)(results[0])); } /// public System.IAsyncResult BeginOrganizationSave(Organization organization, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("OrganizationSave", new object[] { organization}, callback, asyncState); } /// public Organization EndOrganizationSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Organization)(results[0])); } /// public void OrganizationSaveAsync(Organization organization) { this.OrganizationSaveAsync(organization, null); } /// public void OrganizationSaveAsync(Organization organization, object userState) { if ((this.OrganizationSaveOperationCompleted == null)) { this.OrganizationSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnOrganizationSaveOperationCompleted); } this.InvokeAsync("OrganizationSave", new object[] { organization}, this.OrganizationSaveOperationCompleted, userState); } private void OnOrganizationSaveOperationCompleted(object arg) { if ((this.OrganizationSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.OrganizationSaveCompleted(this, new OrganizationSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/OrganizationDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void OrganizationDelete(string organizationId) { this.Invoke("OrganizationDelete", new object[] { organizationId}); } /// public System.IAsyncResult BeginOrganizationDelete(string organizationId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("OrganizationDelete", new object[] { organizationId}, callback, asyncState); } /// public void EndOrganizationDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void OrganizationDeleteAsync(string organizationId) { this.OrganizationDeleteAsync(organizationId, null); } /// public void OrganizationDeleteAsync(string organizationId, object userState) { if ((this.OrganizationDeleteOperationCompleted == null)) { this.OrganizationDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnOrganizationDeleteOperationCompleted); } this.InvokeAsync("OrganizationDelete", new object[] { organizationId}, this.OrganizationDeleteOperationCompleted, userState); } private void OnOrganizationDeleteOperationCompleted(object arg) { if ((this.OrganizationDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.OrganizationDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public User UserGet(string userId, string workspaceId) { object[] results = this.Invoke("UserGet", new object[] { userId, workspaceId}); return ((User)(results[0])); } /// public System.IAsyncResult BeginUserGet(string userId, string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserGet", new object[] { userId, workspaceId}, callback, asyncState); } /// public User EndUserGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((User)(results[0])); } /// public void UserGetAsync(string userId, string workspaceId) { this.UserGetAsync(userId, workspaceId, null); } /// public void UserGetAsync(string userId, string workspaceId, object userState) { if ((this.UserGetOperationCompleted == null)) { this.UserGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserGetOperationCompleted); } this.InvokeAsync("UserGet", new object[] { userId, workspaceId}, this.UserGetOperationCompleted, userState); } private void OnUserGetOperationCompleted(object arg) { if ((this.UserGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserGetCompleted(this, new UserGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserGetFromLogin", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public User UserGetFromLogin(string login) { object[] results = this.Invoke("UserGetFromLogin", new object[] { login}); return ((User)(results[0])); } /// public System.IAsyncResult BeginUserGetFromLogin(string login, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserGetFromLogin", new object[] { login}, callback, asyncState); } /// public User EndUserGetFromLogin(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((User)(results[0])); } /// public void UserGetFromLoginAsync(string login) { this.UserGetFromLoginAsync(login, null); } /// public void UserGetFromLoginAsync(string login, object userState) { if ((this.UserGetFromLoginOperationCompleted == null)) { this.UserGetFromLoginOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserGetFromLoginOperationCompleted); } this.InvokeAsync("UserGetFromLogin", new object[] { login}, this.UserGetFromLoginOperationCompleted, userState); } private void OnUserGetFromLoginOperationCompleted(object arg) { if ((this.UserGetFromLoginCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserGetFromLoginCompleted(this, new UserGetFromLoginCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public User UserSave(User user) { object[] results = this.Invoke("UserSave", new object[] { user}); return ((User)(results[0])); } /// public System.IAsyncResult BeginUserSave(User user, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserSave", new object[] { user}, callback, asyncState); } /// public User EndUserSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((User)(results[0])); } /// public void UserSaveAsync(User user) { this.UserSaveAsync(user, null); } /// public void UserSaveAsync(User user, object userState) { if ((this.UserSaveOperationCompleted == null)) { this.UserSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserSaveOperationCompleted); } this.InvokeAsync("UserSave", new object[] { user}, this.UserSaveOperationCompleted, userState); } private void OnUserSaveOperationCompleted(object arg) { if ((this.UserSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserSaveCompleted(this, new UserSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DirectoryFileSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void DirectoryFileSave(string directoryId, string photoFileName, string photoFileTypeMime, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] byte[] photoFileContent) { this.Invoke("DirectoryFileSave", new object[] { directoryId, photoFileName, photoFileTypeMime, photoFileContent}); } /// public System.IAsyncResult BeginDirectoryFileSave(string directoryId, string photoFileName, string photoFileTypeMime, byte[] photoFileContent, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DirectoryFileSave", new object[] { directoryId, photoFileName, photoFileTypeMime, photoFileContent}, callback, asyncState); } /// public void EndDirectoryFileSave(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void DirectoryFileSaveAsync(string directoryId, string photoFileName, string photoFileTypeMime, byte[] photoFileContent) { this.DirectoryFileSaveAsync(directoryId, photoFileName, photoFileTypeMime, photoFileContent, null); } /// public void DirectoryFileSaveAsync(string directoryId, string photoFileName, string photoFileTypeMime, byte[] photoFileContent, object userState) { if ((this.DirectoryFileSaveOperationCompleted == null)) { this.DirectoryFileSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDirectoryFileSaveOperationCompleted); } this.InvokeAsync("DirectoryFileSave", new object[] { directoryId, photoFileName, photoFileTypeMime, photoFileContent}, this.DirectoryFileSaveOperationCompleted, userState); } private void OnDirectoryFileSaveOperationCompleted(object arg) { if ((this.DirectoryFileSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DirectoryFileSaveCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DirectoryFileGetAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet DirectoryFileGetAsDataset(string directoryId, bool iconOnly) { object[] results = this.Invoke("DirectoryFileGetAsDataset", new object[] { directoryId, iconOnly}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginDirectoryFileGetAsDataset(string directoryId, bool iconOnly, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DirectoryFileGetAsDataset", new object[] { directoryId, iconOnly}, callback, asyncState); } /// public System.Data.DataSet EndDirectoryFileGetAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void DirectoryFileGetAsDatasetAsync(string directoryId, bool iconOnly) { this.DirectoryFileGetAsDatasetAsync(directoryId, iconOnly, null); } /// public void DirectoryFileGetAsDatasetAsync(string directoryId, bool iconOnly, object userState) { if ((this.DirectoryFileGetAsDatasetOperationCompleted == null)) { this.DirectoryFileGetAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDirectoryFileGetAsDatasetOperationCompleted); } this.InvokeAsync("DirectoryFileGetAsDataset", new object[] { directoryId, iconOnly}, this.DirectoryFileGetAsDatasetOperationCompleted, userState); } private void OnDirectoryFileGetAsDatasetOperationCompleted(object arg) { if ((this.DirectoryFileGetAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DirectoryFileGetAsDatasetCompleted(this, new DirectoryFileGetAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserAddToWorkspace", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void UserAddToWorkspace(string userId, string workspaceId) { this.Invoke("UserAddToWorkspace", new object[] { userId, workspaceId}); } /// public System.IAsyncResult BeginUserAddToWorkspace(string userId, string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserAddToWorkspace", new object[] { userId, workspaceId}, callback, asyncState); } /// public void EndUserAddToWorkspace(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void UserAddToWorkspaceAsync(string userId, string workspaceId) { this.UserAddToWorkspaceAsync(userId, workspaceId, null); } /// public void UserAddToWorkspaceAsync(string userId, string workspaceId, object userState) { if ((this.UserAddToWorkspaceOperationCompleted == null)) { this.UserAddToWorkspaceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserAddToWorkspaceOperationCompleted); } this.InvokeAsync("UserAddToWorkspace", new object[] { userId, workspaceId}, this.UserAddToWorkspaceOperationCompleted, userState); } private void OnUserAddToWorkspaceOperationCompleted(object arg) { if ((this.UserAddToWorkspaceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserAddToWorkspaceCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserRemoveFromWorkspace", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void UserRemoveFromWorkspace(string userId, string workspaceId) { this.Invoke("UserRemoveFromWorkspace", new object[] { userId, workspaceId}); } /// public System.IAsyncResult BeginUserRemoveFromWorkspace(string userId, string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserRemoveFromWorkspace", new object[] { userId, workspaceId}, callback, asyncState); } /// public void EndUserRemoveFromWorkspace(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void UserRemoveFromWorkspaceAsync(string userId, string workspaceId) { this.UserRemoveFromWorkspaceAsync(userId, workspaceId, null); } /// public void UserRemoveFromWorkspaceAsync(string userId, string workspaceId, object userState) { if ((this.UserRemoveFromWorkspaceOperationCompleted == null)) { this.UserRemoveFromWorkspaceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserRemoveFromWorkspaceOperationCompleted); } this.InvokeAsync("UserRemoveFromWorkspace", new object[] { userId, workspaceId}, this.UserRemoveFromWorkspaceOperationCompleted, userState); } private void OnUserRemoveFromWorkspaceOperationCompleted(object arg) { if ((this.UserRemoveFromWorkspaceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserRemoveFromWorkspaceCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserEnable", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void UserEnable(string userId) { this.Invoke("UserEnable", new object[] { userId}); } /// public System.IAsyncResult BeginUserEnable(string userId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserEnable", new object[] { userId}, callback, asyncState); } /// public void EndUserEnable(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void UserEnableAsync(string userId) { this.UserEnableAsync(userId, null); } /// public void UserEnableAsync(string userId, object userState) { if ((this.UserEnableOperationCompleted == null)) { this.UserEnableOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserEnableOperationCompleted); } this.InvokeAsync("UserEnable", new object[] { userId}, this.UserEnableOperationCompleted, userState); } private void OnUserEnableOperationCompleted(object arg) { if ((this.UserEnableCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserEnableCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserDisable", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void UserDisable(string userId) { this.Invoke("UserDisable", new object[] { userId}); } /// public System.IAsyncResult BeginUserDisable(string userId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserDisable", new object[] { userId}, callback, asyncState); } /// public void EndUserDisable(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void UserDisableAsync(string userId) { this.UserDisableAsync(userId, null); } /// public void UserDisableAsync(string userId, object userState) { if ((this.UserDisableOperationCompleted == null)) { this.UserDisableOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserDisableOperationCompleted); } this.InvokeAsync("UserDisable", new object[] { userId}, this.UserDisableOperationCompleted, userState); } private void OnUserDisableOperationCompleted(object arg) { if ((this.UserDisableCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserDisableCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public User[] UserGetList(string workspaceId) { object[] results = this.Invoke("UserGetList", new object[] { workspaceId}); return ((User[])(results[0])); } /// public System.IAsyncResult BeginUserGetList(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserGetList", new object[] { workspaceId}, callback, asyncState); } /// public User[] EndUserGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((User[])(results[0])); } /// public void UserGetListAsync(string workspaceId) { this.UserGetListAsync(workspaceId, null); } /// public void UserGetListAsync(string workspaceId, object userState) { if ((this.UserGetListOperationCompleted == null)) { this.UserGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserGetListOperationCompleted); } this.InvokeAsync("UserGetList", new object[] { workspaceId}, this.UserGetListOperationCompleted, userState); } private void OnUserGetListOperationCompleted(object arg) { if ((this.UserGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserGetListCompleted(this, new UserGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserGetList2", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public User[] UserGetList2(string[] userIdList) { object[] results = this.Invoke("UserGetList2", new object[] { userIdList}); return ((User[])(results[0])); } /// public System.IAsyncResult BeginUserGetList2(string[] userIdList, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserGetList2", new object[] { userIdList}, callback, asyncState); } /// public User[] EndUserGetList2(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((User[])(results[0])); } /// public void UserGetList2Async(string[] userIdList) { this.UserGetList2Async(userIdList, null); } /// public void UserGetList2Async(string[] userIdList, object userState) { if ((this.UserGetList2OperationCompleted == null)) { this.UserGetList2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserGetList2OperationCompleted); } this.InvokeAsync("UserGetList2", new object[] { userIdList}, this.UserGetList2OperationCompleted, userState); } private void OnUserGetList2OperationCompleted(object arg) { if ((this.UserGetList2Completed != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserGetList2Completed(this, new UserGetList2CompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void UserDelete(string userId) { this.Invoke("UserDelete", new object[] { userId}); } /// public System.IAsyncResult BeginUserDelete(string userId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserDelete", new object[] { userId}, callback, asyncState); } /// public void EndUserDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void UserDeleteAsync(string userId) { this.UserDeleteAsync(userId, null); } /// public void UserDeleteAsync(string userId, object userState) { if ((this.UserDeleteOperationCompleted == null)) { this.UserDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserDeleteOperationCompleted); } this.InvokeAsync("UserDelete", new object[] { userId}, this.UserDeleteOperationCompleted, userState); } private void OnUserDeleteOperationCompleted(object arg) { if ((this.UserDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserGetListAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet UserGetListAsDataset(string workspaceId, string category) { object[] results = this.Invoke("UserGetListAsDataset", new object[] { workspaceId, category}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginUserGetListAsDataset(string workspaceId, string category, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserGetListAsDataset", new object[] { workspaceId, category}, callback, asyncState); } /// public System.Data.DataSet EndUserGetListAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void UserGetListAsDatasetAsync(string workspaceId, string category) { this.UserGetListAsDatasetAsync(workspaceId, category, null); } /// public void UserGetListAsDatasetAsync(string workspaceId, string category, object userState) { if ((this.UserGetListAsDatasetOperationCompleted == null)) { this.UserGetListAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserGetListAsDatasetOperationCompleted); } this.InvokeAsync("UserGetListAsDataset", new object[] { workspaceId, category}, this.UserGetListAsDatasetOperationCompleted, userState); } private void OnUserGetListAsDatasetOperationCompleted(object arg) { if ((this.UserGetListAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserGetListAsDatasetCompleted(this, new UserGetListAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserGetListFromEmail", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public object[] UserGetListFromEmail(string email, string workspaceid) { object[] results = this.Invoke("UserGetListFromEmail", new object[] { email, workspaceid}); return ((object[])(results[0])); } /// public System.IAsyncResult BeginUserGetListFromEmail(string email, string workspaceid, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserGetListFromEmail", new object[] { email, workspaceid}, callback, asyncState); } /// public object[] EndUserGetListFromEmail(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((object[])(results[0])); } /// public void UserGetListFromEmailAsync(string email, string workspaceid) { this.UserGetListFromEmailAsync(email, workspaceid, null); } /// public void UserGetListFromEmailAsync(string email, string workspaceid, object userState) { if ((this.UserGetListFromEmailOperationCompleted == null)) { this.UserGetListFromEmailOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserGetListFromEmailOperationCompleted); } this.InvokeAsync("UserGetListFromEmail", new object[] { email, workspaceid}, this.UserGetListFromEmailOperationCompleted, userState); } private void OnUserGetListFromEmailOperationCompleted(object arg) { if ((this.UserGetListFromEmailCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserGetListFromEmailCompleted(this, new UserGetListFromEmailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserSearchAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet UserSearchAsDataset(string workspaceId, string category, string text) { object[] results = this.Invoke("UserSearchAsDataset", new object[] { workspaceId, category, text}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginUserSearchAsDataset(string workspaceId, string category, string text, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserSearchAsDataset", new object[] { workspaceId, category, text}, callback, asyncState); } /// public System.Data.DataSet EndUserSearchAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void UserSearchAsDatasetAsync(string workspaceId, string category, string text) { this.UserSearchAsDatasetAsync(workspaceId, category, text, null); } /// public void UserSearchAsDatasetAsync(string workspaceId, string category, string text, object userState) { if ((this.UserSearchAsDatasetOperationCompleted == null)) { this.UserSearchAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserSearchAsDatasetOperationCompleted); } this.InvokeAsync("UserSearchAsDataset", new object[] { workspaceId, category, text}, this.UserSearchAsDatasetOperationCompleted, userState); } private void OnUserSearchAsDatasetOperationCompleted(object arg) { if ((this.UserSearchAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserSearchAsDatasetCompleted(this, new UserSearchAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/UserGetListFromMemberList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public User[] UserGetListFromMemberList(MemberList list) { object[] results = this.Invoke("UserGetListFromMemberList", new object[] { list}); return ((User[])(results[0])); } /// public System.IAsyncResult BeginUserGetListFromMemberList(MemberList list, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UserGetListFromMemberList", new object[] { list}, callback, asyncState); } /// public User[] EndUserGetListFromMemberList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((User[])(results[0])); } /// public void UserGetListFromMemberListAsync(MemberList list) { this.UserGetListFromMemberListAsync(list, null); } /// public void UserGetListFromMemberListAsync(MemberList list, object userState) { if ((this.UserGetListFromMemberListOperationCompleted == null)) { this.UserGetListFromMemberListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUserGetListFromMemberListOperationCompleted); } this.InvokeAsync("UserGetListFromMemberList", new object[] { list}, this.UserGetListFromMemberListOperationCompleted, userState); } private void OnUserGetListFromMemberListOperationCompleted(object arg) { if ((this.UserGetListFromMemberListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UserGetListFromMemberListCompleted(this, new UserGetListFromMemberListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TrashWorkspace", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void TrashWorkspace(string workspaceId) { this.Invoke("TrashWorkspace", new object[] { workspaceId}); } /// public System.IAsyncResult BeginTrashWorkspace(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TrashWorkspace", new object[] { workspaceId}, callback, asyncState); } /// public void EndTrashWorkspace(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void TrashWorkspaceAsync(string workspaceId) { this.TrashWorkspaceAsync(workspaceId, null); } /// public void TrashWorkspaceAsync(string workspaceId, object userState) { if ((this.TrashWorkspaceOperationCompleted == null)) { this.TrashWorkspaceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTrashWorkspaceOperationCompleted); } this.InvokeAsync("TrashWorkspace", new object[] { workspaceId}, this.TrashWorkspaceOperationCompleted, userState); } private void OnTrashWorkspaceOperationCompleted(object arg) { if ((this.TrashWorkspaceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TrashWorkspaceCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkspaceGetListToRecycleBin", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet WorkspaceGetListToRecycleBin(User user, string category) { object[] results = this.Invoke("WorkspaceGetListToRecycleBin", new object[] { user, category}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginWorkspaceGetListToRecycleBin(User user, string category, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkspaceGetListToRecycleBin", new object[] { user, category}, callback, asyncState); } /// public System.Data.DataSet EndWorkspaceGetListToRecycleBin(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void WorkspaceGetListToRecycleBinAsync(User user, string category) { this.WorkspaceGetListToRecycleBinAsync(user, category, null); } /// public void WorkspaceGetListToRecycleBinAsync(User user, string category, object userState) { if ((this.WorkspaceGetListToRecycleBinOperationCompleted == null)) { this.WorkspaceGetListToRecycleBinOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkspaceGetListToRecycleBinOperationCompleted); } this.InvokeAsync("WorkspaceGetListToRecycleBin", new object[] { user, category}, this.WorkspaceGetListToRecycleBinOperationCompleted, userState); } private void OnWorkspaceGetListToRecycleBinOperationCompleted(object arg) { if ((this.WorkspaceGetListToRecycleBinCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkspaceGetListToRecycleBinCompleted(this, new WorkspaceGetListToRecycleBinCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/RestoreWorkspace", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void RestoreWorkspace(string workspaceId) { this.Invoke("RestoreWorkspace", new object[] { workspaceId}); } /// public System.IAsyncResult BeginRestoreWorkspace(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("RestoreWorkspace", new object[] { workspaceId}, callback, asyncState); } /// public void EndRestoreWorkspace(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void RestoreWorkspaceAsync(string workspaceId) { this.RestoreWorkspaceAsync(workspaceId, null); } /// public void RestoreWorkspaceAsync(string workspaceId, object userState) { if ((this.RestoreWorkspaceOperationCompleted == null)) { this.RestoreWorkspaceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRestoreWorkspaceOperationCompleted); } this.InvokeAsync("RestoreWorkspace", new object[] { workspaceId}, this.RestoreWorkspaceOperationCompleted, userState); } private void OnRestoreWorkspaceOperationCompleted(object arg) { if ((this.RestoreWorkspaceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.RestoreWorkspaceCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Organization : Group { private string zipCodeField; private string stateField; private string countryField; private string cityField; private string emailField; private string addressField; private string phoneNumberField; private string faxNumberField; private string webSiteField; /// public string ZipCode { get { return this.zipCodeField; } set { this.zipCodeField = value; } } /// public string State { get { return this.stateField; } set { this.stateField = value; } } /// public string Country { get { return this.countryField; } set { this.countryField = value; } } /// public string City { get { return this.cityField; } set { this.cityField = value; } } /// public string Email { get { return this.emailField; } set { this.emailField = value; } } /// public string Address { get { return this.addressField; } set { this.addressField = value; } } /// public string PhoneNumber { get { return this.phoneNumberField; } set { this.phoneNumberField = value; } } /// public string FaxNumber { get { return this.faxNumberField; } set { this.faxNumberField = value; } } /// public string WebSite { get { return this.webSiteField; } set { this.webSiteField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkspaceSaveCompletedEventHandler(object sender, WorkspaceSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkspaceSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkspaceSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Workspace Result { get { this.RaiseExceptionIfNecessary(); return ((Workspace)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkspaceDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkspaceGetListCompletedEventHandler(object sender, WorkspaceGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkspaceGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkspaceGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Workspace[] Result { get { this.RaiseExceptionIfNecessary(); return ((Workspace[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkspaceGetListAsDatasetCompletedEventHandler(object sender, WorkspaceGetListAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkspaceGetListAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkspaceGetListAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkspaceGetFullListAsDatasetCompletedEventHandler(object sender, WorkspaceGetFullListAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkspaceGetFullListAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkspaceGetFullListAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkspaceGetCompletedEventHandler(object sender, WorkspaceGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkspaceGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkspaceGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Workspace Result { get { this.RaiseExceptionIfNecessary(); return ((Workspace)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkspaceSearchAsDatasetCompletedEventHandler(object sender, WorkspaceSearchAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkspaceSearchAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkspaceSearchAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkspaceGetCategoriesCompletedEventHandler(object sender, WorkspaceGetCategoriesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkspaceGetCategoriesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkspaceGetCategoriesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupGetCompletedEventHandler(object sender, GroupGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Group Result { get { this.RaiseExceptionIfNecessary(); return ((Group)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupSaveCompletedEventHandler(object sender, GroupSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Group Result { get { this.RaiseExceptionIfNecessary(); return ((Group)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupAddMembersCompletedEventHandler(object sender, GroupAddMembersCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupAddMembersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupAddMembersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Group Result { get { this.RaiseExceptionIfNecessary(); return ((Group)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupRemoveMembersCompletedEventHandler(object sender, GroupRemoveMembersCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupRemoveMembersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupRemoveMembersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Group Result { get { this.RaiseExceptionIfNecessary(); return ((Group)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupSetMembersCompletedEventHandler(object sender, GroupSetMembersCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupSetMembersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupSetMembersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Group Result { get { this.RaiseExceptionIfNecessary(); return ((Group)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupGetListParentCompletedEventHandler(object sender, GroupGetListParentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupGetListParentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupGetListParentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Group[] Result { get { this.RaiseExceptionIfNecessary(); return ((Group[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupGetListAllParentCompletedEventHandler(object sender, GroupGetListAllParentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupGetListAllParentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupGetListAllParentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Group[] Result { get { this.RaiseExceptionIfNecessary(); return ((Group[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupGetFromNameCompletedEventHandler(object sender, GroupGetFromNameCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupGetFromNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupGetFromNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Group Result { get { this.RaiseExceptionIfNecessary(); return ((Group)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupGetListCompletedEventHandler(object sender, GroupGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Group[] Result { get { this.RaiseExceptionIfNecessary(); return ((Group[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupGetListAsDataSetCompletedEventHandler(object sender, GroupGetListAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupGetListAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupGetListAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GroupGetList2CompletedEventHandler(object sender, GroupGetList2CompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GroupGetList2CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GroupGetList2CompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Group[] Result { get { this.RaiseExceptionIfNecessary(); return ((Group[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void OrganizationGetCompletedEventHandler(object sender, OrganizationGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class OrganizationGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal OrganizationGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Organization Result { get { this.RaiseExceptionIfNecessary(); return ((Organization)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void OrganizationSaveCompletedEventHandler(object sender, OrganizationSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class OrganizationSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal OrganizationSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Organization Result { get { this.RaiseExceptionIfNecessary(); return ((Organization)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void OrganizationDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserGetCompletedEventHandler(object sender, UserGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UserGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UserGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public User Result { get { this.RaiseExceptionIfNecessary(); return ((User)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserGetFromLoginCompletedEventHandler(object sender, UserGetFromLoginCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UserGetFromLoginCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UserGetFromLoginCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public User Result { get { this.RaiseExceptionIfNecessary(); return ((User)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserSaveCompletedEventHandler(object sender, UserSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UserSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UserSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public User Result { get { this.RaiseExceptionIfNecessary(); return ((User)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DirectoryFileSaveCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DirectoryFileGetAsDatasetCompletedEventHandler(object sender, DirectoryFileGetAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DirectoryFileGetAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DirectoryFileGetAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserAddToWorkspaceCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserRemoveFromWorkspaceCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserEnableCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserDisableCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserGetListCompletedEventHandler(object sender, UserGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UserGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UserGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public User[] Result { get { this.RaiseExceptionIfNecessary(); return ((User[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserGetList2CompletedEventHandler(object sender, UserGetList2CompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UserGetList2CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UserGetList2CompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public User[] Result { get { this.RaiseExceptionIfNecessary(); return ((User[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserGetListAsDatasetCompletedEventHandler(object sender, UserGetListAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UserGetListAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UserGetListAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserGetListFromEmailCompletedEventHandler(object sender, UserGetListFromEmailCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UserGetListFromEmailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UserGetListFromEmailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public object[] Result { get { this.RaiseExceptionIfNecessary(); return ((object[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserSearchAsDatasetCompletedEventHandler(object sender, UserSearchAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UserSearchAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UserSearchAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void UserGetListFromMemberListCompletedEventHandler(object sender, UserGetListFromMemberListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UserGetListFromMemberListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UserGetListFromMemberListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public User[] Result { get { this.RaiseExceptionIfNecessary(); return ((User[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TrashWorkspaceCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkspaceGetListToRecycleBinCompletedEventHandler(object sender, WorkspaceGetListToRecycleBinCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkspaceGetListToRecycleBinCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkspaceGetListToRecycleBinCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void RestoreWorkspaceCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="documentsSoap", Namespace="http://www.mezzoteam.com/")] public partial class documents : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback AttributeDefinitionSaveOperationCompleted; private System.Threading.SendOrPostCallback AttributeDefinitionDeleteOperationCompleted; private System.Threading.SendOrPostCallback AttributeDefinitionGetOperationCompleted; private System.Threading.SendOrPostCallback AttributeDefinitionGetListOperationCompleted; private System.Threading.SendOrPostCallback AttributeDefinitionGetListExtendedOperationCompleted; private System.Threading.SendOrPostCallback AttributeDefinitionGetListAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback AttributeDeclarationGetListOperationCompleted; private System.Threading.SendOrPostCallback DataSourceSaveOperationCompleted; private System.Threading.SendOrPostCallback DataSourceDeleteOperationCompleted; private System.Threading.SendOrPostCallback DataSourceGetOperationCompleted; private System.Threading.SendOrPostCallback DataSourceGetListOperationCompleted; private System.Threading.SendOrPostCallback DataSourceGetListAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback DocumentGetOperationCompleted; private System.Threading.SendOrPostCallback AttributeValueComputeOperationCompleted; private System.Threading.SendOrPostCallback DocumentAllAttributeValuesComputeOperationCompleted; private System.Threading.SendOrPostCallback DataSourceGetEntriesOperationCompleted; private System.Threading.SendOrPostCallback DocumentInstanciateFromObjectTypeOperationCompleted; private System.Threading.SendOrPostCallback DocumentInstanciateFromDocumentOperationCompleted; private System.Threading.SendOrPostCallback ObjectTypeGetOperationCompleted; private System.Threading.SendOrPostCallback ObjectTypeGetByCodeOperationCompleted; private System.Threading.SendOrPostCallback ObjectTypeGetListOperationCompleted; private System.Threading.SendOrPostCallback ObjectTypeGetListCodeOperationCompleted; private System.Threading.SendOrPostCallback ObjectTypeGetListAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback ObjectTypeDeleteOperationCompleted; private System.Threading.SendOrPostCallback ObjectTypeSaveOperationCompleted; private System.Threading.SendOrPostCallback DocumentSearchAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback StatusSaveOperationCompleted; private System.Threading.SendOrPostCallback StatusGetOperationCompleted; private System.Threading.SendOrPostCallback StatusDeleteOperationCompleted; private System.Threading.SendOrPostCallback StatusGetListOperationCompleted; private System.Threading.SendOrPostCallback StatusGetList2OperationCompleted; private System.Threading.SendOrPostCallback StatusGetNextOperationCompleted; private System.Threading.SendOrPostCallback StepEclSaveOperationCompleted; private System.Threading.SendOrPostCallback StepEclGetOperationCompleted; private System.Threading.SendOrPostCallback StepEclDeleteOperationCompleted; private System.Threading.SendOrPostCallback StepEclGetListOperationCompleted; private System.Threading.SendOrPostCallback StepRightSaveOperationCompleted; private System.Threading.SendOrPostCallback StepRightGetOperationCompleted; private System.Threading.SendOrPostCallback StepRightDeleteOperationCompleted; private System.Threading.SendOrPostCallback StepRightGetListOperationCompleted; private System.Threading.SendOrPostCallback ViewSaveOperationCompleted; private System.Threading.SendOrPostCallback ViewDeleteOperationCompleted; private System.Threading.SendOrPostCallback ViewGetOperationCompleted; private System.Threading.SendOrPostCallback ViewGetListAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback ObjectReferenceGetListOperationCompleted; private System.Threading.SendOrPostCallback ObjectReferenceGetListAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback XmlDataGetOperationCompleted; private System.Threading.SendOrPostCallback XmlDataSaveOperationCompleted; private System.Threading.SendOrPostCallback DocumentGetFromFileOperationCompleted; private System.Threading.SendOrPostCallback DocumentFileIsInDocumentOperationCompleted; /// public documents() { this.Url = "http://www.mezzoteam.com/ws/documents.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event AttributeDefinitionSaveCompletedEventHandler AttributeDefinitionSaveCompleted; /// public event AttributeDefinitionDeleteCompletedEventHandler AttributeDefinitionDeleteCompleted; /// public event AttributeDefinitionGetCompletedEventHandler AttributeDefinitionGetCompleted; /// public event AttributeDefinitionGetListCompletedEventHandler AttributeDefinitionGetListCompleted; /// public event AttributeDefinitionGetListExtendedCompletedEventHandler AttributeDefinitionGetListExtendedCompleted; /// public event AttributeDefinitionGetListAsDataSetCompletedEventHandler AttributeDefinitionGetListAsDataSetCompleted; /// public event AttributeDeclarationGetListCompletedEventHandler AttributeDeclarationGetListCompleted; /// public event DataSourceSaveCompletedEventHandler DataSourceSaveCompleted; /// public event DataSourceDeleteCompletedEventHandler DataSourceDeleteCompleted; /// public event DataSourceGetCompletedEventHandler DataSourceGetCompleted; /// public event DataSourceGetListCompletedEventHandler DataSourceGetListCompleted; /// public event DataSourceGetListAsDataSetCompletedEventHandler DataSourceGetListAsDataSetCompleted; /// public event DocumentGetCompletedEventHandler DocumentGetCompleted; /// public event AttributeValueComputeCompletedEventHandler AttributeValueComputeCompleted; /// public event DocumentAllAttributeValuesComputeCompletedEventHandler DocumentAllAttributeValuesComputeCompleted; /// public event DataSourceGetEntriesCompletedEventHandler DataSourceGetEntriesCompleted; /// public event DocumentInstanciateFromObjectTypeCompletedEventHandler DocumentInstanciateFromObjectTypeCompleted; /// public event DocumentInstanciateFromDocumentCompletedEventHandler DocumentInstanciateFromDocumentCompleted; /// public event ObjectTypeGetCompletedEventHandler ObjectTypeGetCompleted; /// public event ObjectTypeGetByCodeCompletedEventHandler ObjectTypeGetByCodeCompleted; /// public event ObjectTypeGetListCompletedEventHandler ObjectTypeGetListCompleted; /// public event ObjectTypeGetListCodeCompletedEventHandler ObjectTypeGetListCodeCompleted; /// public event ObjectTypeGetListAsDataSetCompletedEventHandler ObjectTypeGetListAsDataSetCompleted; /// public event ObjectTypeDeleteCompletedEventHandler ObjectTypeDeleteCompleted; /// public event ObjectTypeSaveCompletedEventHandler ObjectTypeSaveCompleted; /// public event DocumentSearchAsDatasetCompletedEventHandler DocumentSearchAsDatasetCompleted; /// public event StatusSaveCompletedEventHandler StatusSaveCompleted; /// public event StatusGetCompletedEventHandler StatusGetCompleted; /// public event StatusDeleteCompletedEventHandler StatusDeleteCompleted; /// public event StatusGetListCompletedEventHandler StatusGetListCompleted; /// public event StatusGetList2CompletedEventHandler StatusGetList2Completed; /// public event StatusGetNextCompletedEventHandler StatusGetNextCompleted; /// public event StepEclSaveCompletedEventHandler StepEclSaveCompleted; /// public event StepEclGetCompletedEventHandler StepEclGetCompleted; /// public event StepEclDeleteCompletedEventHandler StepEclDeleteCompleted; /// public event StepEclGetListCompletedEventHandler StepEclGetListCompleted; /// public event StepRightSaveCompletedEventHandler StepRightSaveCompleted; /// public event StepRightGetCompletedEventHandler StepRightGetCompleted; /// public event StepRightDeleteCompletedEventHandler StepRightDeleteCompleted; /// public event StepRightGetListCompletedEventHandler StepRightGetListCompleted; /// public event ViewSaveCompletedEventHandler ViewSaveCompleted; /// public event ViewDeleteCompletedEventHandler ViewDeleteCompleted; /// public event ViewGetCompletedEventHandler ViewGetCompleted; /// public event ViewGetListAsDatasetCompletedEventHandler ViewGetListAsDatasetCompleted; /// public event ObjectReferenceGetListCompletedEventHandler ObjectReferenceGetListCompleted; /// public event ObjectReferenceGetListAsDataSetCompletedEventHandler ObjectReferenceGetListAsDataSetCompleted; /// public event XmlDataGetCompletedEventHandler XmlDataGetCompleted; /// public event XmlDataSaveCompletedEventHandler XmlDataSaveCompleted; /// public event DocumentGetFromFileCompletedEventHandler DocumentGetFromFileCompleted; /// public event DocumentFileIsInDocumentCompletedEventHandler DocumentFileIsInDocumentCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AttributeDefinitionSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public AttributeDefinition AttributeDefinitionSave(AttributeDefinition attributeDefinition) { object[] results = this.Invoke("AttributeDefinitionSave", new object[] { attributeDefinition}); return ((AttributeDefinition)(results[0])); } /// public System.IAsyncResult BeginAttributeDefinitionSave(AttributeDefinition attributeDefinition, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AttributeDefinitionSave", new object[] { attributeDefinition}, callback, asyncState); } /// public AttributeDefinition EndAttributeDefinitionSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((AttributeDefinition)(results[0])); } /// public void AttributeDefinitionSaveAsync(AttributeDefinition attributeDefinition) { this.AttributeDefinitionSaveAsync(attributeDefinition, null); } /// public void AttributeDefinitionSaveAsync(AttributeDefinition attributeDefinition, object userState) { if ((this.AttributeDefinitionSaveOperationCompleted == null)) { this.AttributeDefinitionSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAttributeDefinitionSaveOperationCompleted); } this.InvokeAsync("AttributeDefinitionSave", new object[] { attributeDefinition}, this.AttributeDefinitionSaveOperationCompleted, userState); } private void OnAttributeDefinitionSaveOperationCompleted(object arg) { if ((this.AttributeDefinitionSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AttributeDefinitionSaveCompleted(this, new AttributeDefinitionSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AttributeDefinitionDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void AttributeDefinitionDelete(string workspaceId, string objectTypeUniqueIdentifier, string fieldCode) { this.Invoke("AttributeDefinitionDelete", new object[] { workspaceId, objectTypeUniqueIdentifier, fieldCode}); } /// public System.IAsyncResult BeginAttributeDefinitionDelete(string workspaceId, string objectTypeUniqueIdentifier, string fieldCode, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AttributeDefinitionDelete", new object[] { workspaceId, objectTypeUniqueIdentifier, fieldCode}, callback, asyncState); } /// public void EndAttributeDefinitionDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void AttributeDefinitionDeleteAsync(string workspaceId, string objectTypeUniqueIdentifier, string fieldCode) { this.AttributeDefinitionDeleteAsync(workspaceId, objectTypeUniqueIdentifier, fieldCode, null); } /// public void AttributeDefinitionDeleteAsync(string workspaceId, string objectTypeUniqueIdentifier, string fieldCode, object userState) { if ((this.AttributeDefinitionDeleteOperationCompleted == null)) { this.AttributeDefinitionDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAttributeDefinitionDeleteOperationCompleted); } this.InvokeAsync("AttributeDefinitionDelete", new object[] { workspaceId, objectTypeUniqueIdentifier, fieldCode}, this.AttributeDefinitionDeleteOperationCompleted, userState); } private void OnAttributeDefinitionDeleteOperationCompleted(object arg) { if ((this.AttributeDefinitionDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AttributeDefinitionDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AttributeDefinitionGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public AttributeDefinition AttributeDefinitionGet(string workspaceId, string objectTypeUniqueIdentifier, string fieldCode) { object[] results = this.Invoke("AttributeDefinitionGet", new object[] { workspaceId, objectTypeUniqueIdentifier, fieldCode}); return ((AttributeDefinition)(results[0])); } /// public System.IAsyncResult BeginAttributeDefinitionGet(string workspaceId, string objectTypeUniqueIdentifier, string fieldCode, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AttributeDefinitionGet", new object[] { workspaceId, objectTypeUniqueIdentifier, fieldCode}, callback, asyncState); } /// public AttributeDefinition EndAttributeDefinitionGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((AttributeDefinition)(results[0])); } /// public void AttributeDefinitionGetAsync(string workspaceId, string objectTypeUniqueIdentifier, string fieldCode) { this.AttributeDefinitionGetAsync(workspaceId, objectTypeUniqueIdentifier, fieldCode, null); } /// public void AttributeDefinitionGetAsync(string workspaceId, string objectTypeUniqueIdentifier, string fieldCode, object userState) { if ((this.AttributeDefinitionGetOperationCompleted == null)) { this.AttributeDefinitionGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAttributeDefinitionGetOperationCompleted); } this.InvokeAsync("AttributeDefinitionGet", new object[] { workspaceId, objectTypeUniqueIdentifier, fieldCode}, this.AttributeDefinitionGetOperationCompleted, userState); } private void OnAttributeDefinitionGetOperationCompleted(object arg) { if ((this.AttributeDefinitionGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AttributeDefinitionGetCompleted(this, new AttributeDefinitionGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AttributeDefinitionGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public AttributeDefinition[] AttributeDefinitionGetList(string objectTypeId) { object[] results = this.Invoke("AttributeDefinitionGetList", new object[] { objectTypeId}); return ((AttributeDefinition[])(results[0])); } /// public System.IAsyncResult BeginAttributeDefinitionGetList(string objectTypeId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AttributeDefinitionGetList", new object[] { objectTypeId}, callback, asyncState); } /// public AttributeDefinition[] EndAttributeDefinitionGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((AttributeDefinition[])(results[0])); } /// public void AttributeDefinitionGetListAsync(string objectTypeId) { this.AttributeDefinitionGetListAsync(objectTypeId, null); } /// public void AttributeDefinitionGetListAsync(string objectTypeId, object userState) { if ((this.AttributeDefinitionGetListOperationCompleted == null)) { this.AttributeDefinitionGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAttributeDefinitionGetListOperationCompleted); } this.InvokeAsync("AttributeDefinitionGetList", new object[] { objectTypeId}, this.AttributeDefinitionGetListOperationCompleted, userState); } private void OnAttributeDefinitionGetListOperationCompleted(object arg) { if ((this.AttributeDefinitionGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AttributeDefinitionGetListCompleted(this, new AttributeDefinitionGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AttributeDefinitionGetListExtended", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public AttributeDefinition[] AttributeDefinitionGetListExtended(string objectTypeId, string statusId) { object[] results = this.Invoke("AttributeDefinitionGetListExtended", new object[] { objectTypeId, statusId}); return ((AttributeDefinition[])(results[0])); } /// public System.IAsyncResult BeginAttributeDefinitionGetListExtended(string objectTypeId, string statusId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AttributeDefinitionGetListExtended", new object[] { objectTypeId, statusId}, callback, asyncState); } /// public AttributeDefinition[] EndAttributeDefinitionGetListExtended(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((AttributeDefinition[])(results[0])); } /// public void AttributeDefinitionGetListExtendedAsync(string objectTypeId, string statusId) { this.AttributeDefinitionGetListExtendedAsync(objectTypeId, statusId, null); } /// public void AttributeDefinitionGetListExtendedAsync(string objectTypeId, string statusId, object userState) { if ((this.AttributeDefinitionGetListExtendedOperationCompleted == null)) { this.AttributeDefinitionGetListExtendedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAttributeDefinitionGetListExtendedOperationCompleted); } this.InvokeAsync("AttributeDefinitionGetListExtended", new object[] { objectTypeId, statusId}, this.AttributeDefinitionGetListExtendedOperationCompleted, userState); } private void OnAttributeDefinitionGetListExtendedOperationCompleted(object arg) { if ((this.AttributeDefinitionGetListExtendedCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AttributeDefinitionGetListExtendedCompleted(this, new AttributeDefinitionGetListExtendedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AttributeDefinitionGetListAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet AttributeDefinitionGetListAsDataSet(string objectTypeId) { object[] results = this.Invoke("AttributeDefinitionGetListAsDataSet", new object[] { objectTypeId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginAttributeDefinitionGetListAsDataSet(string objectTypeId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AttributeDefinitionGetListAsDataSet", new object[] { objectTypeId}, callback, asyncState); } /// public System.Data.DataSet EndAttributeDefinitionGetListAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void AttributeDefinitionGetListAsDataSetAsync(string objectTypeId) { this.AttributeDefinitionGetListAsDataSetAsync(objectTypeId, null); } /// public void AttributeDefinitionGetListAsDataSetAsync(string objectTypeId, object userState) { if ((this.AttributeDefinitionGetListAsDataSetOperationCompleted == null)) { this.AttributeDefinitionGetListAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAttributeDefinitionGetListAsDataSetOperationCompleted); } this.InvokeAsync("AttributeDefinitionGetListAsDataSet", new object[] { objectTypeId}, this.AttributeDefinitionGetListAsDataSetOperationCompleted, userState); } private void OnAttributeDefinitionGetListAsDataSetOperationCompleted(object arg) { if ((this.AttributeDefinitionGetListAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AttributeDefinitionGetListAsDataSetCompleted(this, new AttributeDefinitionGetListAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AttributeDeclarationGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet AttributeDeclarationGetList(string templateId, string fieldCode) { object[] results = this.Invoke("AttributeDeclarationGetList", new object[] { templateId, fieldCode}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginAttributeDeclarationGetList(string templateId, string fieldCode, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AttributeDeclarationGetList", new object[] { templateId, fieldCode}, callback, asyncState); } /// public System.Data.DataSet EndAttributeDeclarationGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void AttributeDeclarationGetListAsync(string templateId, string fieldCode) { this.AttributeDeclarationGetListAsync(templateId, fieldCode, null); } /// public void AttributeDeclarationGetListAsync(string templateId, string fieldCode, object userState) { if ((this.AttributeDeclarationGetListOperationCompleted == null)) { this.AttributeDeclarationGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAttributeDeclarationGetListOperationCompleted); } this.InvokeAsync("AttributeDeclarationGetList", new object[] { templateId, fieldCode}, this.AttributeDeclarationGetListOperationCompleted, userState); } private void OnAttributeDeclarationGetListOperationCompleted(object arg) { if ((this.AttributeDeclarationGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AttributeDeclarationGetListCompleted(this, new AttributeDeclarationGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DataSourceSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public DataSource DataSourceSave(DataSource source) { object[] results = this.Invoke("DataSourceSave", new object[] { source}); return ((DataSource)(results[0])); } /// public System.IAsyncResult BeginDataSourceSave(DataSource source, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DataSourceSave", new object[] { source}, callback, asyncState); } /// public DataSource EndDataSourceSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((DataSource)(results[0])); } /// public void DataSourceSaveAsync(DataSource source) { this.DataSourceSaveAsync(source, null); } /// public void DataSourceSaveAsync(DataSource source, object userState) { if ((this.DataSourceSaveOperationCompleted == null)) { this.DataSourceSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDataSourceSaveOperationCompleted); } this.InvokeAsync("DataSourceSave", new object[] { source}, this.DataSourceSaveOperationCompleted, userState); } private void OnDataSourceSaveOperationCompleted(object arg) { if ((this.DataSourceSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DataSourceSaveCompleted(this, new DataSourceSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DataSourceDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void DataSourceDelete(string uniqueIdentifier) { this.Invoke("DataSourceDelete", new object[] { uniqueIdentifier}); } /// public System.IAsyncResult BeginDataSourceDelete(string uniqueIdentifier, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DataSourceDelete", new object[] { uniqueIdentifier}, callback, asyncState); } /// public void EndDataSourceDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void DataSourceDeleteAsync(string uniqueIdentifier) { this.DataSourceDeleteAsync(uniqueIdentifier, null); } /// public void DataSourceDeleteAsync(string uniqueIdentifier, object userState) { if ((this.DataSourceDeleteOperationCompleted == null)) { this.DataSourceDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDataSourceDeleteOperationCompleted); } this.InvokeAsync("DataSourceDelete", new object[] { uniqueIdentifier}, this.DataSourceDeleteOperationCompleted, userState); } private void OnDataSourceDeleteOperationCompleted(object arg) { if ((this.DataSourceDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DataSourceDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DataSourceGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public DataSource DataSourceGet(string uniqueIdentifier) { object[] results = this.Invoke("DataSourceGet", new object[] { uniqueIdentifier}); return ((DataSource)(results[0])); } /// public System.IAsyncResult BeginDataSourceGet(string uniqueIdentifier, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DataSourceGet", new object[] { uniqueIdentifier}, callback, asyncState); } /// public DataSource EndDataSourceGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((DataSource)(results[0])); } /// public void DataSourceGetAsync(string uniqueIdentifier) { this.DataSourceGetAsync(uniqueIdentifier, null); } /// public void DataSourceGetAsync(string uniqueIdentifier, object userState) { if ((this.DataSourceGetOperationCompleted == null)) { this.DataSourceGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDataSourceGetOperationCompleted); } this.InvokeAsync("DataSourceGet", new object[] { uniqueIdentifier}, this.DataSourceGetOperationCompleted, userState); } private void OnDataSourceGetOperationCompleted(object arg) { if ((this.DataSourceGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DataSourceGetCompleted(this, new DataSourceGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DataSourceGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public DataSource[] DataSourceGetList() { object[] results = this.Invoke("DataSourceGetList", new object[0]); return ((DataSource[])(results[0])); } /// public System.IAsyncResult BeginDataSourceGetList(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DataSourceGetList", new object[0], callback, asyncState); } /// public DataSource[] EndDataSourceGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((DataSource[])(results[0])); } /// public void DataSourceGetListAsync() { this.DataSourceGetListAsync(null); } /// public void DataSourceGetListAsync(object userState) { if ((this.DataSourceGetListOperationCompleted == null)) { this.DataSourceGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDataSourceGetListOperationCompleted); } this.InvokeAsync("DataSourceGetList", new object[0], this.DataSourceGetListOperationCompleted, userState); } private void OnDataSourceGetListOperationCompleted(object arg) { if ((this.DataSourceGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DataSourceGetListCompleted(this, new DataSourceGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DataSourceGetListAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet DataSourceGetListAsDataSet() { object[] results = this.Invoke("DataSourceGetListAsDataSet", new object[0]); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginDataSourceGetListAsDataSet(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DataSourceGetListAsDataSet", new object[0], callback, asyncState); } /// public System.Data.DataSet EndDataSourceGetListAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void DataSourceGetListAsDataSetAsync() { this.DataSourceGetListAsDataSetAsync(null); } /// public void DataSourceGetListAsDataSetAsync(object userState) { if ((this.DataSourceGetListAsDataSetOperationCompleted == null)) { this.DataSourceGetListAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDataSourceGetListAsDataSetOperationCompleted); } this.InvokeAsync("DataSourceGetListAsDataSet", new object[0], this.DataSourceGetListAsDataSetOperationCompleted, userState); } private void OnDataSourceGetListAsDataSetOperationCompleted(object arg) { if ((this.DataSourceGetListAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DataSourceGetListAsDataSetCompleted(this, new DataSourceGetListAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Document DocumentGet(string uniqueIdentifier) { object[] results = this.Invoke("DocumentGet", new object[] { uniqueIdentifier}); return ((Document)(results[0])); } /// public System.IAsyncResult BeginDocumentGet(string uniqueIdentifier, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentGet", new object[] { uniqueIdentifier}, callback, asyncState); } /// public Document EndDocumentGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Document)(results[0])); } /// public void DocumentGetAsync(string uniqueIdentifier) { this.DocumentGetAsync(uniqueIdentifier, null); } /// public void DocumentGetAsync(string uniqueIdentifier, object userState) { if ((this.DocumentGetOperationCompleted == null)) { this.DocumentGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentGetOperationCompleted); } this.InvokeAsync("DocumentGet", new object[] { uniqueIdentifier}, this.DocumentGetOperationCompleted, userState); } private void OnDocumentGetOperationCompleted(object arg) { if ((this.DocumentGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentGetCompleted(this, new DocumentGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/AttributeValueCompute", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public object[] AttributeValueCompute(Document document, string fieldName) { object[] results = this.Invoke("AttributeValueCompute", new object[] { document, fieldName}); return ((object[])(results[0])); } /// public System.IAsyncResult BeginAttributeValueCompute(Document document, string fieldName, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AttributeValueCompute", new object[] { document, fieldName}, callback, asyncState); } /// public object[] EndAttributeValueCompute(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((object[])(results[0])); } /// public void AttributeValueComputeAsync(Document document, string fieldName) { this.AttributeValueComputeAsync(document, fieldName, null); } /// public void AttributeValueComputeAsync(Document document, string fieldName, object userState) { if ((this.AttributeValueComputeOperationCompleted == null)) { this.AttributeValueComputeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAttributeValueComputeOperationCompleted); } this.InvokeAsync("AttributeValueCompute", new object[] { document, fieldName}, this.AttributeValueComputeOperationCompleted, userState); } private void OnAttributeValueComputeOperationCompleted(object arg) { if ((this.AttributeValueComputeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AttributeValueComputeCompleted(this, new AttributeValueComputeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentAllAttributeValuesCompute", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Document DocumentAllAttributeValuesCompute(Document document) { object[] results = this.Invoke("DocumentAllAttributeValuesCompute", new object[] { document}); return ((Document)(results[0])); } /// public System.IAsyncResult BeginDocumentAllAttributeValuesCompute(Document document, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentAllAttributeValuesCompute", new object[] { document}, callback, asyncState); } /// public Document EndDocumentAllAttributeValuesCompute(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Document)(results[0])); } /// public void DocumentAllAttributeValuesComputeAsync(Document document) { this.DocumentAllAttributeValuesComputeAsync(document, null); } /// public void DocumentAllAttributeValuesComputeAsync(Document document, object userState) { if ((this.DocumentAllAttributeValuesComputeOperationCompleted == null)) { this.DocumentAllAttributeValuesComputeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentAllAttributeValuesComputeOperationCompleted); } this.InvokeAsync("DocumentAllAttributeValuesCompute", new object[] { document}, this.DocumentAllAttributeValuesComputeOperationCompleted, userState); } private void OnDocumentAllAttributeValuesComputeOperationCompleted(object arg) { if ((this.DocumentAllAttributeValuesComputeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentAllAttributeValuesComputeCompleted(this, new DocumentAllAttributeValuesComputeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DataSourceGetEntries", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public DataSourceEntry[] DataSourceGetEntries(Document document, string fieldName) { object[] results = this.Invoke("DataSourceGetEntries", new object[] { document, fieldName}); return ((DataSourceEntry[])(results[0])); } /// public System.IAsyncResult BeginDataSourceGetEntries(Document document, string fieldName, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DataSourceGetEntries", new object[] { document, fieldName}, callback, asyncState); } /// public DataSourceEntry[] EndDataSourceGetEntries(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((DataSourceEntry[])(results[0])); } /// public void DataSourceGetEntriesAsync(Document document, string fieldName) { this.DataSourceGetEntriesAsync(document, fieldName, null); } /// public void DataSourceGetEntriesAsync(Document document, string fieldName, object userState) { if ((this.DataSourceGetEntriesOperationCompleted == null)) { this.DataSourceGetEntriesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDataSourceGetEntriesOperationCompleted); } this.InvokeAsync("DataSourceGetEntries", new object[] { document, fieldName}, this.DataSourceGetEntriesOperationCompleted, userState); } private void OnDataSourceGetEntriesOperationCompleted(object arg) { if ((this.DataSourceGetEntriesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DataSourceGetEntriesCompleted(this, new DataSourceGetEntriesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentInstanciateFromObjectType", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Document DocumentInstanciateFromObjectType(string objectTypeId) { object[] results = this.Invoke("DocumentInstanciateFromObjectType", new object[] { objectTypeId}); return ((Document)(results[0])); } /// public System.IAsyncResult BeginDocumentInstanciateFromObjectType(string objectTypeId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentInstanciateFromObjectType", new object[] { objectTypeId}, callback, asyncState); } /// public Document EndDocumentInstanciateFromObjectType(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Document)(results[0])); } /// public void DocumentInstanciateFromObjectTypeAsync(string objectTypeId) { this.DocumentInstanciateFromObjectTypeAsync(objectTypeId, null); } /// public void DocumentInstanciateFromObjectTypeAsync(string objectTypeId, object userState) { if ((this.DocumentInstanciateFromObjectTypeOperationCompleted == null)) { this.DocumentInstanciateFromObjectTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentInstanciateFromObjectTypeOperationCompleted); } this.InvokeAsync("DocumentInstanciateFromObjectType", new object[] { objectTypeId}, this.DocumentInstanciateFromObjectTypeOperationCompleted, userState); } private void OnDocumentInstanciateFromObjectTypeOperationCompleted(object arg) { if ((this.DocumentInstanciateFromObjectTypeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentInstanciateFromObjectTypeCompleted(this, new DocumentInstanciateFromObjectTypeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentInstanciateFromDocument", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Document DocumentInstanciateFromDocument(string documentId) { object[] results = this.Invoke("DocumentInstanciateFromDocument", new object[] { documentId}); return ((Document)(results[0])); } /// public System.IAsyncResult BeginDocumentInstanciateFromDocument(string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentInstanciateFromDocument", new object[] { documentId}, callback, asyncState); } /// public Document EndDocumentInstanciateFromDocument(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Document)(results[0])); } /// public void DocumentInstanciateFromDocumentAsync(string documentId) { this.DocumentInstanciateFromDocumentAsync(documentId, null); } /// public void DocumentInstanciateFromDocumentAsync(string documentId, object userState) { if ((this.DocumentInstanciateFromDocumentOperationCompleted == null)) { this.DocumentInstanciateFromDocumentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentInstanciateFromDocumentOperationCompleted); } this.InvokeAsync("DocumentInstanciateFromDocument", new object[] { documentId}, this.DocumentInstanciateFromDocumentOperationCompleted, userState); } private void OnDocumentInstanciateFromDocumentOperationCompleted(object arg) { if ((this.DocumentInstanciateFromDocumentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentInstanciateFromDocumentCompleted(this, new DocumentInstanciateFromDocumentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ObjectTypeGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ObjectType ObjectTypeGet(string objectId) { object[] results = this.Invoke("ObjectTypeGet", new object[] { objectId}); return ((ObjectType)(results[0])); } /// public System.IAsyncResult BeginObjectTypeGet(string objectId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ObjectTypeGet", new object[] { objectId}, callback, asyncState); } /// public ObjectType EndObjectTypeGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ObjectType)(results[0])); } /// public void ObjectTypeGetAsync(string objectId) { this.ObjectTypeGetAsync(objectId, null); } /// public void ObjectTypeGetAsync(string objectId, object userState) { if ((this.ObjectTypeGetOperationCompleted == null)) { this.ObjectTypeGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnObjectTypeGetOperationCompleted); } this.InvokeAsync("ObjectTypeGet", new object[] { objectId}, this.ObjectTypeGetOperationCompleted, userState); } private void OnObjectTypeGetOperationCompleted(object arg) { if ((this.ObjectTypeGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ObjectTypeGetCompleted(this, new ObjectTypeGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ObjectTypeGetByCode", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ObjectType ObjectTypeGetByCode(string code) { object[] results = this.Invoke("ObjectTypeGetByCode", new object[] { code}); return ((ObjectType)(results[0])); } /// public System.IAsyncResult BeginObjectTypeGetByCode(string code, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ObjectTypeGetByCode", new object[] { code}, callback, asyncState); } /// public ObjectType EndObjectTypeGetByCode(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ObjectType)(results[0])); } /// public void ObjectTypeGetByCodeAsync(string code) { this.ObjectTypeGetByCodeAsync(code, null); } /// public void ObjectTypeGetByCodeAsync(string code, object userState) { if ((this.ObjectTypeGetByCodeOperationCompleted == null)) { this.ObjectTypeGetByCodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnObjectTypeGetByCodeOperationCompleted); } this.InvokeAsync("ObjectTypeGetByCode", new object[] { code}, this.ObjectTypeGetByCodeOperationCompleted, userState); } private void OnObjectTypeGetByCodeOperationCompleted(object arg) { if ((this.ObjectTypeGetByCodeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ObjectTypeGetByCodeCompleted(this, new ObjectTypeGetByCodeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ObjectTypeGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ObjectType[] ObjectTypeGetList(string templateId) { object[] results = this.Invoke("ObjectTypeGetList", new object[] { templateId}); return ((ObjectType[])(results[0])); } /// public System.IAsyncResult BeginObjectTypeGetList(string templateId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ObjectTypeGetList", new object[] { templateId}, callback, asyncState); } /// public ObjectType[] EndObjectTypeGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ObjectType[])(results[0])); } /// public void ObjectTypeGetListAsync(string templateId) { this.ObjectTypeGetListAsync(templateId, null); } /// public void ObjectTypeGetListAsync(string templateId, object userState) { if ((this.ObjectTypeGetListOperationCompleted == null)) { this.ObjectTypeGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnObjectTypeGetListOperationCompleted); } this.InvokeAsync("ObjectTypeGetList", new object[] { templateId}, this.ObjectTypeGetListOperationCompleted, userState); } private void OnObjectTypeGetListOperationCompleted(object arg) { if ((this.ObjectTypeGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ObjectTypeGetListCompleted(this, new ObjectTypeGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ObjectTypeGetListCode", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public object[] ObjectTypeGetListCode(string templateId) { object[] results = this.Invoke("ObjectTypeGetListCode", new object[] { templateId}); return ((object[])(results[0])); } /// public System.IAsyncResult BeginObjectTypeGetListCode(string templateId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ObjectTypeGetListCode", new object[] { templateId}, callback, asyncState); } /// public object[] EndObjectTypeGetListCode(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((object[])(results[0])); } /// public void ObjectTypeGetListCodeAsync(string templateId) { this.ObjectTypeGetListCodeAsync(templateId, null); } /// public void ObjectTypeGetListCodeAsync(string templateId, object userState) { if ((this.ObjectTypeGetListCodeOperationCompleted == null)) { this.ObjectTypeGetListCodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnObjectTypeGetListCodeOperationCompleted); } this.InvokeAsync("ObjectTypeGetListCode", new object[] { templateId}, this.ObjectTypeGetListCodeOperationCompleted, userState); } private void OnObjectTypeGetListCodeOperationCompleted(object arg) { if ((this.ObjectTypeGetListCodeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ObjectTypeGetListCodeCompleted(this, new ObjectTypeGetListCodeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ObjectTypeGetListAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet ObjectTypeGetListAsDataSet(string templateId) { object[] results = this.Invoke("ObjectTypeGetListAsDataSet", new object[] { templateId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginObjectTypeGetListAsDataSet(string templateId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ObjectTypeGetListAsDataSet", new object[] { templateId}, callback, asyncState); } /// public System.Data.DataSet EndObjectTypeGetListAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void ObjectTypeGetListAsDataSetAsync(string templateId) { this.ObjectTypeGetListAsDataSetAsync(templateId, null); } /// public void ObjectTypeGetListAsDataSetAsync(string templateId, object userState) { if ((this.ObjectTypeGetListAsDataSetOperationCompleted == null)) { this.ObjectTypeGetListAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnObjectTypeGetListAsDataSetOperationCompleted); } this.InvokeAsync("ObjectTypeGetListAsDataSet", new object[] { templateId}, this.ObjectTypeGetListAsDataSetOperationCompleted, userState); } private void OnObjectTypeGetListAsDataSetOperationCompleted(object arg) { if ((this.ObjectTypeGetListAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ObjectTypeGetListAsDataSetCompleted(this, new ObjectTypeGetListAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ObjectTypeDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void ObjectTypeDelete(string objectId) { this.Invoke("ObjectTypeDelete", new object[] { objectId}); } /// public System.IAsyncResult BeginObjectTypeDelete(string objectId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ObjectTypeDelete", new object[] { objectId}, callback, asyncState); } /// public void EndObjectTypeDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void ObjectTypeDeleteAsync(string objectId) { this.ObjectTypeDeleteAsync(objectId, null); } /// public void ObjectTypeDeleteAsync(string objectId, object userState) { if ((this.ObjectTypeDeleteOperationCompleted == null)) { this.ObjectTypeDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnObjectTypeDeleteOperationCompleted); } this.InvokeAsync("ObjectTypeDelete", new object[] { objectId}, this.ObjectTypeDeleteOperationCompleted, userState); } private void OnObjectTypeDeleteOperationCompleted(object arg) { if ((this.ObjectTypeDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ObjectTypeDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ObjectTypeSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ObjectType ObjectTypeSave(ObjectType objectType) { object[] results = this.Invoke("ObjectTypeSave", new object[] { objectType}); return ((ObjectType)(results[0])); } /// public System.IAsyncResult BeginObjectTypeSave(ObjectType objectType, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ObjectTypeSave", new object[] { objectType}, callback, asyncState); } /// public ObjectType EndObjectTypeSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ObjectType)(results[0])); } /// public void ObjectTypeSaveAsync(ObjectType objectType) { this.ObjectTypeSaveAsync(objectType, null); } /// public void ObjectTypeSaveAsync(ObjectType objectType, object userState) { if ((this.ObjectTypeSaveOperationCompleted == null)) { this.ObjectTypeSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnObjectTypeSaveOperationCompleted); } this.InvokeAsync("ObjectTypeSave", new object[] { objectType}, this.ObjectTypeSaveOperationCompleted, userState); } private void OnObjectTypeSaveOperationCompleted(object arg) { if ((this.ObjectTypeSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ObjectTypeSaveCompleted(this, new ObjectTypeSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentSearchAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet DocumentSearchAsDataset(SearchObject documentSearchObject) { object[] results = this.Invoke("DocumentSearchAsDataset", new object[] { documentSearchObject}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginDocumentSearchAsDataset(SearchObject documentSearchObject, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentSearchAsDataset", new object[] { documentSearchObject}, callback, asyncState); } /// public System.Data.DataSet EndDocumentSearchAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void DocumentSearchAsDatasetAsync(SearchObject documentSearchObject) { this.DocumentSearchAsDatasetAsync(documentSearchObject, null); } /// public void DocumentSearchAsDatasetAsync(SearchObject documentSearchObject, object userState) { if ((this.DocumentSearchAsDatasetOperationCompleted == null)) { this.DocumentSearchAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentSearchAsDatasetOperationCompleted); } this.InvokeAsync("DocumentSearchAsDataset", new object[] { documentSearchObject}, this.DocumentSearchAsDatasetOperationCompleted, userState); } private void OnDocumentSearchAsDatasetOperationCompleted(object arg) { if ((this.DocumentSearchAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentSearchAsDatasetCompleted(this, new DocumentSearchAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StatusSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Status StatusSave(Status status) { object[] results = this.Invoke("StatusSave", new object[] { status}); return ((Status)(results[0])); } /// public System.IAsyncResult BeginStatusSave(Status status, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StatusSave", new object[] { status}, callback, asyncState); } /// public Status EndStatusSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Status)(results[0])); } /// public void StatusSaveAsync(Status status) { this.StatusSaveAsync(status, null); } /// public void StatusSaveAsync(Status status, object userState) { if ((this.StatusSaveOperationCompleted == null)) { this.StatusSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStatusSaveOperationCompleted); } this.InvokeAsync("StatusSave", new object[] { status}, this.StatusSaveOperationCompleted, userState); } private void OnStatusSaveOperationCompleted(object arg) { if ((this.StatusSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StatusSaveCompleted(this, new StatusSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StatusGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Status StatusGet(string StatusId) { object[] results = this.Invoke("StatusGet", new object[] { StatusId}); return ((Status)(results[0])); } /// public System.IAsyncResult BeginStatusGet(string StatusId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StatusGet", new object[] { StatusId}, callback, asyncState); } /// public Status EndStatusGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Status)(results[0])); } /// public void StatusGetAsync(string StatusId) { this.StatusGetAsync(StatusId, null); } /// public void StatusGetAsync(string StatusId, object userState) { if ((this.StatusGetOperationCompleted == null)) { this.StatusGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStatusGetOperationCompleted); } this.InvokeAsync("StatusGet", new object[] { StatusId}, this.StatusGetOperationCompleted, userState); } private void OnStatusGetOperationCompleted(object arg) { if ((this.StatusGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StatusGetCompleted(this, new StatusGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StatusDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void StatusDelete(string StatusId) { this.Invoke("StatusDelete", new object[] { StatusId}); } /// public System.IAsyncResult BeginStatusDelete(string StatusId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StatusDelete", new object[] { StatusId}, callback, asyncState); } /// public void EndStatusDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void StatusDeleteAsync(string StatusId) { this.StatusDeleteAsync(StatusId, null); } /// public void StatusDeleteAsync(string StatusId, object userState) { if ((this.StatusDeleteOperationCompleted == null)) { this.StatusDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStatusDeleteOperationCompleted); } this.InvokeAsync("StatusDelete", new object[] { StatusId}, this.StatusDeleteOperationCompleted, userState); } private void OnStatusDeleteOperationCompleted(object arg) { if ((this.StatusDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StatusDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StatusGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Status[] StatusGetList(string domainId) { object[] results = this.Invoke("StatusGetList", new object[] { domainId}); return ((Status[])(results[0])); } /// public System.IAsyncResult BeginStatusGetList(string domainId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StatusGetList", new object[] { domainId}, callback, asyncState); } /// public Status[] EndStatusGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Status[])(results[0])); } /// public void StatusGetListAsync(string domainId) { this.StatusGetListAsync(domainId, null); } /// public void StatusGetListAsync(string domainId, object userState) { if ((this.StatusGetListOperationCompleted == null)) { this.StatusGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStatusGetListOperationCompleted); } this.InvokeAsync("StatusGetList", new object[] { domainId}, this.StatusGetListOperationCompleted, userState); } private void OnStatusGetListOperationCompleted(object arg) { if ((this.StatusGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StatusGetListCompleted(this, new StatusGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StatusGetList2", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Status[] StatusGetList2(string domainId, int maxOrder) { object[] results = this.Invoke("StatusGetList2", new object[] { domainId, maxOrder}); return ((Status[])(results[0])); } /// public System.IAsyncResult BeginStatusGetList2(string domainId, int maxOrder, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StatusGetList2", new object[] { domainId, maxOrder}, callback, asyncState); } /// public Status[] EndStatusGetList2(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Status[])(results[0])); } /// public void StatusGetList2Async(string domainId, int maxOrder) { this.StatusGetList2Async(domainId, maxOrder, null); } /// public void StatusGetList2Async(string domainId, int maxOrder, object userState) { if ((this.StatusGetList2OperationCompleted == null)) { this.StatusGetList2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnStatusGetList2OperationCompleted); } this.InvokeAsync("StatusGetList2", new object[] { domainId, maxOrder}, this.StatusGetList2OperationCompleted, userState); } private void OnStatusGetList2OperationCompleted(object arg) { if ((this.StatusGetList2Completed != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StatusGetList2Completed(this, new StatusGetList2CompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StatusGetNext", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Status StatusGetNext(Status status) { object[] results = this.Invoke("StatusGetNext", new object[] { status}); return ((Status)(results[0])); } /// public System.IAsyncResult BeginStatusGetNext(Status status, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StatusGetNext", new object[] { status}, callback, asyncState); } /// public Status EndStatusGetNext(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Status)(results[0])); } /// public void StatusGetNextAsync(Status status) { this.StatusGetNextAsync(status, null); } /// public void StatusGetNextAsync(Status status, object userState) { if ((this.StatusGetNextOperationCompleted == null)) { this.StatusGetNextOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStatusGetNextOperationCompleted); } this.InvokeAsync("StatusGetNext", new object[] { status}, this.StatusGetNextOperationCompleted, userState); } private void OnStatusGetNextOperationCompleted(object arg) { if ((this.StatusGetNextCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StatusGetNextCompleted(this, new StatusGetNextCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StepEclSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public StepEcl StepEclSave(StepEcl stepEcl) { object[] results = this.Invoke("StepEclSave", new object[] { stepEcl}); return ((StepEcl)(results[0])); } /// public System.IAsyncResult BeginStepEclSave(StepEcl stepEcl, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StepEclSave", new object[] { stepEcl}, callback, asyncState); } /// public StepEcl EndStepEclSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((StepEcl)(results[0])); } /// public void StepEclSaveAsync(StepEcl stepEcl) { this.StepEclSaveAsync(stepEcl, null); } /// public void StepEclSaveAsync(StepEcl stepEcl, object userState) { if ((this.StepEclSaveOperationCompleted == null)) { this.StepEclSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStepEclSaveOperationCompleted); } this.InvokeAsync("StepEclSave", new object[] { stepEcl}, this.StepEclSaveOperationCompleted, userState); } private void OnStepEclSaveOperationCompleted(object arg) { if ((this.StepEclSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StepEclSaveCompleted(this, new StepEclSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StepEclGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public StepEcl StepEclGet(string id) { object[] results = this.Invoke("StepEclGet", new object[] { id}); return ((StepEcl)(results[0])); } /// public System.IAsyncResult BeginStepEclGet(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StepEclGet", new object[] { id}, callback, asyncState); } /// public StepEcl EndStepEclGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((StepEcl)(results[0])); } /// public void StepEclGetAsync(string id) { this.StepEclGetAsync(id, null); } /// public void StepEclGetAsync(string id, object userState) { if ((this.StepEclGetOperationCompleted == null)) { this.StepEclGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStepEclGetOperationCompleted); } this.InvokeAsync("StepEclGet", new object[] { id}, this.StepEclGetOperationCompleted, userState); } private void OnStepEclGetOperationCompleted(object arg) { if ((this.StepEclGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StepEclGetCompleted(this, new StepEclGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StepEclDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void StepEclDelete(string id) { this.Invoke("StepEclDelete", new object[] { id}); } /// public System.IAsyncResult BeginStepEclDelete(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StepEclDelete", new object[] { id}, callback, asyncState); } /// public void EndStepEclDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void StepEclDeleteAsync(string id) { this.StepEclDeleteAsync(id, null); } /// public void StepEclDeleteAsync(string id, object userState) { if ((this.StepEclDeleteOperationCompleted == null)) { this.StepEclDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStepEclDeleteOperationCompleted); } this.InvokeAsync("StepEclDelete", new object[] { id}, this.StepEclDeleteOperationCompleted, userState); } private void OnStepEclDeleteOperationCompleted(object arg) { if ((this.StepEclDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StepEclDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StepEclGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public StepEcl[] StepEclGetList(string statusId) { object[] results = this.Invoke("StepEclGetList", new object[] { statusId}); return ((StepEcl[])(results[0])); } /// public System.IAsyncResult BeginStepEclGetList(string statusId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StepEclGetList", new object[] { statusId}, callback, asyncState); } /// public StepEcl[] EndStepEclGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((StepEcl[])(results[0])); } /// public void StepEclGetListAsync(string statusId) { this.StepEclGetListAsync(statusId, null); } /// public void StepEclGetListAsync(string statusId, object userState) { if ((this.StepEclGetListOperationCompleted == null)) { this.StepEclGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStepEclGetListOperationCompleted); } this.InvokeAsync("StepEclGetList", new object[] { statusId}, this.StepEclGetListOperationCompleted, userState); } private void OnStepEclGetListOperationCompleted(object arg) { if ((this.StepEclGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StepEclGetListCompleted(this, new StepEclGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StepRightSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public StepRight StepRightSave(StepRight stepRight) { object[] results = this.Invoke("StepRightSave", new object[] { stepRight}); return ((StepRight)(results[0])); } /// public System.IAsyncResult BeginStepRightSave(StepRight stepRight, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StepRightSave", new object[] { stepRight}, callback, asyncState); } /// public StepRight EndStepRightSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((StepRight)(results[0])); } /// public void StepRightSaveAsync(StepRight stepRight) { this.StepRightSaveAsync(stepRight, null); } /// public void StepRightSaveAsync(StepRight stepRight, object userState) { if ((this.StepRightSaveOperationCompleted == null)) { this.StepRightSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStepRightSaveOperationCompleted); } this.InvokeAsync("StepRightSave", new object[] { stepRight}, this.StepRightSaveOperationCompleted, userState); } private void OnStepRightSaveOperationCompleted(object arg) { if ((this.StepRightSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StepRightSaveCompleted(this, new StepRightSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StepRightGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public StepRight StepRightGet(string id) { object[] results = this.Invoke("StepRightGet", new object[] { id}); return ((StepRight)(results[0])); } /// public System.IAsyncResult BeginStepRightGet(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StepRightGet", new object[] { id}, callback, asyncState); } /// public StepRight EndStepRightGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((StepRight)(results[0])); } /// public void StepRightGetAsync(string id) { this.StepRightGetAsync(id, null); } /// public void StepRightGetAsync(string id, object userState) { if ((this.StepRightGetOperationCompleted == null)) { this.StepRightGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStepRightGetOperationCompleted); } this.InvokeAsync("StepRightGet", new object[] { id}, this.StepRightGetOperationCompleted, userState); } private void OnStepRightGetOperationCompleted(object arg) { if ((this.StepRightGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StepRightGetCompleted(this, new StepRightGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StepRightDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void StepRightDelete(string id) { this.Invoke("StepRightDelete", new object[] { id}); } /// public System.IAsyncResult BeginStepRightDelete(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StepRightDelete", new object[] { id}, callback, asyncState); } /// public void EndStepRightDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void StepRightDeleteAsync(string id) { this.StepRightDeleteAsync(id, null); } /// public void StepRightDeleteAsync(string id, object userState) { if ((this.StepRightDeleteOperationCompleted == null)) { this.StepRightDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStepRightDeleteOperationCompleted); } this.InvokeAsync("StepRightDelete", new object[] { id}, this.StepRightDeleteOperationCompleted, userState); } private void OnStepRightDeleteOperationCompleted(object arg) { if ((this.StepRightDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StepRightDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/StepRightGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public StepRight[] StepRightGetList(string statusId) { object[] results = this.Invoke("StepRightGetList", new object[] { statusId}); return ((StepRight[])(results[0])); } /// public System.IAsyncResult BeginStepRightGetList(string statusId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("StepRightGetList", new object[] { statusId}, callback, asyncState); } /// public StepRight[] EndStepRightGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((StepRight[])(results[0])); } /// public void StepRightGetListAsync(string statusId) { this.StepRightGetListAsync(statusId, null); } /// public void StepRightGetListAsync(string statusId, object userState) { if ((this.StepRightGetListOperationCompleted == null)) { this.StepRightGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStepRightGetListOperationCompleted); } this.InvokeAsync("StepRightGetList", new object[] { statusId}, this.StepRightGetListOperationCompleted, userState); } private void OnStepRightGetListOperationCompleted(object arg) { if ((this.StepRightGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.StepRightGetListCompleted(this, new StepRightGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ViewSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public View ViewSave(View viewToSave) { object[] results = this.Invoke("ViewSave", new object[] { viewToSave}); return ((View)(results[0])); } /// public System.IAsyncResult BeginViewSave(View viewToSave, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ViewSave", new object[] { viewToSave}, callback, asyncState); } /// public View EndViewSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((View)(results[0])); } /// public void ViewSaveAsync(View viewToSave) { this.ViewSaveAsync(viewToSave, null); } /// public void ViewSaveAsync(View viewToSave, object userState) { if ((this.ViewSaveOperationCompleted == null)) { this.ViewSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnViewSaveOperationCompleted); } this.InvokeAsync("ViewSave", new object[] { viewToSave}, this.ViewSaveOperationCompleted, userState); } private void OnViewSaveOperationCompleted(object arg) { if ((this.ViewSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ViewSaveCompleted(this, new ViewSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ViewDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void ViewDelete(string viewId) { this.Invoke("ViewDelete", new object[] { viewId}); } /// public System.IAsyncResult BeginViewDelete(string viewId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ViewDelete", new object[] { viewId}, callback, asyncState); } /// public void EndViewDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void ViewDeleteAsync(string viewId) { this.ViewDeleteAsync(viewId, null); } /// public void ViewDeleteAsync(string viewId, object userState) { if ((this.ViewDeleteOperationCompleted == null)) { this.ViewDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnViewDeleteOperationCompleted); } this.InvokeAsync("ViewDelete", new object[] { viewId}, this.ViewDeleteOperationCompleted, userState); } private void OnViewDeleteOperationCompleted(object arg) { if ((this.ViewDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ViewDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ViewGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public View ViewGet(string viewId) { object[] results = this.Invoke("ViewGet", new object[] { viewId}); return ((View)(results[0])); } /// public System.IAsyncResult BeginViewGet(string viewId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ViewGet", new object[] { viewId}, callback, asyncState); } /// public View EndViewGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((View)(results[0])); } /// public void ViewGetAsync(string viewId) { this.ViewGetAsync(viewId, null); } /// public void ViewGetAsync(string viewId, object userState) { if ((this.ViewGetOperationCompleted == null)) { this.ViewGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnViewGetOperationCompleted); } this.InvokeAsync("ViewGet", new object[] { viewId}, this.ViewGetOperationCompleted, userState); } private void OnViewGetOperationCompleted(object arg) { if ((this.ViewGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ViewGetCompleted(this, new ViewGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ViewGetListAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet ViewGetListAsDataset(string workspaceId) { object[] results = this.Invoke("ViewGetListAsDataset", new object[] { workspaceId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginViewGetListAsDataset(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ViewGetListAsDataset", new object[] { workspaceId}, callback, asyncState); } /// public System.Data.DataSet EndViewGetListAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void ViewGetListAsDatasetAsync(string workspaceId) { this.ViewGetListAsDatasetAsync(workspaceId, null); } /// public void ViewGetListAsDatasetAsync(string workspaceId, object userState) { if ((this.ViewGetListAsDatasetOperationCompleted == null)) { this.ViewGetListAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnViewGetListAsDatasetOperationCompleted); } this.InvokeAsync("ViewGetListAsDataset", new object[] { workspaceId}, this.ViewGetListAsDatasetOperationCompleted, userState); } private void OnViewGetListAsDatasetOperationCompleted(object arg) { if ((this.ViewGetListAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ViewGetListAsDatasetCompleted(this, new ViewGetListAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ObjectReferenceGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public MezzoteamObjectReference[] ObjectReferenceGetList(string parentId, string referenceCode) { object[] results = this.Invoke("ObjectReferenceGetList", new object[] { parentId, referenceCode}); return ((MezzoteamObjectReference[])(results[0])); } /// public System.IAsyncResult BeginObjectReferenceGetList(string parentId, string referenceCode, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ObjectReferenceGetList", new object[] { parentId, referenceCode}, callback, asyncState); } /// public MezzoteamObjectReference[] EndObjectReferenceGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((MezzoteamObjectReference[])(results[0])); } /// public void ObjectReferenceGetListAsync(string parentId, string referenceCode) { this.ObjectReferenceGetListAsync(parentId, referenceCode, null); } /// public void ObjectReferenceGetListAsync(string parentId, string referenceCode, object userState) { if ((this.ObjectReferenceGetListOperationCompleted == null)) { this.ObjectReferenceGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnObjectReferenceGetListOperationCompleted); } this.InvokeAsync("ObjectReferenceGetList", new object[] { parentId, referenceCode}, this.ObjectReferenceGetListOperationCompleted, userState); } private void OnObjectReferenceGetListOperationCompleted(object arg) { if ((this.ObjectReferenceGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ObjectReferenceGetListCompleted(this, new ObjectReferenceGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ObjectReferenceGetListAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet ObjectReferenceGetListAsDataSet(string parentId, string referenceCode) { object[] results = this.Invoke("ObjectReferenceGetListAsDataSet", new object[] { parentId, referenceCode}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginObjectReferenceGetListAsDataSet(string parentId, string referenceCode, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ObjectReferenceGetListAsDataSet", new object[] { parentId, referenceCode}, callback, asyncState); } /// public System.Data.DataSet EndObjectReferenceGetListAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void ObjectReferenceGetListAsDataSetAsync(string parentId, string referenceCode) { this.ObjectReferenceGetListAsDataSetAsync(parentId, referenceCode, null); } /// public void ObjectReferenceGetListAsDataSetAsync(string parentId, string referenceCode, object userState) { if ((this.ObjectReferenceGetListAsDataSetOperationCompleted == null)) { this.ObjectReferenceGetListAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnObjectReferenceGetListAsDataSetOperationCompleted); } this.InvokeAsync("ObjectReferenceGetListAsDataSet", new object[] { parentId, referenceCode}, this.ObjectReferenceGetListAsDataSetOperationCompleted, userState); } private void OnObjectReferenceGetListAsDataSetOperationCompleted(object arg) { if ((this.ObjectReferenceGetListAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ObjectReferenceGetListAsDataSetCompleted(this, new ObjectReferenceGetListAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/XmlDataGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Xml.XmlNode XmlDataGet(string objectId) { object[] results = this.Invoke("XmlDataGet", new object[] { objectId}); return ((System.Xml.XmlNode)(results[0])); } /// public System.IAsyncResult BeginXmlDataGet(string objectId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("XmlDataGet", new object[] { objectId}, callback, asyncState); } /// public System.Xml.XmlNode EndXmlDataGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Xml.XmlNode)(results[0])); } /// public void XmlDataGetAsync(string objectId) { this.XmlDataGetAsync(objectId, null); } /// public void XmlDataGetAsync(string objectId, object userState) { if ((this.XmlDataGetOperationCompleted == null)) { this.XmlDataGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnXmlDataGetOperationCompleted); } this.InvokeAsync("XmlDataGet", new object[] { objectId}, this.XmlDataGetOperationCompleted, userState); } private void OnXmlDataGetOperationCompleted(object arg) { if ((this.XmlDataGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.XmlDataGetCompleted(this, new XmlDataGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/XmlDataSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void XmlDataSave(string objectId, System.Xml.XmlNode xmlDocument) { this.Invoke("XmlDataSave", new object[] { objectId, xmlDocument}); } /// public System.IAsyncResult BeginXmlDataSave(string objectId, System.Xml.XmlNode xmlDocument, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("XmlDataSave", new object[] { objectId, xmlDocument}, callback, asyncState); } /// public void EndXmlDataSave(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void XmlDataSaveAsync(string objectId, System.Xml.XmlNode xmlDocument) { this.XmlDataSaveAsync(objectId, xmlDocument, null); } /// public void XmlDataSaveAsync(string objectId, System.Xml.XmlNode xmlDocument, object userState) { if ((this.XmlDataSaveOperationCompleted == null)) { this.XmlDataSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnXmlDataSaveOperationCompleted); } this.InvokeAsync("XmlDataSave", new object[] { objectId, xmlDocument}, this.XmlDataSaveOperationCompleted, userState); } private void OnXmlDataSaveOperationCompleted(object arg) { if ((this.XmlDataSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.XmlDataSaveCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentGetFromFile", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Document DocumentGetFromFile(string fileId) { object[] results = this.Invoke("DocumentGetFromFile", new object[] { fileId}); return ((Document)(results[0])); } /// public System.IAsyncResult BeginDocumentGetFromFile(string fileId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentGetFromFile", new object[] { fileId}, callback, asyncState); } /// public Document EndDocumentGetFromFile(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Document)(results[0])); } /// public void DocumentGetFromFileAsync(string fileId) { this.DocumentGetFromFileAsync(fileId, null); } /// public void DocumentGetFromFileAsync(string fileId, object userState) { if ((this.DocumentGetFromFileOperationCompleted == null)) { this.DocumentGetFromFileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentGetFromFileOperationCompleted); } this.InvokeAsync("DocumentGetFromFile", new object[] { fileId}, this.DocumentGetFromFileOperationCompleted, userState); } private void OnDocumentGetFromFileOperationCompleted(object arg) { if ((this.DocumentGetFromFileCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentGetFromFileCompleted(this, new DocumentGetFromFileCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentFileIsInDocument", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public bool DocumentFileIsInDocument(string fileId) { object[] results = this.Invoke("DocumentFileIsInDocument", new object[] { fileId}); return ((bool)(results[0])); } /// public System.IAsyncResult BeginDocumentFileIsInDocument(string fileId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentFileIsInDocument", new object[] { fileId}, callback, asyncState); } /// public bool EndDocumentFileIsInDocument(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((bool)(results[0])); } /// public void DocumentFileIsInDocumentAsync(string fileId) { this.DocumentFileIsInDocumentAsync(fileId, null); } /// public void DocumentFileIsInDocumentAsync(string fileId, object userState) { if ((this.DocumentFileIsInDocumentOperationCompleted == null)) { this.DocumentFileIsInDocumentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentFileIsInDocumentOperationCompleted); } this.InvokeAsync("DocumentFileIsInDocument", new object[] { fileId}, this.DocumentFileIsInDocumentOperationCompleted, userState); } private void OnDocumentFileIsInDocumentOperationCompleted(object arg) { if ((this.DocumentFileIsInDocumentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentFileIsInDocumentCompleted(this, new DocumentFileIsInDocumentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class AttributeDefinition { private string templateIdField; private string objectTypeIdField; private string codeField; private string defaultLabelField; private string typeField; private int minimumValueNumbersField; private int maximumValueNumbersField; private int minimumLengthField; private int maximumLengthField; private string patternField; private MetaDataType metaDataTypeField; private string dataSourceIdField; private AttributModification modifiableField; private int sortOrderField; /// public string TemplateId { get { return this.templateIdField; } set { this.templateIdField = value; } } /// public string ObjectTypeId { get { return this.objectTypeIdField; } set { this.objectTypeIdField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string DefaultLabel { get { return this.defaultLabelField; } set { this.defaultLabelField = value; } } /// public string Type { get { return this.typeField; } set { this.typeField = value; } } /// public int MinimumValueNumbers { get { return this.minimumValueNumbersField; } set { this.minimumValueNumbersField = value; } } /// public int MaximumValueNumbers { get { return this.maximumValueNumbersField; } set { this.maximumValueNumbersField = value; } } /// public int MinimumLength { get { return this.minimumLengthField; } set { this.minimumLengthField = value; } } /// public int MaximumLength { get { return this.maximumLengthField; } set { this.maximumLengthField = value; } } /// public string Pattern { get { return this.patternField; } set { this.patternField = value; } } /// public MetaDataType MetaDataType { get { return this.metaDataTypeField; } set { this.metaDataTypeField = value; } } /// public string DataSourceId { get { return this.dataSourceIdField; } set { this.dataSourceIdField = value; } } /// public AttributModification Modifiable { get { return this.modifiableField; } set { this.modifiableField = value; } } /// public int SortOrder { get { return this.sortOrderField; } set { this.sortOrderField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class MetaDataType { private string idField; private string normalizationField; private string codeField; private string typeField; private string uriField; private string definitionField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Normalization { get { return this.normalizationField; } set { this.normalizationField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Type { get { return this.typeField; } set { this.typeField = value; } } /// public string Uri { get { return this.uriField; } set { this.uriField = value; } } /// public string Definition { get { return this.definitionField; } set { this.definitionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class MezzoteamObjectReference { private string idField; private string workspaceIdField; private string classNameField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public string ClassName { get { return this.classNameField; } set { this.classNameField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class View { private string idField; private string nameField; private string descriptionField; private string workspaceIdField; private SearchObject searchField; private string[] actionsListField; private System.Nullable typeField; private string rssClientLinkField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public SearchObject Search { get { return this.searchField; } set { this.searchField = value; } } /// public string[] ActionsList { get { return this.actionsListField; } set { this.actionsListField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] public System.Nullable Type { get { return this.typeField; } set { this.typeField = value; } } /// public string RssClientLink { get { return this.rssClientLinkField; } set { this.rssClientLinkField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class SearchObject { private string workspaceIdField; private Condition[] searchConditionsField; private string formulaField; private string documentTypeIdField; private string[] attributesListField; private int maxReturnedValuesField; private string sortCriteriaField; private SortOrders sortOrderField; private Restrictions restrictionField; /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public Condition[] SearchConditions { get { return this.searchConditionsField; } set { this.searchConditionsField = value; } } /// public string Formula { get { return this.formulaField; } set { this.formulaField = value; } } /// public string DocumentTypeId { get { return this.documentTypeIdField; } set { this.documentTypeIdField = value; } } /// public string[] AttributesList { get { return this.attributesListField; } set { this.attributesListField = value; } } /// public int MaxReturnedValues { get { return this.maxReturnedValuesField; } set { this.maxReturnedValuesField = value; } } /// public string SortCriteria { get { return this.sortCriteriaField; } set { this.sortCriteriaField = value; } } /// public SortOrders SortOrder { get { return this.sortOrderField; } set { this.sortOrderField = value; } } /// public Restrictions Restriction { get { return this.restrictionField; } set { this.restrictionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Condition { private string attributeNameField; private string operatorField; private string valueField; private string separatorField; /// public string AttributeName { get { return this.attributeNameField; } set { this.attributeNameField = value; } } /// public string Operator { get { return this.operatorField; } set { this.operatorField = value; } } /// public string Value { get { return this.valueField; } set { this.valueField = value; } } /// public string Separator { get { return this.separatorField; } set { this.separatorField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum SortOrders { /// ASC, /// DESC, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum Restrictions { /// NONE, /// LASTREVISION, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum ViewType { /// document, /// task, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class StepEcl { private string idField; private string formulaField; private int priorityField; private string statusIdField; private DynamicMemberList addListField; private DynamicMemberList removeListField; private string actionCodeField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Formula { get { return this.formulaField; } set { this.formulaField = value; } } /// public int Priority { get { return this.priorityField; } set { this.priorityField = value; } } /// public string StatusId { get { return this.statusIdField; } set { this.statusIdField = value; } } /// public DynamicMemberList AddList { get { return this.addListField; } set { this.addListField = value; } } /// public DynamicMemberList RemoveList { get { return this.removeListField; } set { this.removeListField = value; } } /// public string ActionCode { get { return this.actionCodeField; } set { this.actionCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DynamicMemberList : MemberList { private string[] dynamicListField; /// public string[] DynamicList { get { return this.dynamicListField; } set { this.dynamicListField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class StepRight { private string idField; private string formulaField; private int priorityField; private string statusIdField; private DynamicMemberList addListField; private DynamicMemberList removeListField; private bool makeUnableField; private bool makeDisableField; private AclAccessType rightTypeField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Formula { get { return this.formulaField; } set { this.formulaField = value; } } /// public int Priority { get { return this.priorityField; } set { this.priorityField = value; } } /// public string StatusId { get { return this.statusIdField; } set { this.statusIdField = value; } } /// public DynamicMemberList AddList { get { return this.addListField; } set { this.addListField = value; } } /// public DynamicMemberList RemoveList { get { return this.removeListField; } set { this.removeListField = value; } } /// public bool MakeUnable { get { return this.makeUnableField; } set { this.makeUnableField = value; } } /// public bool MakeDisable { get { return this.makeDisableField; } set { this.makeDisableField = value; } } /// public AclAccessType RightType { get { return this.rightTypeField; } set { this.rightTypeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Status { private string idField; private int orderField; private StepRight[] stepRightsField; private string domainUniqueIdentifierField; private string codeField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public int Order { get { return this.orderField; } set { this.orderField = value; } } /// public StepRight[] StepRights { get { return this.stepRightsField; } set { this.stepRightsField = value; } } /// public string DomainUniqueIdentifier { get { return this.domainUniqueIdentifierField; } set { this.domainUniqueIdentifierField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class ObjectType { private string classNameField; private string idField; private string codeField; private string defaultLabelField; private string workspaceIdField; private string fileRenamingTemplateFieldField; private CopyDocumentFiles copyFilesField; private AttributeDefinition[] fieldsField; /// public string ClassName { get { return this.classNameField; } set { this.classNameField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string DefaultLabel { get { return this.defaultLabelField; } set { this.defaultLabelField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public string FileRenamingTemplateField { get { return this.fileRenamingTemplateFieldField; } set { this.fileRenamingTemplateFieldField = value; } } /// public CopyDocumentFiles CopyFiles { get { return this.copyFilesField; } set { this.copyFilesField = value; } } /// public AttributeDefinition[] Fields { get { return this.fieldsField; } set { this.fieldsField = value; } } } /// [System.FlagsAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum CopyDocumentFiles { /// Never = 1, /// OnRevise = 2, /// OnClone = 4, /// OnCloneAndRevise = 8, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Attribute { private object[] itemsField; private string nameField; private string typeField; /// [System.Xml.Serialization.XmlElementAttribute("base64Binary", typeof(byte[]), DataType="base64Binary")] [System.Xml.Serialization.XmlElementAttribute("boolean", typeof(bool))] [System.Xml.Serialization.XmlElementAttribute("dateTime", typeof(System.DateTime))] [System.Xml.Serialization.XmlElementAttribute("double", typeof(double))] [System.Xml.Serialization.XmlElementAttribute("integer", typeof(int))] [System.Xml.Serialization.XmlElementAttribute("string", typeof(string))] public object[] Items { get { return this.itemsField; } set { this.itemsField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Name { get { return this.nameField; } set { this.nameField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Type { get { return this.typeField; } set { this.typeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class UserReference { private string idField; private User userField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public User User { get { return this.userField; } set { this.userField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Document { private string classNameField; private string titleField; private string versionField; private VersionStatusTypes versionStatusField; private string versionCommentsField; private UserReference creatorField; private UserReference modificatorField; private Attribute[] fieldsField; private string statusField; private string objectTypeIdField; private string idField; private string codeField; private string referenceField; private UserReference authorField; private System.DateTime deathDateField; private bool deathDateFieldSpecified; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private System.DateTime modificationDateField; private bool modificationDateFieldSpecified; private string workspaceIdField; private UserReference ownerField; private bool deadField; private System.DateTime deletedDateField; private bool deletedDateFieldSpecified; private string deletedAuthorField; private string deletedIdField; /// public string ClassName { get { return this.classNameField; } set { this.classNameField = value; } } /// public string Title { get { return this.titleField; } set { this.titleField = value; } } /// public string Version { get { return this.versionField; } set { this.versionField = value; } } /// public VersionStatusTypes VersionStatus { get { return this.versionStatusField; } set { this.versionStatusField = value; } } /// public string VersionComments { get { return this.versionCommentsField; } set { this.versionCommentsField = value; } } /// public UserReference Creator { get { return this.creatorField; } set { this.creatorField = value; } } /// public UserReference Modificator { get { return this.modificatorField; } set { this.modificatorField = value; } } /// public Attribute[] Fields { get { return this.fieldsField; } set { this.fieldsField = value; } } /// public string Status { get { return this.statusField; } set { this.statusField = value; } } /// public string ObjectTypeId { get { return this.objectTypeIdField; } set { this.objectTypeIdField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Reference { get { return this.referenceField; } set { this.referenceField = value; } } /// public UserReference Author { get { return this.authorField; } set { this.authorField = value; } } /// public System.DateTime DeathDate { get { return this.deathDateField; } set { this.deathDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeathDateSpecified { get { return this.deathDateFieldSpecified; } set { this.deathDateFieldSpecified = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public System.DateTime ModificationDate { get { return this.modificationDateField; } set { this.modificationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ModificationDateSpecified { get { return this.modificationDateFieldSpecified; } set { this.modificationDateFieldSpecified = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public UserReference Owner { get { return this.ownerField; } set { this.ownerField = value; } } /// public bool Dead { get { return this.deadField; } set { this.deadField = value; } } /// public System.DateTime DeletedDate { get { return this.deletedDateField; } set { this.deletedDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeletedDateSpecified { get { return this.deletedDateFieldSpecified; } set { this.deletedDateFieldSpecified = value; } } /// public string DeletedAuthor { get { return this.deletedAuthorField; } set { this.deletedAuthorField = value; } } /// public string DeletedId { get { return this.deletedIdField; } set { this.deletedIdField = value; } } } /// [System.FlagsAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum VersionStatusTypes { /// Other = 1, /// LastVersion = 2, /// CurrentVersion = 4, /// Obsolete = 8, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DataSourceEntry { private string idField; private string codeField; private string labelField; private string valueField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Label { get { return this.labelField; } set { this.labelField = value; } } /// public string Value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DataSource { private string workspaceIdField; private string parametersField; private string idField; private string definitionField; private string defaultLabelField; private DataSourceEntry[] entriesField; private DataSourceType dataSourceTypeField; /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public string Parameters { get { return this.parametersField; } set { this.parametersField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Definition { get { return this.definitionField; } set { this.definitionField = value; } } /// public string DefaultLabel { get { return this.defaultLabelField; } set { this.defaultLabelField = value; } } /// public DataSourceEntry[] Entries { get { return this.entriesField; } set { this.entriesField = value; } } /// public DataSourceType DataSourceType { get { return this.dataSourceTypeField; } set { this.dataSourceTypeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum DataSourceType { /// DefaultValue, /// ComputedValue, /// DefaultList, /// ComputedList, /// ObjectList, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum AttributModification { /// False, /// True, /// OneTime, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AttributeDefinitionSaveCompletedEventHandler(object sender, AttributeDefinitionSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AttributeDefinitionSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AttributeDefinitionSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public AttributeDefinition Result { get { this.RaiseExceptionIfNecessary(); return ((AttributeDefinition)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AttributeDefinitionDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AttributeDefinitionGetCompletedEventHandler(object sender, AttributeDefinitionGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AttributeDefinitionGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AttributeDefinitionGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public AttributeDefinition Result { get { this.RaiseExceptionIfNecessary(); return ((AttributeDefinition)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AttributeDefinitionGetListCompletedEventHandler(object sender, AttributeDefinitionGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AttributeDefinitionGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AttributeDefinitionGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public AttributeDefinition[] Result { get { this.RaiseExceptionIfNecessary(); return ((AttributeDefinition[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AttributeDefinitionGetListExtendedCompletedEventHandler(object sender, AttributeDefinitionGetListExtendedCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AttributeDefinitionGetListExtendedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AttributeDefinitionGetListExtendedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public AttributeDefinition[] Result { get { this.RaiseExceptionIfNecessary(); return ((AttributeDefinition[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AttributeDefinitionGetListAsDataSetCompletedEventHandler(object sender, AttributeDefinitionGetListAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AttributeDefinitionGetListAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AttributeDefinitionGetListAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AttributeDeclarationGetListCompletedEventHandler(object sender, AttributeDeclarationGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AttributeDeclarationGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AttributeDeclarationGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DataSourceSaveCompletedEventHandler(object sender, DataSourceSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DataSourceSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DataSourceSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public DataSource Result { get { this.RaiseExceptionIfNecessary(); return ((DataSource)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DataSourceDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DataSourceGetCompletedEventHandler(object sender, DataSourceGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DataSourceGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DataSourceGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public DataSource Result { get { this.RaiseExceptionIfNecessary(); return ((DataSource)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DataSourceGetListCompletedEventHandler(object sender, DataSourceGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DataSourceGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DataSourceGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public DataSource[] Result { get { this.RaiseExceptionIfNecessary(); return ((DataSource[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DataSourceGetListAsDataSetCompletedEventHandler(object sender, DataSourceGetListAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DataSourceGetListAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DataSourceGetListAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentGetCompletedEventHandler(object sender, DocumentGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Document Result { get { this.RaiseExceptionIfNecessary(); return ((Document)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void AttributeValueComputeCompletedEventHandler(object sender, AttributeValueComputeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AttributeValueComputeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AttributeValueComputeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public object[] Result { get { this.RaiseExceptionIfNecessary(); return ((object[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentAllAttributeValuesComputeCompletedEventHandler(object sender, DocumentAllAttributeValuesComputeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentAllAttributeValuesComputeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentAllAttributeValuesComputeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Document Result { get { this.RaiseExceptionIfNecessary(); return ((Document)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DataSourceGetEntriesCompletedEventHandler(object sender, DataSourceGetEntriesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DataSourceGetEntriesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DataSourceGetEntriesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public DataSourceEntry[] Result { get { this.RaiseExceptionIfNecessary(); return ((DataSourceEntry[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentInstanciateFromObjectTypeCompletedEventHandler(object sender, DocumentInstanciateFromObjectTypeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentInstanciateFromObjectTypeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentInstanciateFromObjectTypeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Document Result { get { this.RaiseExceptionIfNecessary(); return ((Document)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentInstanciateFromDocumentCompletedEventHandler(object sender, DocumentInstanciateFromDocumentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentInstanciateFromDocumentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentInstanciateFromDocumentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Document Result { get { this.RaiseExceptionIfNecessary(); return ((Document)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ObjectTypeGetCompletedEventHandler(object sender, ObjectTypeGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ObjectTypeGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ObjectTypeGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ObjectType Result { get { this.RaiseExceptionIfNecessary(); return ((ObjectType)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ObjectTypeGetByCodeCompletedEventHandler(object sender, ObjectTypeGetByCodeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ObjectTypeGetByCodeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ObjectTypeGetByCodeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ObjectType Result { get { this.RaiseExceptionIfNecessary(); return ((ObjectType)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ObjectTypeGetListCompletedEventHandler(object sender, ObjectTypeGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ObjectTypeGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ObjectTypeGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ObjectType[] Result { get { this.RaiseExceptionIfNecessary(); return ((ObjectType[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ObjectTypeGetListCodeCompletedEventHandler(object sender, ObjectTypeGetListCodeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ObjectTypeGetListCodeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ObjectTypeGetListCodeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public object[] Result { get { this.RaiseExceptionIfNecessary(); return ((object[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ObjectTypeGetListAsDataSetCompletedEventHandler(object sender, ObjectTypeGetListAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ObjectTypeGetListAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ObjectTypeGetListAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ObjectTypeDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ObjectTypeSaveCompletedEventHandler(object sender, ObjectTypeSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ObjectTypeSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ObjectTypeSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ObjectType Result { get { this.RaiseExceptionIfNecessary(); return ((ObjectType)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentSearchAsDatasetCompletedEventHandler(object sender, DocumentSearchAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentSearchAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentSearchAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StatusSaveCompletedEventHandler(object sender, StatusSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StatusSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StatusSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Status Result { get { this.RaiseExceptionIfNecessary(); return ((Status)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StatusGetCompletedEventHandler(object sender, StatusGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StatusGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StatusGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Status Result { get { this.RaiseExceptionIfNecessary(); return ((Status)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StatusDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StatusGetListCompletedEventHandler(object sender, StatusGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StatusGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StatusGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Status[] Result { get { this.RaiseExceptionIfNecessary(); return ((Status[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StatusGetList2CompletedEventHandler(object sender, StatusGetList2CompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StatusGetList2CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StatusGetList2CompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Status[] Result { get { this.RaiseExceptionIfNecessary(); return ((Status[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StatusGetNextCompletedEventHandler(object sender, StatusGetNextCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StatusGetNextCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StatusGetNextCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Status Result { get { this.RaiseExceptionIfNecessary(); return ((Status)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StepEclSaveCompletedEventHandler(object sender, StepEclSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StepEclSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StepEclSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public StepEcl Result { get { this.RaiseExceptionIfNecessary(); return ((StepEcl)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StepEclGetCompletedEventHandler(object sender, StepEclGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StepEclGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StepEclGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public StepEcl Result { get { this.RaiseExceptionIfNecessary(); return ((StepEcl)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StepEclDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StepEclGetListCompletedEventHandler(object sender, StepEclGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StepEclGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StepEclGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public StepEcl[] Result { get { this.RaiseExceptionIfNecessary(); return ((StepEcl[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StepRightSaveCompletedEventHandler(object sender, StepRightSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StepRightSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StepRightSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public StepRight Result { get { this.RaiseExceptionIfNecessary(); return ((StepRight)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StepRightGetCompletedEventHandler(object sender, StepRightGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StepRightGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StepRightGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public StepRight Result { get { this.RaiseExceptionIfNecessary(); return ((StepRight)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StepRightDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void StepRightGetListCompletedEventHandler(object sender, StepRightGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class StepRightGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal StepRightGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public StepRight[] Result { get { this.RaiseExceptionIfNecessary(); return ((StepRight[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ViewSaveCompletedEventHandler(object sender, ViewSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ViewSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ViewSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public View Result { get { this.RaiseExceptionIfNecessary(); return ((View)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ViewDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ViewGetCompletedEventHandler(object sender, ViewGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ViewGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ViewGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public View Result { get { this.RaiseExceptionIfNecessary(); return ((View)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ViewGetListAsDatasetCompletedEventHandler(object sender, ViewGetListAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ViewGetListAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ViewGetListAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ObjectReferenceGetListCompletedEventHandler(object sender, ObjectReferenceGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ObjectReferenceGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ObjectReferenceGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public MezzoteamObjectReference[] Result { get { this.RaiseExceptionIfNecessary(); return ((MezzoteamObjectReference[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ObjectReferenceGetListAsDataSetCompletedEventHandler(object sender, ObjectReferenceGetListAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ObjectReferenceGetListAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ObjectReferenceGetListAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void XmlDataGetCompletedEventHandler(object sender, XmlDataGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class XmlDataGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal XmlDataGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Xml.XmlNode Result { get { this.RaiseExceptionIfNecessary(); return ((System.Xml.XmlNode)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void XmlDataSaveCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentGetFromFileCompletedEventHandler(object sender, DocumentGetFromFileCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentGetFromFileCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentGetFromFileCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Document Result { get { this.RaiseExceptionIfNecessary(); return ((Document)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentFileIsInDocumentCompletedEventHandler(object sender, DocumentFileIsInDocumentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentFileIsInDocumentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentFileIsInDocumentCompletedEventArgs(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("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="filesSoap", Namespace="http://www.mezzoteam.com/")] [System.Xml.Serialization.XmlIncludeAttribute(typeof(MarshalByRefObject))] public partial class files : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback FileSaveOperationCompleted; private System.Threading.SendOrPostCallback FileSave2OperationCompleted; private System.Threading.SendOrPostCallback ChunkedFileSaveStartOperationCompleted; private System.Threading.SendOrPostCallback ChunkedFileSaveAppendOperationCompleted; private System.Threading.SendOrPostCallback ChunkedFileSaveFinalizeAndCheckCancelOperationCompleted; private System.Threading.SendOrPostCallback ChunkedFileSaveFinalizeOperationCompleted; private System.Threading.SendOrPostCallback FileGetOperationCompleted; private System.Threading.SendOrPostCallback FileGetFromPathOperationCompleted; private System.Threading.SendOrPostCallback FileGetFromNameOperationCompleted; private System.Threading.SendOrPostCallback FileGetContentOperationCompleted; private System.Threading.SendOrPostCallback FileReadOperationCompleted; private System.Threading.SendOrPostCallback FileGetIconOperationCompleted; private System.Threading.SendOrPostCallback FileSaveAttributesOperationCompleted; private System.Threading.SendOrPostCallback FileDeleteOperationCompleted; private System.Threading.SendOrPostCallback FolderSaveOperationCompleted; private System.Threading.SendOrPostCallback FolderGetOperationCompleted; private System.Threading.SendOrPostCallback FolderGetRootOperationCompleted; private System.Threading.SendOrPostCallback FolderGetFromPathOperationCompleted; private System.Threading.SendOrPostCallback FolderDeleteOperationCompleted; private System.Threading.SendOrPostCallback FolderMoveOperationCompleted; private System.Threading.SendOrPostCallback FileMoveOperationCompleted; private System.Threading.SendOrPostCallback FileCopyOperationCompleted; private System.Threading.SendOrPostCallback FolderCopyOperationCompleted; private System.Threading.SendOrPostCallback FileGetListFromFolderAsArrayListOperationCompleted; private System.Threading.SendOrPostCallback FileGetListFromFolderRecursionAsArrayListOperationCompleted; private System.Threading.SendOrPostCallback FileGetListFromFolderAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback FileGetListFromFolderRecursionAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback FolderSaveFromPathOperationCompleted; private System.Threading.SendOrPostCallback FileSearchAsArrayListOperationCompleted; private System.Threading.SendOrPostCallback FileSearchAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback FolderGetParentsAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback FolderGetParentsAsArrayListOperationCompleted; private System.Threading.SendOrPostCallback FolderGetSizeOperationCompleted; /// public files() { this.Url = "http://www.mezzoteam.com/ws/files.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event FileSaveCompletedEventHandler FileSaveCompleted; /// public event FileSave2CompletedEventHandler FileSave2Completed; /// public event ChunkedFileSaveStartCompletedEventHandler ChunkedFileSaveStartCompleted; /// public event ChunkedFileSaveAppendCompletedEventHandler ChunkedFileSaveAppendCompleted; /// public event ChunkedFileSaveFinalizeAndCheckCancelCompletedEventHandler ChunkedFileSaveFinalizeAndCheckCancelCompleted; /// public event ChunkedFileSaveFinalizeCompletedEventHandler ChunkedFileSaveFinalizeCompleted; /// public event FileGetCompletedEventHandler FileGetCompleted; /// public event FileGetFromPathCompletedEventHandler FileGetFromPathCompleted; /// public event FileGetFromNameCompletedEventHandler FileGetFromNameCompleted; /// public event FileGetContentCompletedEventHandler FileGetContentCompleted; /// public event FileReadCompletedEventHandler FileReadCompleted; /// public event FileGetIconCompletedEventHandler FileGetIconCompleted; /// public event FileSaveAttributesCompletedEventHandler FileSaveAttributesCompleted; /// public event FileDeleteCompletedEventHandler FileDeleteCompleted; /// public event FolderSaveCompletedEventHandler FolderSaveCompleted; /// public event FolderGetCompletedEventHandler FolderGetCompleted; /// public event FolderGetRootCompletedEventHandler FolderGetRootCompleted; /// public event FolderGetFromPathCompletedEventHandler FolderGetFromPathCompleted; /// public event FolderDeleteCompletedEventHandler FolderDeleteCompleted; /// public event FolderMoveCompletedEventHandler FolderMoveCompleted; /// public event FileMoveCompletedEventHandler FileMoveCompleted; /// public event FileCopyCompletedEventHandler FileCopyCompleted; /// public event FolderCopyCompletedEventHandler FolderCopyCompleted; /// public event FileGetListFromFolderAsArrayListCompletedEventHandler FileGetListFromFolderAsArrayListCompleted; /// public event FileGetListFromFolderRecursionAsArrayListCompletedEventHandler FileGetListFromFolderRecursionAsArrayListCompleted; /// public event FileGetListFromFolderAsDataSetCompletedEventHandler FileGetListFromFolderAsDataSetCompleted; /// public event FileGetListFromFolderRecursionAsDataSetCompletedEventHandler FileGetListFromFolderRecursionAsDataSetCompleted; /// public event FolderSaveFromPathCompletedEventHandler FolderSaveFromPathCompleted; /// public event FileSearchAsArrayListCompletedEventHandler FileSearchAsArrayListCompleted; /// public event FileSearchAsDataSetCompletedEventHandler FileSearchAsDataSetCompleted; /// public event FolderGetParentsAsDataSetCompletedEventHandler FolderGetParentsAsDataSetCompleted; /// public event FolderGetParentsAsArrayListCompletedEventHandler FolderGetParentsAsArrayListCompleted; /// public event FolderGetSizeCompletedEventHandler FolderGetSizeCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public File FileSave(File fileInfo, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] byte[] content, bool isZipped) { object[] results = this.Invoke("FileSave", new object[] { fileInfo, content, isZipped}); return ((File)(results[0])); } /// public System.IAsyncResult BeginFileSave(File fileInfo, byte[] content, bool isZipped, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileSave", new object[] { fileInfo, content, isZipped}, callback, asyncState); } /// public File EndFileSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((File)(results[0])); } /// public void FileSaveAsync(File fileInfo, byte[] content, bool isZipped) { this.FileSaveAsync(fileInfo, content, isZipped, null); } /// public void FileSaveAsync(File fileInfo, byte[] content, bool isZipped, object userState) { if ((this.FileSaveOperationCompleted == null)) { this.FileSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileSaveOperationCompleted); } this.InvokeAsync("FileSave", new object[] { fileInfo, content, isZipped}, this.FileSaveOperationCompleted, userState); } private void OnFileSaveOperationCompleted(object arg) { if ((this.FileSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileSaveCompleted(this, new FileSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileSave2", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public File FileSave2(File fileInfo, Stream content) { object[] results = this.Invoke("FileSave2", new object[] { fileInfo, content}); return ((File)(results[0])); } /// public System.IAsyncResult BeginFileSave2(File fileInfo, Stream content, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileSave2", new object[] { fileInfo, content}, callback, asyncState); } /// public File EndFileSave2(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((File)(results[0])); } /// public void FileSave2Async(File fileInfo, Stream content) { this.FileSave2Async(fileInfo, content, null); } /// public void FileSave2Async(File fileInfo, Stream content, object userState) { if ((this.FileSave2OperationCompleted == null)) { this.FileSave2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileSave2OperationCompleted); } this.InvokeAsync("FileSave2", new object[] { fileInfo, content}, this.FileSave2OperationCompleted, userState); } private void OnFileSave2OperationCompleted(object arg) { if ((this.FileSave2Completed != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileSave2Completed(this, new FileSave2CompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ChunkedFileSaveStart", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string ChunkedFileSaveStart(string destinationFolderId, string destinationFullName, bool isFolder, System.DateTime fileModificationDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool fileModificationDateSpecified, string hashCodeValue) { object[] results = this.Invoke("ChunkedFileSaveStart", new object[] { destinationFolderId, destinationFullName, isFolder, fileModificationDate, fileModificationDateSpecified, hashCodeValue}); return ((string)(results[0])); } /// public System.IAsyncResult BeginChunkedFileSaveStart(string destinationFolderId, string destinationFullName, bool isFolder, System.DateTime fileModificationDate, bool fileModificationDateSpecified, string hashCodeValue, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ChunkedFileSaveStart", new object[] { destinationFolderId, destinationFullName, isFolder, fileModificationDate, fileModificationDateSpecified, hashCodeValue}, callback, asyncState); } /// public string EndChunkedFileSaveStart(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((string)(results[0])); } /// public void ChunkedFileSaveStartAsync(string destinationFolderId, string destinationFullName, bool isFolder, System.DateTime fileModificationDate, bool fileModificationDateSpecified, string hashCodeValue) { this.ChunkedFileSaveStartAsync(destinationFolderId, destinationFullName, isFolder, fileModificationDate, fileModificationDateSpecified, hashCodeValue, null); } /// public void ChunkedFileSaveStartAsync(string destinationFolderId, string destinationFullName, bool isFolder, System.DateTime fileModificationDate, bool fileModificationDateSpecified, string hashCodeValue, object userState) { if ((this.ChunkedFileSaveStartOperationCompleted == null)) { this.ChunkedFileSaveStartOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChunkedFileSaveStartOperationCompleted); } this.InvokeAsync("ChunkedFileSaveStart", new object[] { destinationFolderId, destinationFullName, isFolder, fileModificationDate, fileModificationDateSpecified, hashCodeValue}, this.ChunkedFileSaveStartOperationCompleted, userState); } private void OnChunkedFileSaveStartOperationCompleted(object arg) { if ((this.ChunkedFileSaveStartCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ChunkedFileSaveStartCompleted(this, new ChunkedFileSaveStartCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ChunkedFileSaveAppend", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public File ChunkedFileSaveAppend(File fileInfo, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] byte[] content, long offset, int bytesRead, bool isZipped) { object[] results = this.Invoke("ChunkedFileSaveAppend", new object[] { fileInfo, content, offset, bytesRead, isZipped}); return ((File)(results[0])); } /// public System.IAsyncResult BeginChunkedFileSaveAppend(File fileInfo, byte[] content, long offset, int bytesRead, bool isZipped, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ChunkedFileSaveAppend", new object[] { fileInfo, content, offset, bytesRead, isZipped}, callback, asyncState); } /// public File EndChunkedFileSaveAppend(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((File)(results[0])); } /// public void ChunkedFileSaveAppendAsync(File fileInfo, byte[] content, long offset, int bytesRead, bool isZipped) { this.ChunkedFileSaveAppendAsync(fileInfo, content, offset, bytesRead, isZipped, null); } /// public void ChunkedFileSaveAppendAsync(File fileInfo, byte[] content, long offset, int bytesRead, bool isZipped, object userState) { if ((this.ChunkedFileSaveAppendOperationCompleted == null)) { this.ChunkedFileSaveAppendOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChunkedFileSaveAppendOperationCompleted); } this.InvokeAsync("ChunkedFileSaveAppend", new object[] { fileInfo, content, offset, bytesRead, isZipped}, this.ChunkedFileSaveAppendOperationCompleted, userState); } private void OnChunkedFileSaveAppendOperationCompleted(object arg) { if ((this.ChunkedFileSaveAppendCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ChunkedFileSaveAppendCompleted(this, new ChunkedFileSaveAppendCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ChunkedFileSaveFinalizeAndCheckCancel", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public File ChunkedFileSaveFinalizeAndCheckCancel(File fileInfo, bool isZipped, bool isCanceled) { object[] results = this.Invoke("ChunkedFileSaveFinalizeAndCheckCancel", new object[] { fileInfo, isZipped, isCanceled}); return ((File)(results[0])); } /// public System.IAsyncResult BeginChunkedFileSaveFinalizeAndCheckCancel(File fileInfo, bool isZipped, bool isCanceled, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ChunkedFileSaveFinalizeAndCheckCancel", new object[] { fileInfo, isZipped, isCanceled}, callback, asyncState); } /// public File EndChunkedFileSaveFinalizeAndCheckCancel(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((File)(results[0])); } /// public void ChunkedFileSaveFinalizeAndCheckCancelAsync(File fileInfo, bool isZipped, bool isCanceled) { this.ChunkedFileSaveFinalizeAndCheckCancelAsync(fileInfo, isZipped, isCanceled, null); } /// public void ChunkedFileSaveFinalizeAndCheckCancelAsync(File fileInfo, bool isZipped, bool isCanceled, object userState) { if ((this.ChunkedFileSaveFinalizeAndCheckCancelOperationCompleted == null)) { this.ChunkedFileSaveFinalizeAndCheckCancelOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChunkedFileSaveFinalizeAndCheckCancelOperationCompleted); } this.InvokeAsync("ChunkedFileSaveFinalizeAndCheckCancel", new object[] { fileInfo, isZipped, isCanceled}, this.ChunkedFileSaveFinalizeAndCheckCancelOperationCompleted, userState); } private void OnChunkedFileSaveFinalizeAndCheckCancelOperationCompleted(object arg) { if ((this.ChunkedFileSaveFinalizeAndCheckCancelCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ChunkedFileSaveFinalizeAndCheckCancelCompleted(this, new ChunkedFileSaveFinalizeAndCheckCancelCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ChunkedFileSaveFinalize", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public File ChunkedFileSaveFinalize(File fileInfo, bool isZipped) { object[] results = this.Invoke("ChunkedFileSaveFinalize", new object[] { fileInfo, isZipped}); return ((File)(results[0])); } /// public System.IAsyncResult BeginChunkedFileSaveFinalize(File fileInfo, bool isZipped, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ChunkedFileSaveFinalize", new object[] { fileInfo, isZipped}, callback, asyncState); } /// public File EndChunkedFileSaveFinalize(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((File)(results[0])); } /// public void ChunkedFileSaveFinalizeAsync(File fileInfo, bool isZipped) { this.ChunkedFileSaveFinalizeAsync(fileInfo, isZipped, null); } /// public void ChunkedFileSaveFinalizeAsync(File fileInfo, bool isZipped, object userState) { if ((this.ChunkedFileSaveFinalizeOperationCompleted == null)) { this.ChunkedFileSaveFinalizeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChunkedFileSaveFinalizeOperationCompleted); } this.InvokeAsync("ChunkedFileSaveFinalize", new object[] { fileInfo, isZipped}, this.ChunkedFileSaveFinalizeOperationCompleted, userState); } private void OnChunkedFileSaveFinalizeOperationCompleted(object arg) { if ((this.ChunkedFileSaveFinalizeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ChunkedFileSaveFinalizeCompleted(this, new ChunkedFileSaveFinalizeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public File FileGet(string uid) { object[] results = this.Invoke("FileGet", new object[] { uid}); return ((File)(results[0])); } /// public System.IAsyncResult BeginFileGet(string uid, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileGet", new object[] { uid}, callback, asyncState); } /// public File EndFileGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((File)(results[0])); } /// public void FileGetAsync(string uid) { this.FileGetAsync(uid, null); } /// public void FileGetAsync(string uid, object userState) { if ((this.FileGetOperationCompleted == null)) { this.FileGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileGetOperationCompleted); } this.InvokeAsync("FileGet", new object[] { uid}, this.FileGetOperationCompleted, userState); } private void OnFileGetOperationCompleted(object arg) { if ((this.FileGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileGetCompleted(this, new FileGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileGetFromPath", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public File FileGetFromPath(string workspaceId, string path) { object[] results = this.Invoke("FileGetFromPath", new object[] { workspaceId, path}); return ((File)(results[0])); } /// public System.IAsyncResult BeginFileGetFromPath(string workspaceId, string path, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileGetFromPath", new object[] { workspaceId, path}, callback, asyncState); } /// public File EndFileGetFromPath(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((File)(results[0])); } /// public void FileGetFromPathAsync(string workspaceId, string path) { this.FileGetFromPathAsync(workspaceId, path, null); } /// public void FileGetFromPathAsync(string workspaceId, string path, object userState) { if ((this.FileGetFromPathOperationCompleted == null)) { this.FileGetFromPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileGetFromPathOperationCompleted); } this.InvokeAsync("FileGetFromPath", new object[] { workspaceId, path}, this.FileGetFromPathOperationCompleted, userState); } private void OnFileGetFromPathOperationCompleted(object arg) { if ((this.FileGetFromPathCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileGetFromPathCompleted(this, new FileGetFromPathCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileGetFromName", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public File FileGetFromName(string workspaceId, string parentid, string name) { object[] results = this.Invoke("FileGetFromName", new object[] { workspaceId, parentid, name}); return ((File)(results[0])); } /// public System.IAsyncResult BeginFileGetFromName(string workspaceId, string parentid, string name, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileGetFromName", new object[] { workspaceId, parentid, name}, callback, asyncState); } /// public File EndFileGetFromName(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((File)(results[0])); } /// public void FileGetFromNameAsync(string workspaceId, string parentid, string name) { this.FileGetFromNameAsync(workspaceId, parentid, name, null); } /// public void FileGetFromNameAsync(string workspaceId, string parentid, string name, object userState) { if ((this.FileGetFromNameOperationCompleted == null)) { this.FileGetFromNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileGetFromNameOperationCompleted); } this.InvokeAsync("FileGetFromName", new object[] { workspaceId, parentid, name}, this.FileGetFromNameOperationCompleted, userState); } private void OnFileGetFromNameOperationCompleted(object arg) { if ((this.FileGetFromNameCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileGetFromNameCompleted(this, new FileGetFromNameCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileGetContent", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] [return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] public byte[] FileGetContent(File file, bool isZipped) { object[] results = this.Invoke("FileGetContent", new object[] { file, isZipped}); return ((byte[])(results[0])); } /// public System.IAsyncResult BeginFileGetContent(File file, bool isZipped, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileGetContent", new object[] { file, isZipped}, callback, asyncState); } /// public byte[] EndFileGetContent(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((byte[])(results[0])); } /// public void FileGetContentAsync(File file, bool isZipped) { this.FileGetContentAsync(file, isZipped, null); } /// public void FileGetContentAsync(File file, bool isZipped, object userState) { if ((this.FileGetContentOperationCompleted == null)) { this.FileGetContentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileGetContentOperationCompleted); } this.InvokeAsync("FileGetContent", new object[] { file, isZipped}, this.FileGetContentOperationCompleted, userState); } private void OnFileGetContentOperationCompleted(object arg) { if ((this.FileGetContentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileGetContentCompleted(this, new FileGetContentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileRead", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] [return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] public byte[] FileRead(File file, long position, int count) { object[] results = this.Invoke("FileRead", new object[] { file, position, count}); return ((byte[])(results[0])); } /// public System.IAsyncResult BeginFileRead(File file, long position, int count, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileRead", new object[] { file, position, count}, callback, asyncState); } /// public byte[] EndFileRead(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((byte[])(results[0])); } /// public void FileReadAsync(File file, long position, int count) { this.FileReadAsync(file, position, count, null); } /// public void FileReadAsync(File file, long position, int count, object userState) { if ((this.FileReadOperationCompleted == null)) { this.FileReadOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileReadOperationCompleted); } this.InvokeAsync("FileRead", new object[] { file, position, count}, this.FileReadOperationCompleted, userState); } private void OnFileReadOperationCompleted(object arg) { if ((this.FileReadCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileReadCompleted(this, new FileReadCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileGetIcon", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] [return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] public byte[] FileGetIcon(File file) { object[] results = this.Invoke("FileGetIcon", new object[] { file}); return ((byte[])(results[0])); } /// public System.IAsyncResult BeginFileGetIcon(File file, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileGetIcon", new object[] { file}, callback, asyncState); } /// public byte[] EndFileGetIcon(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((byte[])(results[0])); } /// public void FileGetIconAsync(File file) { this.FileGetIconAsync(file, null); } /// public void FileGetIconAsync(File file, object userState) { if ((this.FileGetIconOperationCompleted == null)) { this.FileGetIconOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileGetIconOperationCompleted); } this.InvokeAsync("FileGetIcon", new object[] { file}, this.FileGetIconOperationCompleted, userState); } private void OnFileGetIconOperationCompleted(object arg) { if ((this.FileGetIconCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileGetIconCompleted(this, new FileGetIconCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileSaveAttributes", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public File FileSaveAttributes(File file) { object[] results = this.Invoke("FileSaveAttributes", new object[] { file}); return ((File)(results[0])); } /// public System.IAsyncResult BeginFileSaveAttributes(File file, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileSaveAttributes", new object[] { file}, callback, asyncState); } /// public File EndFileSaveAttributes(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((File)(results[0])); } /// public void FileSaveAttributesAsync(File file) { this.FileSaveAttributesAsync(file, null); } /// public void FileSaveAttributesAsync(File file, object userState) { if ((this.FileSaveAttributesOperationCompleted == null)) { this.FileSaveAttributesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileSaveAttributesOperationCompleted); } this.InvokeAsync("FileSaveAttributes", new object[] { file}, this.FileSaveAttributesOperationCompleted, userState); } private void OnFileSaveAttributesOperationCompleted(object arg) { if ((this.FileSaveAttributesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileSaveAttributesCompleted(this, new FileSaveAttributesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void FileDelete(string fileId) { this.Invoke("FileDelete", new object[] { fileId}); } /// public System.IAsyncResult BeginFileDelete(string fileId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileDelete", new object[] { fileId}, callback, asyncState); } /// public void EndFileDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void FileDeleteAsync(string fileId) { this.FileDeleteAsync(fileId, null); } /// public void FileDeleteAsync(string fileId, object userState) { if ((this.FileDeleteOperationCompleted == null)) { this.FileDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileDeleteOperationCompleted); } this.InvokeAsync("FileDelete", new object[] { fileId}, this.FileDeleteOperationCompleted, userState); } private void OnFileDeleteOperationCompleted(object arg) { if ((this.FileDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Folder FolderSave(Folder folder) { object[] results = this.Invoke("FolderSave", new object[] { folder}); return ((Folder)(results[0])); } /// public System.IAsyncResult BeginFolderSave(Folder folder, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderSave", new object[] { folder}, callback, asyncState); } /// public Folder EndFolderSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Folder)(results[0])); } /// public void FolderSaveAsync(Folder folder) { this.FolderSaveAsync(folder, null); } /// public void FolderSaveAsync(Folder folder, object userState) { if ((this.FolderSaveOperationCompleted == null)) { this.FolderSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderSaveOperationCompleted); } this.InvokeAsync("FolderSave", new object[] { folder}, this.FolderSaveOperationCompleted, userState); } private void OnFolderSaveOperationCompleted(object arg) { if ((this.FolderSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderSaveCompleted(this, new FolderSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Folder FolderGet(string folderUid) { object[] results = this.Invoke("FolderGet", new object[] { folderUid}); return ((Folder)(results[0])); } /// public System.IAsyncResult BeginFolderGet(string folderUid, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderGet", new object[] { folderUid}, callback, asyncState); } /// public Folder EndFolderGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Folder)(results[0])); } /// public void FolderGetAsync(string folderUid) { this.FolderGetAsync(folderUid, null); } /// public void FolderGetAsync(string folderUid, object userState) { if ((this.FolderGetOperationCompleted == null)) { this.FolderGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderGetOperationCompleted); } this.InvokeAsync("FolderGet", new object[] { folderUid}, this.FolderGetOperationCompleted, userState); } private void OnFolderGetOperationCompleted(object arg) { if ((this.FolderGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderGetCompleted(this, new FolderGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderGetRoot", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Folder FolderGetRoot(string workspaceId) { object[] results = this.Invoke("FolderGetRoot", new object[] { workspaceId}); return ((Folder)(results[0])); } /// public System.IAsyncResult BeginFolderGetRoot(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderGetRoot", new object[] { workspaceId}, callback, asyncState); } /// public Folder EndFolderGetRoot(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Folder)(results[0])); } /// public void FolderGetRootAsync(string workspaceId) { this.FolderGetRootAsync(workspaceId, null); } /// public void FolderGetRootAsync(string workspaceId, object userState) { if ((this.FolderGetRootOperationCompleted == null)) { this.FolderGetRootOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderGetRootOperationCompleted); } this.InvokeAsync("FolderGetRoot", new object[] { workspaceId}, this.FolderGetRootOperationCompleted, userState); } private void OnFolderGetRootOperationCompleted(object arg) { if ((this.FolderGetRootCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderGetRootCompleted(this, new FolderGetRootCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderGetFromPath", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Folder FolderGetFromPath(string workspaceId, string path) { object[] results = this.Invoke("FolderGetFromPath", new object[] { workspaceId, path}); return ((Folder)(results[0])); } /// public System.IAsyncResult BeginFolderGetFromPath(string workspaceId, string path, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderGetFromPath", new object[] { workspaceId, path}, callback, asyncState); } /// public Folder EndFolderGetFromPath(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Folder)(results[0])); } /// public void FolderGetFromPathAsync(string workspaceId, string path) { this.FolderGetFromPathAsync(workspaceId, path, null); } /// public void FolderGetFromPathAsync(string workspaceId, string path, object userState) { if ((this.FolderGetFromPathOperationCompleted == null)) { this.FolderGetFromPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderGetFromPathOperationCompleted); } this.InvokeAsync("FolderGetFromPath", new object[] { workspaceId, path}, this.FolderGetFromPathOperationCompleted, userState); } private void OnFolderGetFromPathOperationCompleted(object arg) { if ((this.FolderGetFromPathCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderGetFromPathCompleted(this, new FolderGetFromPathCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void FolderDelete(string folderId) { this.Invoke("FolderDelete", new object[] { folderId}); } /// public System.IAsyncResult BeginFolderDelete(string folderId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderDelete", new object[] { folderId}, callback, asyncState); } /// public void EndFolderDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void FolderDeleteAsync(string folderId) { this.FolderDeleteAsync(folderId, null); } /// public void FolderDeleteAsync(string folderId, object userState) { if ((this.FolderDeleteOperationCompleted == null)) { this.FolderDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderDeleteOperationCompleted); } this.InvokeAsync("FolderDelete", new object[] { folderId}, this.FolderDeleteOperationCompleted, userState); } private void OnFolderDeleteOperationCompleted(object arg) { if ((this.FolderDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderMove", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void FolderMove(string folderToMoveId, string targetId) { this.Invoke("FolderMove", new object[] { folderToMoveId, targetId}); } /// public System.IAsyncResult BeginFolderMove(string folderToMoveId, string targetId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderMove", new object[] { folderToMoveId, targetId}, callback, asyncState); } /// public void EndFolderMove(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void FolderMoveAsync(string folderToMoveId, string targetId) { this.FolderMoveAsync(folderToMoveId, targetId, null); } /// public void FolderMoveAsync(string folderToMoveId, string targetId, object userState) { if ((this.FolderMoveOperationCompleted == null)) { this.FolderMoveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderMoveOperationCompleted); } this.InvokeAsync("FolderMove", new object[] { folderToMoveId, targetId}, this.FolderMoveOperationCompleted, userState); } private void OnFolderMoveOperationCompleted(object arg) { if ((this.FolderMoveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderMoveCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileMove", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void FileMove(string fileToMoveId, string targetId) { this.Invoke("FileMove", new object[] { fileToMoveId, targetId}); } /// public System.IAsyncResult BeginFileMove(string fileToMoveId, string targetId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileMove", new object[] { fileToMoveId, targetId}, callback, asyncState); } /// public void EndFileMove(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void FileMoveAsync(string fileToMoveId, string targetId) { this.FileMoveAsync(fileToMoveId, targetId, null); } /// public void FileMoveAsync(string fileToMoveId, string targetId, object userState) { if ((this.FileMoveOperationCompleted == null)) { this.FileMoveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileMoveOperationCompleted); } this.InvokeAsync("FileMove", new object[] { fileToMoveId, targetId}, this.FileMoveOperationCompleted, userState); } private void OnFileMoveOperationCompleted(object arg) { if ((this.FileMoveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileMoveCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileCopy", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public File FileCopy(string fileToCopyId, string newName, string targetId) { object[] results = this.Invoke("FileCopy", new object[] { fileToCopyId, newName, targetId}); return ((File)(results[0])); } /// public System.IAsyncResult BeginFileCopy(string fileToCopyId, string newName, string targetId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileCopy", new object[] { fileToCopyId, newName, targetId}, callback, asyncState); } /// public File EndFileCopy(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((File)(results[0])); } /// public void FileCopyAsync(string fileToCopyId, string newName, string targetId) { this.FileCopyAsync(fileToCopyId, newName, targetId, null); } /// public void FileCopyAsync(string fileToCopyId, string newName, string targetId, object userState) { if ((this.FileCopyOperationCompleted == null)) { this.FileCopyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileCopyOperationCompleted); } this.InvokeAsync("FileCopy", new object[] { fileToCopyId, newName, targetId}, this.FileCopyOperationCompleted, userState); } private void OnFileCopyOperationCompleted(object arg) { if ((this.FileCopyCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileCopyCompleted(this, new FileCopyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderCopy", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Folder FolderCopy(string folderId, string newName, string newFolderId) { object[] results = this.Invoke("FolderCopy", new object[] { folderId, newName, newFolderId}); return ((Folder)(results[0])); } /// public System.IAsyncResult BeginFolderCopy(string folderId, string newName, string newFolderId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderCopy", new object[] { folderId, newName, newFolderId}, callback, asyncState); } /// public Folder EndFolderCopy(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Folder)(results[0])); } /// public void FolderCopyAsync(string folderId, string newName, string newFolderId) { this.FolderCopyAsync(folderId, newName, newFolderId, null); } /// public void FolderCopyAsync(string folderId, string newName, string newFolderId, object userState) { if ((this.FolderCopyOperationCompleted == null)) { this.FolderCopyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderCopyOperationCompleted); } this.InvokeAsync("FolderCopy", new object[] { folderId, newName, newFolderId}, this.FolderCopyOperationCompleted, userState); } private void OnFolderCopyOperationCompleted(object arg) { if ((this.FolderCopyCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderCopyCompleted(this, new FolderCopyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileGetListFromFolderAsArrayList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public object[] FileGetListFromFolderAsArrayList(string folderUid, SearchFileTypes searchType) { object[] results = this.Invoke("FileGetListFromFolderAsArrayList", new object[] { folderUid, searchType}); return ((object[])(results[0])); } /// public System.IAsyncResult BeginFileGetListFromFolderAsArrayList(string folderUid, SearchFileTypes searchType, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileGetListFromFolderAsArrayList", new object[] { folderUid, searchType}, callback, asyncState); } /// public object[] EndFileGetListFromFolderAsArrayList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((object[])(results[0])); } /// public void FileGetListFromFolderAsArrayListAsync(string folderUid, SearchFileTypes searchType) { this.FileGetListFromFolderAsArrayListAsync(folderUid, searchType, null); } /// public void FileGetListFromFolderAsArrayListAsync(string folderUid, SearchFileTypes searchType, object userState) { if ((this.FileGetListFromFolderAsArrayListOperationCompleted == null)) { this.FileGetListFromFolderAsArrayListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileGetListFromFolderAsArrayListOperationCompleted); } this.InvokeAsync("FileGetListFromFolderAsArrayList", new object[] { folderUid, searchType}, this.FileGetListFromFolderAsArrayListOperationCompleted, userState); } private void OnFileGetListFromFolderAsArrayListOperationCompleted(object arg) { if ((this.FileGetListFromFolderAsArrayListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileGetListFromFolderAsArrayListCompleted(this, new FileGetListFromFolderAsArrayListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileGetListFromFolderRecursionAsArrayList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public object[] FileGetListFromFolderRecursionAsArrayList(string folderUid, SearchFileTypes searchType) { object[] results = this.Invoke("FileGetListFromFolderRecursionAsArrayList", new object[] { folderUid, searchType}); return ((object[])(results[0])); } /// public System.IAsyncResult BeginFileGetListFromFolderRecursionAsArrayList(string folderUid, SearchFileTypes searchType, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileGetListFromFolderRecursionAsArrayList", new object[] { folderUid, searchType}, callback, asyncState); } /// public object[] EndFileGetListFromFolderRecursionAsArrayList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((object[])(results[0])); } /// public void FileGetListFromFolderRecursionAsArrayListAsync(string folderUid, SearchFileTypes searchType) { this.FileGetListFromFolderRecursionAsArrayListAsync(folderUid, searchType, null); } /// public void FileGetListFromFolderRecursionAsArrayListAsync(string folderUid, SearchFileTypes searchType, object userState) { if ((this.FileGetListFromFolderRecursionAsArrayListOperationCompleted == null)) { this.FileGetListFromFolderRecursionAsArrayListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileGetListFromFolderRecursionAsArrayListOperationCompleted); } this.InvokeAsync("FileGetListFromFolderRecursionAsArrayList", new object[] { folderUid, searchType}, this.FileGetListFromFolderRecursionAsArrayListOperationCompleted, userState); } private void OnFileGetListFromFolderRecursionAsArrayListOperationCompleted(object arg) { if ((this.FileGetListFromFolderRecursionAsArrayListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileGetListFromFolderRecursionAsArrayListCompleted(this, new FileGetListFromFolderRecursionAsArrayListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileGetListFromFolderAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet FileGetListFromFolderAsDataSet(string folderUid, SearchFileTypes searchType) { object[] results = this.Invoke("FileGetListFromFolderAsDataSet", new object[] { folderUid, searchType}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginFileGetListFromFolderAsDataSet(string folderUid, SearchFileTypes searchType, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileGetListFromFolderAsDataSet", new object[] { folderUid, searchType}, callback, asyncState); } /// public System.Data.DataSet EndFileGetListFromFolderAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void FileGetListFromFolderAsDataSetAsync(string folderUid, SearchFileTypes searchType) { this.FileGetListFromFolderAsDataSetAsync(folderUid, searchType, null); } /// public void FileGetListFromFolderAsDataSetAsync(string folderUid, SearchFileTypes searchType, object userState) { if ((this.FileGetListFromFolderAsDataSetOperationCompleted == null)) { this.FileGetListFromFolderAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileGetListFromFolderAsDataSetOperationCompleted); } this.InvokeAsync("FileGetListFromFolderAsDataSet", new object[] { folderUid, searchType}, this.FileGetListFromFolderAsDataSetOperationCompleted, userState); } private void OnFileGetListFromFolderAsDataSetOperationCompleted(object arg) { if ((this.FileGetListFromFolderAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileGetListFromFolderAsDataSetCompleted(this, new FileGetListFromFolderAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileGetListFromFolderRecursionAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet FileGetListFromFolderRecursionAsDataSet(string folderUid, SearchFileTypes searchType) { object[] results = this.Invoke("FileGetListFromFolderRecursionAsDataSet", new object[] { folderUid, searchType}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginFileGetListFromFolderRecursionAsDataSet(string folderUid, SearchFileTypes searchType, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileGetListFromFolderRecursionAsDataSet", new object[] { folderUid, searchType}, callback, asyncState); } /// public System.Data.DataSet EndFileGetListFromFolderRecursionAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void FileGetListFromFolderRecursionAsDataSetAsync(string folderUid, SearchFileTypes searchType) { this.FileGetListFromFolderRecursionAsDataSetAsync(folderUid, searchType, null); } /// public void FileGetListFromFolderRecursionAsDataSetAsync(string folderUid, SearchFileTypes searchType, object userState) { if ((this.FileGetListFromFolderRecursionAsDataSetOperationCompleted == null)) { this.FileGetListFromFolderRecursionAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileGetListFromFolderRecursionAsDataSetOperationCompleted); } this.InvokeAsync("FileGetListFromFolderRecursionAsDataSet", new object[] { folderUid, searchType}, this.FileGetListFromFolderRecursionAsDataSetOperationCompleted, userState); } private void OnFileGetListFromFolderRecursionAsDataSetOperationCompleted(object arg) { if ((this.FileGetListFromFolderRecursionAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileGetListFromFolderRecursionAsDataSetCompleted(this, new FileGetListFromFolderRecursionAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderSaveFromPath", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Folder FolderSaveFromPath(string workspaceId, string path) { object[] results = this.Invoke("FolderSaveFromPath", new object[] { workspaceId, path}); return ((Folder)(results[0])); } /// public System.IAsyncResult BeginFolderSaveFromPath(string workspaceId, string path, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderSaveFromPath", new object[] { workspaceId, path}, callback, asyncState); } /// public Folder EndFolderSaveFromPath(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Folder)(results[0])); } /// public void FolderSaveFromPathAsync(string workspaceId, string path) { this.FolderSaveFromPathAsync(workspaceId, path, null); } /// public void FolderSaveFromPathAsync(string workspaceId, string path, object userState) { if ((this.FolderSaveFromPathOperationCompleted == null)) { this.FolderSaveFromPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderSaveFromPathOperationCompleted); } this.InvokeAsync("FolderSaveFromPath", new object[] { workspaceId, path}, this.FolderSaveFromPathOperationCompleted, userState); } private void OnFolderSaveFromPathOperationCompleted(object arg) { if ((this.FolderSaveFromPathCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderSaveFromPathCompleted(this, new FolderSaveFromPathCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileSearchAsArrayList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public object[] FileSearchAsArrayList(FileSearch criterion) { object[] results = this.Invoke("FileSearchAsArrayList", new object[] { criterion}); return ((object[])(results[0])); } /// public System.IAsyncResult BeginFileSearchAsArrayList(FileSearch criterion, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileSearchAsArrayList", new object[] { criterion}, callback, asyncState); } /// public object[] EndFileSearchAsArrayList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((object[])(results[0])); } /// public void FileSearchAsArrayListAsync(FileSearch criterion) { this.FileSearchAsArrayListAsync(criterion, null); } /// public void FileSearchAsArrayListAsync(FileSearch criterion, object userState) { if ((this.FileSearchAsArrayListOperationCompleted == null)) { this.FileSearchAsArrayListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileSearchAsArrayListOperationCompleted); } this.InvokeAsync("FileSearchAsArrayList", new object[] { criterion}, this.FileSearchAsArrayListOperationCompleted, userState); } private void OnFileSearchAsArrayListOperationCompleted(object arg) { if ((this.FileSearchAsArrayListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileSearchAsArrayListCompleted(this, new FileSearchAsArrayListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FileSearchAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet FileSearchAsDataSet(FileSearch criterion) { object[] results = this.Invoke("FileSearchAsDataSet", new object[] { criterion}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginFileSearchAsDataSet(FileSearch criterion, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FileSearchAsDataSet", new object[] { criterion}, callback, asyncState); } /// public System.Data.DataSet EndFileSearchAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void FileSearchAsDataSetAsync(FileSearch criterion) { this.FileSearchAsDataSetAsync(criterion, null); } /// public void FileSearchAsDataSetAsync(FileSearch criterion, object userState) { if ((this.FileSearchAsDataSetOperationCompleted == null)) { this.FileSearchAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileSearchAsDataSetOperationCompleted); } this.InvokeAsync("FileSearchAsDataSet", new object[] { criterion}, this.FileSearchAsDataSetOperationCompleted, userState); } private void OnFileSearchAsDataSetOperationCompleted(object arg) { if ((this.FileSearchAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FileSearchAsDataSetCompleted(this, new FileSearchAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderGetParentsAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet FolderGetParentsAsDataSet(string folderUid) { object[] results = this.Invoke("FolderGetParentsAsDataSet", new object[] { folderUid}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginFolderGetParentsAsDataSet(string folderUid, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderGetParentsAsDataSet", new object[] { folderUid}, callback, asyncState); } /// public System.Data.DataSet EndFolderGetParentsAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void FolderGetParentsAsDataSetAsync(string folderUid) { this.FolderGetParentsAsDataSetAsync(folderUid, null); } /// public void FolderGetParentsAsDataSetAsync(string folderUid, object userState) { if ((this.FolderGetParentsAsDataSetOperationCompleted == null)) { this.FolderGetParentsAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderGetParentsAsDataSetOperationCompleted); } this.InvokeAsync("FolderGetParentsAsDataSet", new object[] { folderUid}, this.FolderGetParentsAsDataSetOperationCompleted, userState); } private void OnFolderGetParentsAsDataSetOperationCompleted(object arg) { if ((this.FolderGetParentsAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderGetParentsAsDataSetCompleted(this, new FolderGetParentsAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderGetParentsAsArrayList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public object[] FolderGetParentsAsArrayList(string folderUid) { object[] results = this.Invoke("FolderGetParentsAsArrayList", new object[] { folderUid}); return ((object[])(results[0])); } /// public System.IAsyncResult BeginFolderGetParentsAsArrayList(string folderUid, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderGetParentsAsArrayList", new object[] { folderUid}, callback, asyncState); } /// public object[] EndFolderGetParentsAsArrayList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((object[])(results[0])); } /// public void FolderGetParentsAsArrayListAsync(string folderUid) { this.FolderGetParentsAsArrayListAsync(folderUid, null); } /// public void FolderGetParentsAsArrayListAsync(string folderUid, object userState) { if ((this.FolderGetParentsAsArrayListOperationCompleted == null)) { this.FolderGetParentsAsArrayListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderGetParentsAsArrayListOperationCompleted); } this.InvokeAsync("FolderGetParentsAsArrayList", new object[] { folderUid}, this.FolderGetParentsAsArrayListOperationCompleted, userState); } private void OnFolderGetParentsAsArrayListOperationCompleted(object arg) { if ((this.FolderGetParentsAsArrayListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderGetParentsAsArrayListCompleted(this, new FolderGetParentsAsArrayListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FolderGetSize", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public FolderInfo FolderGetSize(string folderUid, bool recursive, bool bypassRights) { object[] results = this.Invoke("FolderGetSize", new object[] { folderUid, recursive, bypassRights}); return ((FolderInfo)(results[0])); } /// public System.IAsyncResult BeginFolderGetSize(string folderUid, bool recursive, bool bypassRights, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FolderGetSize", new object[] { folderUid, recursive, bypassRights}, callback, asyncState); } /// public FolderInfo EndFolderGetSize(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((FolderInfo)(results[0])); } /// public void FolderGetSizeAsync(string folderUid, bool recursive, bool bypassRights) { this.FolderGetSizeAsync(folderUid, recursive, bypassRights, null); } /// public void FolderGetSizeAsync(string folderUid, bool recursive, bool bypassRights, object userState) { if ((this.FolderGetSizeOperationCompleted == null)) { this.FolderGetSizeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFolderGetSizeOperationCompleted); } this.InvokeAsync("FolderGetSize", new object[] { folderUid, recursive, bypassRights}, this.FolderGetSizeOperationCompleted, userState); } private void OnFolderGetSizeOperationCompleted(object arg) { if ((this.FolderGetSizeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FolderGetSizeCompleted(this, new FolderGetSizeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class File { private string idField; private string classNameField; private string nameField; private string sourceFileNameField; private string fullPathField; private System.DateTime deathDateField; private bool deathDateFieldSpecified; private UserReference ownerField; private string workspaceIdField; private bool deadField; private string parentIdField; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private System.DateTime modificationDateField; private bool modificationDateFieldSpecified; private string typeMimeField; private string hashCodeValueField; private string versionField; private int fileSizeField; private string deletedAuthorField; private System.DateTime deletedDateField; private bool deletedDateFieldSpecified; private string deletedIdField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string ClassName { get { return this.classNameField; } set { this.classNameField = value; } } /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string SourceFileName { get { return this.sourceFileNameField; } set { this.sourceFileNameField = value; } } /// public string FullPath { get { return this.fullPathField; } set { this.fullPathField = value; } } /// public System.DateTime DeathDate { get { return this.deathDateField; } set { this.deathDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeathDateSpecified { get { return this.deathDateFieldSpecified; } set { this.deathDateFieldSpecified = value; } } /// public UserReference Owner { get { return this.ownerField; } set { this.ownerField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public bool Dead { get { return this.deadField; } set { this.deadField = value; } } /// public string ParentId { get { return this.parentIdField; } set { this.parentIdField = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public System.DateTime ModificationDate { get { return this.modificationDateField; } set { this.modificationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ModificationDateSpecified { get { return this.modificationDateFieldSpecified; } set { this.modificationDateFieldSpecified = value; } } /// public string TypeMime { get { return this.typeMimeField; } set { this.typeMimeField = value; } } /// public string HashCodeValue { get { return this.hashCodeValueField; } set { this.hashCodeValueField = value; } } /// public string Version { get { return this.versionField; } set { this.versionField = value; } } /// public int FileSize { get { return this.fileSizeField; } set { this.fileSizeField = value; } } /// public string DeletedAuthor { get { return this.deletedAuthorField; } set { this.deletedAuthorField = value; } } /// public System.DateTime DeletedDate { get { return this.deletedDateField; } set { this.deletedDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeletedDateSpecified { get { return this.deletedDateFieldSpecified; } set { this.deletedDateFieldSpecified = value; } } /// public string DeletedId { get { return this.deletedIdField; } set { this.deletedIdField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class FolderInfo { private long sizeField; private int filesCountField; private int foldersCountField; /// public long Size { get { return this.sizeField; } set { this.sizeField = value; } } /// public int FilesCount { get { return this.filesCountField; } set { this.filesCountField = value; } } /// public int FoldersCount { get { return this.foldersCountField; } set { this.foldersCountField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class SizeRange { private long fromField; private long toField; /// public long From { get { return this.fromField; } set { this.fromField = value; } } /// public long To { get { return this.toField; } set { this.toField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DateRange { private System.DateTime toField; private bool toFieldSpecified; private System.DateTime fromField; private bool fromFieldSpecified; /// public System.DateTime To { get { return this.toField; } set { this.toField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ToSpecified { get { return this.toFieldSpecified; } set { this.toFieldSpecified = value; } } /// public System.DateTime From { get { return this.fromField; } set { this.fromField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool FromSpecified { get { return this.fromFieldSpecified; } set { this.fromFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class FileSearch { private bool deadField; private string workspaceIdField; private string ownerIdField; private bool recursiveField; private DateRange createdField; private DateRange modifiedField; private DateRange deletedField; private string nameField; private SearchFileTypes fileTypesField; private SizeRange sizeField; private string inField; private string contentField; /// public bool Dead { get { return this.deadField; } set { this.deadField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public string OwnerId { get { return this.ownerIdField; } set { this.ownerIdField = value; } } /// public bool Recursive { get { return this.recursiveField; } set { this.recursiveField = value; } } /// public DateRange Created { get { return this.createdField; } set { this.createdField = value; } } /// public DateRange Modified { get { return this.modifiedField; } set { this.modifiedField = value; } } /// public DateRange Deleted { get { return this.deletedField; } set { this.deletedField = value; } } /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public SearchFileTypes FileTypes { get { return this.fileTypesField; } set { this.fileTypesField = value; } } /// public SizeRange Size { get { return this.sizeField; } set { this.sizeField = value; } } /// public string In { get { return this.inField; } set { this.inField = value; } } /// public string Content { get { return this.contentField; } set { this.contentField = value; } } } /// [System.FlagsAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum SearchFileTypes { /// SearchFile = 1, /// SearchFolder = 2, /// SearchAll = 4, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Folder { private string classNameField; private string idField; private string nameField; private string fullPathField; private System.DateTime deathDateField; private bool deathDateFieldSpecified; private UserReference ownerField; private string workspaceIdField; private bool deadField; private string parentIdField; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private System.DateTime modificationDateField; private bool modificationDateFieldSpecified; private bool isDocumentField; private string deletedAuthorField; private System.DateTime deletedDateField; private bool deletedDateFieldSpecified; private string deletedIdField; /// public string ClassName { get { return this.classNameField; } set { this.classNameField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string FullPath { get { return this.fullPathField; } set { this.fullPathField = value; } } /// public System.DateTime DeathDate { get { return this.deathDateField; } set { this.deathDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeathDateSpecified { get { return this.deathDateFieldSpecified; } set { this.deathDateFieldSpecified = value; } } /// public UserReference Owner { get { return this.ownerField; } set { this.ownerField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public bool Dead { get { return this.deadField; } set { this.deadField = value; } } /// public string ParentId { get { return this.parentIdField; } set { this.parentIdField = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public System.DateTime ModificationDate { get { return this.modificationDateField; } set { this.modificationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ModificationDateSpecified { get { return this.modificationDateFieldSpecified; } set { this.modificationDateFieldSpecified = value; } } /// public bool IsDocument { get { return this.isDocumentField; } set { this.isDocumentField = value; } } /// public string DeletedAuthor { get { return this.deletedAuthorField; } set { this.deletedAuthorField = value; } } /// public System.DateTime DeletedDate { get { return this.deletedDateField; } set { this.deletedDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeletedDateSpecified { get { return this.deletedDateFieldSpecified; } set { this.deletedDateFieldSpecified = value; } } /// public string DeletedId { get { return this.deletedIdField; } set { this.deletedIdField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(Stream))] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public abstract partial class MarshalByRefObject { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public abstract partial class Stream : MarshalByRefObject { private long positionField; private int readTimeoutField; private int writeTimeoutField; /// public long Position { get { return this.positionField; } set { this.positionField = value; } } /// public int ReadTimeout { get { return this.readTimeoutField; } set { this.readTimeoutField = value; } } /// public int WriteTimeout { get { return this.writeTimeoutField; } set { this.writeTimeoutField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileSaveCompletedEventHandler(object sender, FileSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public File Result { get { this.RaiseExceptionIfNecessary(); return ((File)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileSave2CompletedEventHandler(object sender, FileSave2CompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileSave2CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileSave2CompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public File Result { get { this.RaiseExceptionIfNecessary(); return ((File)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ChunkedFileSaveStartCompletedEventHandler(object sender, ChunkedFileSaveStartCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ChunkedFileSaveStartCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ChunkedFileSaveStartCompletedEventArgs(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("wsdl", "2.0.50727.1432")] public delegate void ChunkedFileSaveAppendCompletedEventHandler(object sender, ChunkedFileSaveAppendCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ChunkedFileSaveAppendCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ChunkedFileSaveAppendCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public File Result { get { this.RaiseExceptionIfNecessary(); return ((File)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ChunkedFileSaveFinalizeAndCheckCancelCompletedEventHandler(object sender, ChunkedFileSaveFinalizeAndCheckCancelCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ChunkedFileSaveFinalizeAndCheckCancelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ChunkedFileSaveFinalizeAndCheckCancelCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public File Result { get { this.RaiseExceptionIfNecessary(); return ((File)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ChunkedFileSaveFinalizeCompletedEventHandler(object sender, ChunkedFileSaveFinalizeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ChunkedFileSaveFinalizeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ChunkedFileSaveFinalizeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public File Result { get { this.RaiseExceptionIfNecessary(); return ((File)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileGetCompletedEventHandler(object sender, FileGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public File Result { get { this.RaiseExceptionIfNecessary(); return ((File)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileGetFromPathCompletedEventHandler(object sender, FileGetFromPathCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileGetFromPathCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileGetFromPathCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public File Result { get { this.RaiseExceptionIfNecessary(); return ((File)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileGetFromNameCompletedEventHandler(object sender, FileGetFromNameCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileGetFromNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileGetFromNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public File Result { get { this.RaiseExceptionIfNecessary(); return ((File)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileGetContentCompletedEventHandler(object sender, FileGetContentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileGetContentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileGetContentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public byte[] Result { get { this.RaiseExceptionIfNecessary(); return ((byte[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileReadCompletedEventHandler(object sender, FileReadCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileReadCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileReadCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public byte[] Result { get { this.RaiseExceptionIfNecessary(); return ((byte[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileGetIconCompletedEventHandler(object sender, FileGetIconCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileGetIconCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileGetIconCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public byte[] Result { get { this.RaiseExceptionIfNecessary(); return ((byte[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileSaveAttributesCompletedEventHandler(object sender, FileSaveAttributesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileSaveAttributesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileSaveAttributesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public File Result { get { this.RaiseExceptionIfNecessary(); return ((File)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderSaveCompletedEventHandler(object sender, FolderSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FolderSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FolderSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Folder Result { get { this.RaiseExceptionIfNecessary(); return ((Folder)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderGetCompletedEventHandler(object sender, FolderGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FolderGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FolderGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Folder Result { get { this.RaiseExceptionIfNecessary(); return ((Folder)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderGetRootCompletedEventHandler(object sender, FolderGetRootCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FolderGetRootCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FolderGetRootCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Folder Result { get { this.RaiseExceptionIfNecessary(); return ((Folder)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderGetFromPathCompletedEventHandler(object sender, FolderGetFromPathCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FolderGetFromPathCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FolderGetFromPathCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Folder Result { get { this.RaiseExceptionIfNecessary(); return ((Folder)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderMoveCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileMoveCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileCopyCompletedEventHandler(object sender, FileCopyCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileCopyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileCopyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public File Result { get { this.RaiseExceptionIfNecessary(); return ((File)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderCopyCompletedEventHandler(object sender, FolderCopyCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FolderCopyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FolderCopyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Folder Result { get { this.RaiseExceptionIfNecessary(); return ((Folder)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileGetListFromFolderAsArrayListCompletedEventHandler(object sender, FileGetListFromFolderAsArrayListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileGetListFromFolderAsArrayListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileGetListFromFolderAsArrayListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public object[] Result { get { this.RaiseExceptionIfNecessary(); return ((object[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileGetListFromFolderRecursionAsArrayListCompletedEventHandler(object sender, FileGetListFromFolderRecursionAsArrayListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileGetListFromFolderRecursionAsArrayListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileGetListFromFolderRecursionAsArrayListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public object[] Result { get { this.RaiseExceptionIfNecessary(); return ((object[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileGetListFromFolderAsDataSetCompletedEventHandler(object sender, FileGetListFromFolderAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileGetListFromFolderAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileGetListFromFolderAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileGetListFromFolderRecursionAsDataSetCompletedEventHandler(object sender, FileGetListFromFolderRecursionAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileGetListFromFolderRecursionAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileGetListFromFolderRecursionAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderSaveFromPathCompletedEventHandler(object sender, FolderSaveFromPathCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FolderSaveFromPathCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FolderSaveFromPathCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Folder Result { get { this.RaiseExceptionIfNecessary(); return ((Folder)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileSearchAsArrayListCompletedEventHandler(object sender, FileSearchAsArrayListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileSearchAsArrayListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileSearchAsArrayListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public object[] Result { get { this.RaiseExceptionIfNecessary(); return ((object[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FileSearchAsDataSetCompletedEventHandler(object sender, FileSearchAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FileSearchAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FileSearchAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderGetParentsAsDataSetCompletedEventHandler(object sender, FolderGetParentsAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FolderGetParentsAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FolderGetParentsAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderGetParentsAsArrayListCompletedEventHandler(object sender, FolderGetParentsAsArrayListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FolderGetParentsAsArrayListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FolderGetParentsAsArrayListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public object[] Result { get { this.RaiseExceptionIfNecessary(); return ((object[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FolderGetSizeCompletedEventHandler(object sender, FolderGetSizeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FolderGetSizeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FolderGetSizeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public FolderInfo Result { get { this.RaiseExceptionIfNecessary(); return ((FolderInfo)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="forumsSoap", Namespace="http://www.mezzoteam.com/")] public partial class forums : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback ForumThreadGetListFromWorkspaceOperationCompleted; private System.Threading.SendOrPostCallback ForumGetThemaTreeOperationCompleted; private System.Threading.SendOrPostCallback ForumThreadSaveOperationCompleted; private System.Threading.SendOrPostCallback ForumPostSaveOperationCompleted; private System.Threading.SendOrPostCallback ForumSaveOperationCompleted; private System.Threading.SendOrPostCallback ForumGetFromWorkspaceOperationCompleted; private System.Threading.SendOrPostCallback ForumGetOperationCompleted; private System.Threading.SendOrPostCallback ForumThreadGetOperationCompleted; private System.Threading.SendOrPostCallback ForumPostGetOperationCompleted; private System.Threading.SendOrPostCallback ForumPostDeleteOperationCompleted; private System.Threading.SendOrPostCallback ForumThreadDeleteOperationCompleted; private System.Threading.SendOrPostCallback ForumDeleteOperationCompleted; private System.Threading.SendOrPostCallback ForumThreadGetListAsArrayListOperationCompleted; private System.Threading.SendOrPostCallback ForumPostGetListAsArrayListOperationCompleted; private System.Threading.SendOrPostCallback ForumPostGetListAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback ForumPostSearchOperationCompleted; private System.Threading.SendOrPostCallback ForumThreadSearchOperationCompleted; /// public forums() { this.Url = "http://www.mezzoteam.com/ws/forums.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event ForumThreadGetListFromWorkspaceCompletedEventHandler ForumThreadGetListFromWorkspaceCompleted; /// public event ForumGetThemaTreeCompletedEventHandler ForumGetThemaTreeCompleted; /// public event ForumThreadSaveCompletedEventHandler ForumThreadSaveCompleted; /// public event ForumPostSaveCompletedEventHandler ForumPostSaveCompleted; /// public event ForumSaveCompletedEventHandler ForumSaveCompleted; /// public event ForumGetFromWorkspaceCompletedEventHandler ForumGetFromWorkspaceCompleted; /// public event ForumGetCompletedEventHandler ForumGetCompleted; /// public event ForumThreadGetCompletedEventHandler ForumThreadGetCompleted; /// public event ForumPostGetCompletedEventHandler ForumPostGetCompleted; /// public event ForumPostDeleteCompletedEventHandler ForumPostDeleteCompleted; /// public event ForumThreadDeleteCompletedEventHandler ForumThreadDeleteCompleted; /// public event ForumDeleteCompletedEventHandler ForumDeleteCompleted; /// public event ForumThreadGetListAsArrayListCompletedEventHandler ForumThreadGetListAsArrayListCompleted; /// public event ForumPostGetListAsArrayListCompletedEventHandler ForumPostGetListAsArrayListCompleted; /// public event ForumPostGetListAsDatasetCompletedEventHandler ForumPostGetListAsDatasetCompleted; /// public event ForumPostSearchCompletedEventHandler ForumPostSearchCompleted; /// public event ForumThreadSearchCompletedEventHandler ForumThreadSearchCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumThreadGetListFromWorkspace", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet ForumThreadGetListFromWorkspace(string workspaceId, string themaFilter) { object[] results = this.Invoke("ForumThreadGetListFromWorkspace", new object[] { workspaceId, themaFilter}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginForumThreadGetListFromWorkspace(string workspaceId, string themaFilter, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumThreadGetListFromWorkspace", new object[] { workspaceId, themaFilter}, callback, asyncState); } /// public System.Data.DataSet EndForumThreadGetListFromWorkspace(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void ForumThreadGetListFromWorkspaceAsync(string workspaceId, string themaFilter) { this.ForumThreadGetListFromWorkspaceAsync(workspaceId, themaFilter, null); } /// public void ForumThreadGetListFromWorkspaceAsync(string workspaceId, string themaFilter, object userState) { if ((this.ForumThreadGetListFromWorkspaceOperationCompleted == null)) { this.ForumThreadGetListFromWorkspaceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumThreadGetListFromWorkspaceOperationCompleted); } this.InvokeAsync("ForumThreadGetListFromWorkspace", new object[] { workspaceId, themaFilter}, this.ForumThreadGetListFromWorkspaceOperationCompleted, userState); } private void OnForumThreadGetListFromWorkspaceOperationCompleted(object arg) { if ((this.ForumThreadGetListFromWorkspaceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumThreadGetListFromWorkspaceCompleted(this, new ForumThreadGetListFromWorkspaceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumGetThemaTree", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet ForumGetThemaTree(string workspaceId) { object[] results = this.Invoke("ForumGetThemaTree", new object[] { workspaceId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginForumGetThemaTree(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumGetThemaTree", new object[] { workspaceId}, callback, asyncState); } /// public System.Data.DataSet EndForumGetThemaTree(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void ForumGetThemaTreeAsync(string workspaceId) { this.ForumGetThemaTreeAsync(workspaceId, null); } /// public void ForumGetThemaTreeAsync(string workspaceId, object userState) { if ((this.ForumGetThemaTreeOperationCompleted == null)) { this.ForumGetThemaTreeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumGetThemaTreeOperationCompleted); } this.InvokeAsync("ForumGetThemaTree", new object[] { workspaceId}, this.ForumGetThemaTreeOperationCompleted, userState); } private void OnForumGetThemaTreeOperationCompleted(object arg) { if ((this.ForumGetThemaTreeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumGetThemaTreeCompleted(this, new ForumGetThemaTreeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumThreadSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ForumThread ForumThreadSave(ForumThread thread, ForumPost firstPost) { object[] results = this.Invoke("ForumThreadSave", new object[] { thread, firstPost}); return ((ForumThread)(results[0])); } /// public System.IAsyncResult BeginForumThreadSave(ForumThread thread, ForumPost firstPost, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumThreadSave", new object[] { thread, firstPost}, callback, asyncState); } /// public ForumThread EndForumThreadSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ForumThread)(results[0])); } /// public void ForumThreadSaveAsync(ForumThread thread, ForumPost firstPost) { this.ForumThreadSaveAsync(thread, firstPost, null); } /// public void ForumThreadSaveAsync(ForumThread thread, ForumPost firstPost, object userState) { if ((this.ForumThreadSaveOperationCompleted == null)) { this.ForumThreadSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumThreadSaveOperationCompleted); } this.InvokeAsync("ForumThreadSave", new object[] { thread, firstPost}, this.ForumThreadSaveOperationCompleted, userState); } private void OnForumThreadSaveOperationCompleted(object arg) { if ((this.ForumThreadSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumThreadSaveCompleted(this, new ForumThreadSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumPostSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ForumPost ForumPostSave(ForumPost post) { object[] results = this.Invoke("ForumPostSave", new object[] { post}); return ((ForumPost)(results[0])); } /// public System.IAsyncResult BeginForumPostSave(ForumPost post, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumPostSave", new object[] { post}, callback, asyncState); } /// public ForumPost EndForumPostSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ForumPost)(results[0])); } /// public void ForumPostSaveAsync(ForumPost post) { this.ForumPostSaveAsync(post, null); } /// public void ForumPostSaveAsync(ForumPost post, object userState) { if ((this.ForumPostSaveOperationCompleted == null)) { this.ForumPostSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumPostSaveOperationCompleted); } this.InvokeAsync("ForumPostSave", new object[] { post}, this.ForumPostSaveOperationCompleted, userState); } private void OnForumPostSaveOperationCompleted(object arg) { if ((this.ForumPostSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumPostSaveCompleted(this, new ForumPostSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Forum ForumSave(Forum forum) { object[] results = this.Invoke("ForumSave", new object[] { forum}); return ((Forum)(results[0])); } /// public System.IAsyncResult BeginForumSave(Forum forum, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumSave", new object[] { forum}, callback, asyncState); } /// public Forum EndForumSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Forum)(results[0])); } /// public void ForumSaveAsync(Forum forum) { this.ForumSaveAsync(forum, null); } /// public void ForumSaveAsync(Forum forum, object userState) { if ((this.ForumSaveOperationCompleted == null)) { this.ForumSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumSaveOperationCompleted); } this.InvokeAsync("ForumSave", new object[] { forum}, this.ForumSaveOperationCompleted, userState); } private void OnForumSaveOperationCompleted(object arg) { if ((this.ForumSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumSaveCompleted(this, new ForumSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumGetFromWorkspace", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Forum ForumGetFromWorkspace(string workspaceId) { object[] results = this.Invoke("ForumGetFromWorkspace", new object[] { workspaceId}); return ((Forum)(results[0])); } /// public System.IAsyncResult BeginForumGetFromWorkspace(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumGetFromWorkspace", new object[] { workspaceId}, callback, asyncState); } /// public Forum EndForumGetFromWorkspace(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Forum)(results[0])); } /// public void ForumGetFromWorkspaceAsync(string workspaceId) { this.ForumGetFromWorkspaceAsync(workspaceId, null); } /// public void ForumGetFromWorkspaceAsync(string workspaceId, object userState) { if ((this.ForumGetFromWorkspaceOperationCompleted == null)) { this.ForumGetFromWorkspaceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumGetFromWorkspaceOperationCompleted); } this.InvokeAsync("ForumGetFromWorkspace", new object[] { workspaceId}, this.ForumGetFromWorkspaceOperationCompleted, userState); } private void OnForumGetFromWorkspaceOperationCompleted(object arg) { if ((this.ForumGetFromWorkspaceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumGetFromWorkspaceCompleted(this, new ForumGetFromWorkspaceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Forum ForumGet(string forumId) { object[] results = this.Invoke("ForumGet", new object[] { forumId}); return ((Forum)(results[0])); } /// public System.IAsyncResult BeginForumGet(string forumId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumGet", new object[] { forumId}, callback, asyncState); } /// public Forum EndForumGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Forum)(results[0])); } /// public void ForumGetAsync(string forumId) { this.ForumGetAsync(forumId, null); } /// public void ForumGetAsync(string forumId, object userState) { if ((this.ForumGetOperationCompleted == null)) { this.ForumGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumGetOperationCompleted); } this.InvokeAsync("ForumGet", new object[] { forumId}, this.ForumGetOperationCompleted, userState); } private void OnForumGetOperationCompleted(object arg) { if ((this.ForumGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumGetCompleted(this, new ForumGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumThreadGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ForumThread ForumThreadGet(string forumThreadId) { object[] results = this.Invoke("ForumThreadGet", new object[] { forumThreadId}); return ((ForumThread)(results[0])); } /// public System.IAsyncResult BeginForumThreadGet(string forumThreadId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumThreadGet", new object[] { forumThreadId}, callback, asyncState); } /// public ForumThread EndForumThreadGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ForumThread)(results[0])); } /// public void ForumThreadGetAsync(string forumThreadId) { this.ForumThreadGetAsync(forumThreadId, null); } /// public void ForumThreadGetAsync(string forumThreadId, object userState) { if ((this.ForumThreadGetOperationCompleted == null)) { this.ForumThreadGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumThreadGetOperationCompleted); } this.InvokeAsync("ForumThreadGet", new object[] { forumThreadId}, this.ForumThreadGetOperationCompleted, userState); } private void OnForumThreadGetOperationCompleted(object arg) { if ((this.ForumThreadGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumThreadGetCompleted(this, new ForumThreadGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumPostGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ForumPost ForumPostGet(string forumPostId) { object[] results = this.Invoke("ForumPostGet", new object[] { forumPostId}); return ((ForumPost)(results[0])); } /// public System.IAsyncResult BeginForumPostGet(string forumPostId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumPostGet", new object[] { forumPostId}, callback, asyncState); } /// public ForumPost EndForumPostGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ForumPost)(results[0])); } /// public void ForumPostGetAsync(string forumPostId) { this.ForumPostGetAsync(forumPostId, null); } /// public void ForumPostGetAsync(string forumPostId, object userState) { if ((this.ForumPostGetOperationCompleted == null)) { this.ForumPostGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumPostGetOperationCompleted); } this.InvokeAsync("ForumPostGet", new object[] { forumPostId}, this.ForumPostGetOperationCompleted, userState); } private void OnForumPostGetOperationCompleted(object arg) { if ((this.ForumPostGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumPostGetCompleted(this, new ForumPostGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumPostDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void ForumPostDelete(string forumPostId) { this.Invoke("ForumPostDelete", new object[] { forumPostId}); } /// public System.IAsyncResult BeginForumPostDelete(string forumPostId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumPostDelete", new object[] { forumPostId}, callback, asyncState); } /// public void EndForumPostDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void ForumPostDeleteAsync(string forumPostId) { this.ForumPostDeleteAsync(forumPostId, null); } /// public void ForumPostDeleteAsync(string forumPostId, object userState) { if ((this.ForumPostDeleteOperationCompleted == null)) { this.ForumPostDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumPostDeleteOperationCompleted); } this.InvokeAsync("ForumPostDelete", new object[] { forumPostId}, this.ForumPostDeleteOperationCompleted, userState); } private void OnForumPostDeleteOperationCompleted(object arg) { if ((this.ForumPostDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumPostDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumThreadDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void ForumThreadDelete(string forumThreadId) { this.Invoke("ForumThreadDelete", new object[] { forumThreadId}); } /// public System.IAsyncResult BeginForumThreadDelete(string forumThreadId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumThreadDelete", new object[] { forumThreadId}, callback, asyncState); } /// public void EndForumThreadDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void ForumThreadDeleteAsync(string forumThreadId) { this.ForumThreadDeleteAsync(forumThreadId, null); } /// public void ForumThreadDeleteAsync(string forumThreadId, object userState) { if ((this.ForumThreadDeleteOperationCompleted == null)) { this.ForumThreadDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumThreadDeleteOperationCompleted); } this.InvokeAsync("ForumThreadDelete", new object[] { forumThreadId}, this.ForumThreadDeleteOperationCompleted, userState); } private void OnForumThreadDeleteOperationCompleted(object arg) { if ((this.ForumThreadDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumThreadDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void ForumDelete(string forumId) { this.Invoke("ForumDelete", new object[] { forumId}); } /// public System.IAsyncResult BeginForumDelete(string forumId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumDelete", new object[] { forumId}, callback, asyncState); } /// public void EndForumDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void ForumDeleteAsync(string forumId) { this.ForumDeleteAsync(forumId, null); } /// public void ForumDeleteAsync(string forumId, object userState) { if ((this.ForumDeleteOperationCompleted == null)) { this.ForumDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumDeleteOperationCompleted); } this.InvokeAsync("ForumDelete", new object[] { forumId}, this.ForumDeleteOperationCompleted, userState); } private void OnForumDeleteOperationCompleted(object arg) { if ((this.ForumDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumThreadGetListAsArrayList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public object[] ForumThreadGetListAsArrayList(string forumId) { object[] results = this.Invoke("ForumThreadGetListAsArrayList", new object[] { forumId}); return ((object[])(results[0])); } /// public System.IAsyncResult BeginForumThreadGetListAsArrayList(string forumId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumThreadGetListAsArrayList", new object[] { forumId}, callback, asyncState); } /// public object[] EndForumThreadGetListAsArrayList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((object[])(results[0])); } /// public void ForumThreadGetListAsArrayListAsync(string forumId) { this.ForumThreadGetListAsArrayListAsync(forumId, null); } /// public void ForumThreadGetListAsArrayListAsync(string forumId, object userState) { if ((this.ForumThreadGetListAsArrayListOperationCompleted == null)) { this.ForumThreadGetListAsArrayListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumThreadGetListAsArrayListOperationCompleted); } this.InvokeAsync("ForumThreadGetListAsArrayList", new object[] { forumId}, this.ForumThreadGetListAsArrayListOperationCompleted, userState); } private void OnForumThreadGetListAsArrayListOperationCompleted(object arg) { if ((this.ForumThreadGetListAsArrayListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumThreadGetListAsArrayListCompleted(this, new ForumThreadGetListAsArrayListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumPostGetListAsArrayList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public object[] ForumPostGetListAsArrayList(string threadId) { object[] results = this.Invoke("ForumPostGetListAsArrayList", new object[] { threadId}); return ((object[])(results[0])); } /// public System.IAsyncResult BeginForumPostGetListAsArrayList(string threadId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumPostGetListAsArrayList", new object[] { threadId}, callback, asyncState); } /// public object[] EndForumPostGetListAsArrayList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((object[])(results[0])); } /// public void ForumPostGetListAsArrayListAsync(string threadId) { this.ForumPostGetListAsArrayListAsync(threadId, null); } /// public void ForumPostGetListAsArrayListAsync(string threadId, object userState) { if ((this.ForumPostGetListAsArrayListOperationCompleted == null)) { this.ForumPostGetListAsArrayListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumPostGetListAsArrayListOperationCompleted); } this.InvokeAsync("ForumPostGetListAsArrayList", new object[] { threadId}, this.ForumPostGetListAsArrayListOperationCompleted, userState); } private void OnForumPostGetListAsArrayListOperationCompleted(object arg) { if ((this.ForumPostGetListAsArrayListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumPostGetListAsArrayListCompleted(this, new ForumPostGetListAsArrayListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumPostGetListAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet ForumPostGetListAsDataset(string threadId) { object[] results = this.Invoke("ForumPostGetListAsDataset", new object[] { threadId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginForumPostGetListAsDataset(string threadId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumPostGetListAsDataset", new object[] { threadId}, callback, asyncState); } /// public System.Data.DataSet EndForumPostGetListAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void ForumPostGetListAsDatasetAsync(string threadId) { this.ForumPostGetListAsDatasetAsync(threadId, null); } /// public void ForumPostGetListAsDatasetAsync(string threadId, object userState) { if ((this.ForumPostGetListAsDatasetOperationCompleted == null)) { this.ForumPostGetListAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumPostGetListAsDatasetOperationCompleted); } this.InvokeAsync("ForumPostGetListAsDataset", new object[] { threadId}, this.ForumPostGetListAsDatasetOperationCompleted, userState); } private void OnForumPostGetListAsDatasetOperationCompleted(object arg) { if ((this.ForumPostGetListAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumPostGetListAsDatasetCompleted(this, new ForumPostGetListAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumPostSearch", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet ForumPostSearch(string forumId, string text) { object[] results = this.Invoke("ForumPostSearch", new object[] { forumId, text}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginForumPostSearch(string forumId, string text, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumPostSearch", new object[] { forumId, text}, callback, asyncState); } /// public System.Data.DataSet EndForumPostSearch(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void ForumPostSearchAsync(string forumId, string text) { this.ForumPostSearchAsync(forumId, text, null); } /// public void ForumPostSearchAsync(string forumId, string text, object userState) { if ((this.ForumPostSearchOperationCompleted == null)) { this.ForumPostSearchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumPostSearchOperationCompleted); } this.InvokeAsync("ForumPostSearch", new object[] { forumId, text}, this.ForumPostSearchOperationCompleted, userState); } private void OnForumPostSearchOperationCompleted(object arg) { if ((this.ForumPostSearchCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumPostSearchCompleted(this, new ForumPostSearchCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ForumThreadSearch", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet ForumThreadSearch(string forumId, string themaFilter, string text) { object[] results = this.Invoke("ForumThreadSearch", new object[] { forumId, themaFilter, text}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginForumThreadSearch(string forumId, string themaFilter, string text, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ForumThreadSearch", new object[] { forumId, themaFilter, text}, callback, asyncState); } /// public System.Data.DataSet EndForumThreadSearch(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void ForumThreadSearchAsync(string forumId, string themaFilter, string text) { this.ForumThreadSearchAsync(forumId, themaFilter, text, null); } /// public void ForumThreadSearchAsync(string forumId, string themaFilter, string text, object userState) { if ((this.ForumThreadSearchOperationCompleted == null)) { this.ForumThreadSearchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnForumThreadSearchOperationCompleted); } this.InvokeAsync("ForumThreadSearch", new object[] { forumId, themaFilter, text}, this.ForumThreadSearchOperationCompleted, userState); } private void OnForumThreadSearchOperationCompleted(object arg) { if ((this.ForumThreadSearchCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ForumThreadSearchCompleted(this, new ForumThreadSearchCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class ForumThread { private string themaField; private string ownerField; private string idField; private bool deadField; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private System.DateTime modificationDateField; private bool modificationDateFieldSpecified; private System.DateTime deathDateField; private bool deathDateFieldSpecified; private string forumIdField; private ThreadType typeField; /// public string Thema { get { return this.themaField; } set { this.themaField = value; } } /// public string Owner { get { return this.ownerField; } set { this.ownerField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public bool Dead { get { return this.deadField; } set { this.deadField = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public System.DateTime ModificationDate { get { return this.modificationDateField; } set { this.modificationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ModificationDateSpecified { get { return this.modificationDateFieldSpecified; } set { this.modificationDateFieldSpecified = value; } } /// public System.DateTime DeathDate { get { return this.deathDateField; } set { this.deathDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeathDateSpecified { get { return this.deathDateFieldSpecified; } set { this.deathDateFieldSpecified = value; } } /// public string ForumId { get { return this.forumIdField; } set { this.forumIdField = value; } } /// public ThreadType Type { get { return this.typeField; } set { this.typeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum ThreadType { /// Standard, /// Announcement, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Forum { private string idField; private string workspaceIdField; private string moderatorGroupField; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private System.DateTime modificationDateField; private bool modificationDateFieldSpecified; private System.DateTime deathDateField; private bool deathDateFieldSpecified; private bool deadField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public string ModeratorGroup { get { return this.moderatorGroupField; } set { this.moderatorGroupField = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public System.DateTime ModificationDate { get { return this.modificationDateField; } set { this.modificationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ModificationDateSpecified { get { return this.modificationDateFieldSpecified; } set { this.modificationDateFieldSpecified = value; } } /// public System.DateTime DeathDate { get { return this.deathDateField; } set { this.deathDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeathDateSpecified { get { return this.deathDateFieldSpecified; } set { this.deathDateFieldSpecified = value; } } /// public bool Dead { get { return this.deadField; } set { this.deadField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class ForumPost { private string bodyField; private string subjectField; private string idField; private string authorField; private bool deadField; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private System.DateTime modificationDateField; private bool modificationDateFieldSpecified; private System.DateTime deathDateField; private bool deathDateFieldSpecified; private string threadIdField; /// public string Body { get { return this.bodyField; } set { this.bodyField = value; } } /// public string Subject { get { return this.subjectField; } set { this.subjectField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Author { get { return this.authorField; } set { this.authorField = value; } } /// public bool Dead { get { return this.deadField; } set { this.deadField = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public System.DateTime ModificationDate { get { return this.modificationDateField; } set { this.modificationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ModificationDateSpecified { get { return this.modificationDateFieldSpecified; } set { this.modificationDateFieldSpecified = value; } } /// public System.DateTime DeathDate { get { return this.deathDateField; } set { this.deathDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeathDateSpecified { get { return this.deathDateFieldSpecified; } set { this.deathDateFieldSpecified = value; } } /// public string ThreadId { get { return this.threadIdField; } set { this.threadIdField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumThreadGetListFromWorkspaceCompletedEventHandler(object sender, ForumThreadGetListFromWorkspaceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumThreadGetListFromWorkspaceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumThreadGetListFromWorkspaceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumGetThemaTreeCompletedEventHandler(object sender, ForumGetThemaTreeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumGetThemaTreeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumGetThemaTreeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumThreadSaveCompletedEventHandler(object sender, ForumThreadSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumThreadSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumThreadSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ForumThread Result { get { this.RaiseExceptionIfNecessary(); return ((ForumThread)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumPostSaveCompletedEventHandler(object sender, ForumPostSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumPostSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumPostSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ForumPost Result { get { this.RaiseExceptionIfNecessary(); return ((ForumPost)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumSaveCompletedEventHandler(object sender, ForumSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Forum Result { get { this.RaiseExceptionIfNecessary(); return ((Forum)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumGetFromWorkspaceCompletedEventHandler(object sender, ForumGetFromWorkspaceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumGetFromWorkspaceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumGetFromWorkspaceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Forum Result { get { this.RaiseExceptionIfNecessary(); return ((Forum)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumGetCompletedEventHandler(object sender, ForumGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Forum Result { get { this.RaiseExceptionIfNecessary(); return ((Forum)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumThreadGetCompletedEventHandler(object sender, ForumThreadGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumThreadGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumThreadGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ForumThread Result { get { this.RaiseExceptionIfNecessary(); return ((ForumThread)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumPostGetCompletedEventHandler(object sender, ForumPostGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumPostGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumPostGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ForumPost Result { get { this.RaiseExceptionIfNecessary(); return ((ForumPost)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumPostDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumThreadDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumThreadGetListAsArrayListCompletedEventHandler(object sender, ForumThreadGetListAsArrayListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumThreadGetListAsArrayListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumThreadGetListAsArrayListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public object[] Result { get { this.RaiseExceptionIfNecessary(); return ((object[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumPostGetListAsArrayListCompletedEventHandler(object sender, ForumPostGetListAsArrayListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumPostGetListAsArrayListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumPostGetListAsArrayListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public object[] Result { get { this.RaiseExceptionIfNecessary(); return ((object[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumPostGetListAsDatasetCompletedEventHandler(object sender, ForumPostGetListAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumPostGetListAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumPostGetListAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumPostSearchCompletedEventHandler(object sender, ForumPostSearchCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumPostSearchCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumPostSearchCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ForumThreadSearchCompletedEventHandler(object sender, ForumThreadSearchCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ForumThreadSearchCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ForumThreadSearchCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="actionsSoap", Namespace="http://www.mezzoteam.com/")] public partial class actions : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback DocumentCreateOperationCompleted; private System.Threading.SendOrPostCallback DocumentUpdateOperationCompleted; private System.Threading.SendOrPostCallback DocumentDeleteOperationCompleted; private System.Threading.SendOrPostCallback DocumentIssueOperationCompleted; private System.Threading.SendOrPostCallback DocumentIssueWithStatusOperationCompleted; private System.Threading.SendOrPostCallback DocumentUpdateStatusOperationCompleted; private System.Threading.SendOrPostCallback DocumentMoveOperationCompleted; private System.Threading.SendOrPostCallback ActionGrantedOperationCompleted; private System.Threading.SendOrPostCallback DocumentReferenceAddOperationCompleted; private System.Threading.SendOrPostCallback DocumentReferenceUpdateOperationCompleted; private System.Threading.SendOrPostCallback DocumentReferenceDeleteOperationCompleted; private System.Threading.SendOrPostCallback DocumentLockOperationCompleted; private System.Threading.SendOrPostCallback DocumentUnlockOperationCompleted; private System.Threading.SendOrPostCallback DocumentReviseOperationCompleted; /// public actions() { this.Url = "http://www.mezzoteam.com/ws/actions.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event DocumentCreateCompletedEventHandler DocumentCreateCompleted; /// public event DocumentUpdateCompletedEventHandler DocumentUpdateCompleted; /// public event DocumentDeleteCompletedEventHandler DocumentDeleteCompleted; /// public event DocumentIssueCompletedEventHandler DocumentIssueCompleted; /// public event DocumentIssueWithStatusCompletedEventHandler DocumentIssueWithStatusCompleted; /// public event DocumentUpdateStatusCompletedEventHandler DocumentUpdateStatusCompleted; /// public event DocumentMoveCompletedEventHandler DocumentMoveCompleted; /// public event ActionGrantedCompletedEventHandler ActionGrantedCompleted; /// public event DocumentReferenceAddCompletedEventHandler DocumentReferenceAddCompleted; /// public event DocumentReferenceUpdateCompletedEventHandler DocumentReferenceUpdateCompleted; /// public event DocumentReferenceDeleteCompletedEventHandler DocumentReferenceDeleteCompleted; /// public event DocumentLockCompletedEventHandler DocumentLockCompleted; /// public event DocumentUnlockCompletedEventHandler DocumentUnlockCompleted; /// public event DocumentReviseCompletedEventHandler DocumentReviseCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentCreate", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Document DocumentCreate(CreateDocArguments arg, Document newDocument) { object[] results = this.Invoke("DocumentCreate", new object[] { arg, newDocument}); return ((Document)(results[0])); } /// public System.IAsyncResult BeginDocumentCreate(CreateDocArguments arg, Document newDocument, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentCreate", new object[] { arg, newDocument}, callback, asyncState); } /// public Document EndDocumentCreate(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Document)(results[0])); } /// public void DocumentCreateAsync(CreateDocArguments arg, Document newDocument) { this.DocumentCreateAsync(arg, newDocument, null); } /// public void DocumentCreateAsync(CreateDocArguments arg, Document newDocument, object userState) { if ((this.DocumentCreateOperationCompleted == null)) { this.DocumentCreateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentCreateOperationCompleted); } this.InvokeAsync("DocumentCreate", new object[] { arg, newDocument}, this.DocumentCreateOperationCompleted, userState); } private void OnDocumentCreateOperationCompleted(object arg) { if ((this.DocumentCreateCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentCreateCompleted(this, new DocumentCreateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentUpdate", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Document DocumentUpdate(EditDocArguments arg, Document newDocument) { object[] results = this.Invoke("DocumentUpdate", new object[] { arg, newDocument}); return ((Document)(results[0])); } /// public System.IAsyncResult BeginDocumentUpdate(EditDocArguments arg, Document newDocument, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentUpdate", new object[] { arg, newDocument}, callback, asyncState); } /// public Document EndDocumentUpdate(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Document)(results[0])); } /// public void DocumentUpdateAsync(EditDocArguments arg, Document newDocument) { this.DocumentUpdateAsync(arg, newDocument, null); } /// public void DocumentUpdateAsync(EditDocArguments arg, Document newDocument, object userState) { if ((this.DocumentUpdateOperationCompleted == null)) { this.DocumentUpdateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentUpdateOperationCompleted); } this.InvokeAsync("DocumentUpdate", new object[] { arg, newDocument}, this.DocumentUpdateOperationCompleted, userState); } private void OnDocumentUpdateOperationCompleted(object arg) { if ((this.DocumentUpdateCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentUpdateCompleted(this, new DocumentUpdateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecResult DocumentDelete(DeleteDocArguments arg, string documentId) { object[] results = this.Invoke("DocumentDelete", new object[] { arg, documentId}); return ((ExecResult)(results[0])); } /// public System.IAsyncResult BeginDocumentDelete(DeleteDocArguments arg, string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentDelete", new object[] { arg, documentId}, callback, asyncState); } /// public ExecResult EndDocumentDelete(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecResult)(results[0])); } /// public void DocumentDeleteAsync(DeleteDocArguments arg, string documentId) { this.DocumentDeleteAsync(arg, documentId, null); } /// public void DocumentDeleteAsync(DeleteDocArguments arg, string documentId, object userState) { if ((this.DocumentDeleteOperationCompleted == null)) { this.DocumentDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentDeleteOperationCompleted); } this.InvokeAsync("DocumentDelete", new object[] { arg, documentId}, this.DocumentDeleteOperationCompleted, userState); } private void OnDocumentDeleteOperationCompleted(object arg) { if ((this.DocumentDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentDeleteCompleted(this, new DocumentDeleteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentIssue", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecResult DocumentIssue(DiffuseDocArguments arg, string documentId) { object[] results = this.Invoke("DocumentIssue", new object[] { arg, documentId}); return ((ExecResult)(results[0])); } /// public System.IAsyncResult BeginDocumentIssue(DiffuseDocArguments arg, string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentIssue", new object[] { arg, documentId}, callback, asyncState); } /// public ExecResult EndDocumentIssue(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecResult)(results[0])); } /// public void DocumentIssueAsync(DiffuseDocArguments arg, string documentId) { this.DocumentIssueAsync(arg, documentId, null); } /// public void DocumentIssueAsync(DiffuseDocArguments arg, string documentId, object userState) { if ((this.DocumentIssueOperationCompleted == null)) { this.DocumentIssueOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentIssueOperationCompleted); } this.InvokeAsync("DocumentIssue", new object[] { arg, documentId}, this.DocumentIssueOperationCompleted, userState); } private void OnDocumentIssueOperationCompleted(object arg) { if ((this.DocumentIssueCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentIssueCompleted(this, new DocumentIssueCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentIssueWithStatus", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecResult DocumentIssueWithStatus(DiffuseNChangeStatusArguments arg, string documentId) { object[] results = this.Invoke("DocumentIssueWithStatus", new object[] { arg, documentId}); return ((ExecResult)(results[0])); } /// public System.IAsyncResult BeginDocumentIssueWithStatus(DiffuseNChangeStatusArguments arg, string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentIssueWithStatus", new object[] { arg, documentId}, callback, asyncState); } /// public ExecResult EndDocumentIssueWithStatus(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecResult)(results[0])); } /// public void DocumentIssueWithStatusAsync(DiffuseNChangeStatusArguments arg, string documentId) { this.DocumentIssueWithStatusAsync(arg, documentId, null); } /// public void DocumentIssueWithStatusAsync(DiffuseNChangeStatusArguments arg, string documentId, object userState) { if ((this.DocumentIssueWithStatusOperationCompleted == null)) { this.DocumentIssueWithStatusOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentIssueWithStatusOperationCompleted); } this.InvokeAsync("DocumentIssueWithStatus", new object[] { arg, documentId}, this.DocumentIssueWithStatusOperationCompleted, userState); } private void OnDocumentIssueWithStatusOperationCompleted(object arg) { if ((this.DocumentIssueWithStatusCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentIssueWithStatusCompleted(this, new DocumentIssueWithStatusCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentUpdateStatus", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecResult DocumentUpdateStatus(ChangeStatusArguments arg, string documentId) { object[] results = this.Invoke("DocumentUpdateStatus", new object[] { arg, documentId}); return ((ExecResult)(results[0])); } /// public System.IAsyncResult BeginDocumentUpdateStatus(ChangeStatusArguments arg, string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentUpdateStatus", new object[] { arg, documentId}, callback, asyncState); } /// public ExecResult EndDocumentUpdateStatus(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecResult)(results[0])); } /// public void DocumentUpdateStatusAsync(ChangeStatusArguments arg, string documentId) { this.DocumentUpdateStatusAsync(arg, documentId, null); } /// public void DocumentUpdateStatusAsync(ChangeStatusArguments arg, string documentId, object userState) { if ((this.DocumentUpdateStatusOperationCompleted == null)) { this.DocumentUpdateStatusOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentUpdateStatusOperationCompleted); } this.InvokeAsync("DocumentUpdateStatus", new object[] { arg, documentId}, this.DocumentUpdateStatusOperationCompleted, userState); } private void OnDocumentUpdateStatusOperationCompleted(object arg) { if ((this.DocumentUpdateStatusCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentUpdateStatusCompleted(this, new DocumentUpdateStatusCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentMove", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecResult DocumentMove(MoveDocArguments arg, string documentId) { object[] results = this.Invoke("DocumentMove", new object[] { arg, documentId}); return ((ExecResult)(results[0])); } /// public System.IAsyncResult BeginDocumentMove(MoveDocArguments arg, string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentMove", new object[] { arg, documentId}, callback, asyncState); } /// public ExecResult EndDocumentMove(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecResult)(results[0])); } /// public void DocumentMoveAsync(MoveDocArguments arg, string documentId) { this.DocumentMoveAsync(arg, documentId, null); } /// public void DocumentMoveAsync(MoveDocArguments arg, string documentId, object userState) { if ((this.DocumentMoveOperationCompleted == null)) { this.DocumentMoveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentMoveOperationCompleted); } this.InvokeAsync("DocumentMove", new object[] { arg, documentId}, this.DocumentMoveOperationCompleted, userState); } private void OnDocumentMoveOperationCompleted(object arg) { if ((this.DocumentMoveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentMoveCompleted(this, new DocumentMoveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActionGranted", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecutionActionGranted ActionGranted(string actionCode, string objectId) { object[] results = this.Invoke("ActionGranted", new object[] { actionCode, objectId}); return ((ExecutionActionGranted)(results[0])); } /// public System.IAsyncResult BeginActionGranted(string actionCode, string objectId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActionGranted", new object[] { actionCode, objectId}, callback, asyncState); } /// public ExecutionActionGranted EndActionGranted(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecutionActionGranted)(results[0])); } /// public void ActionGrantedAsync(string actionCode, string objectId) { this.ActionGrantedAsync(actionCode, objectId, null); } /// public void ActionGrantedAsync(string actionCode, string objectId, object userState) { if ((this.ActionGrantedOperationCompleted == null)) { this.ActionGrantedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActionGrantedOperationCompleted); } this.InvokeAsync("ActionGranted", new object[] { actionCode, objectId}, this.ActionGrantedOperationCompleted, userState); } private void OnActionGrantedOperationCompleted(object arg) { if ((this.ActionGrantedCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActionGrantedCompleted(this, new ActionGrantedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentReferenceAdd", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecResult DocumentReferenceAdd(AddReferenceDocArguments arg, string documentId) { object[] results = this.Invoke("DocumentReferenceAdd", new object[] { arg, documentId}); return ((ExecResult)(results[0])); } /// public System.IAsyncResult BeginDocumentReferenceAdd(AddReferenceDocArguments arg, string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentReferenceAdd", new object[] { arg, documentId}, callback, asyncState); } /// public ExecResult EndDocumentReferenceAdd(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecResult)(results[0])); } /// public void DocumentReferenceAddAsync(AddReferenceDocArguments arg, string documentId) { this.DocumentReferenceAddAsync(arg, documentId, null); } /// public void DocumentReferenceAddAsync(AddReferenceDocArguments arg, string documentId, object userState) { if ((this.DocumentReferenceAddOperationCompleted == null)) { this.DocumentReferenceAddOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentReferenceAddOperationCompleted); } this.InvokeAsync("DocumentReferenceAdd", new object[] { arg, documentId}, this.DocumentReferenceAddOperationCompleted, userState); } private void OnDocumentReferenceAddOperationCompleted(object arg) { if ((this.DocumentReferenceAddCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentReferenceAddCompleted(this, new DocumentReferenceAddCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentReferenceUpdate", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecResult DocumentReferenceUpdate(UpdateReferenceDocArguments arg, string documentId) { object[] results = this.Invoke("DocumentReferenceUpdate", new object[] { arg, documentId}); return ((ExecResult)(results[0])); } /// public System.IAsyncResult BeginDocumentReferenceUpdate(UpdateReferenceDocArguments arg, string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentReferenceUpdate", new object[] { arg, documentId}, callback, asyncState); } /// public ExecResult EndDocumentReferenceUpdate(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecResult)(results[0])); } /// public void DocumentReferenceUpdateAsync(UpdateReferenceDocArguments arg, string documentId) { this.DocumentReferenceUpdateAsync(arg, documentId, null); } /// public void DocumentReferenceUpdateAsync(UpdateReferenceDocArguments arg, string documentId, object userState) { if ((this.DocumentReferenceUpdateOperationCompleted == null)) { this.DocumentReferenceUpdateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentReferenceUpdateOperationCompleted); } this.InvokeAsync("DocumentReferenceUpdate", new object[] { arg, documentId}, this.DocumentReferenceUpdateOperationCompleted, userState); } private void OnDocumentReferenceUpdateOperationCompleted(object arg) { if ((this.DocumentReferenceUpdateCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentReferenceUpdateCompleted(this, new DocumentReferenceUpdateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentReferenceDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecResult DocumentReferenceDelete(DeleteReferenceDocArguments arg, string documentId) { object[] results = this.Invoke("DocumentReferenceDelete", new object[] { arg, documentId}); return ((ExecResult)(results[0])); } /// public System.IAsyncResult BeginDocumentReferenceDelete(DeleteReferenceDocArguments arg, string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentReferenceDelete", new object[] { arg, documentId}, callback, asyncState); } /// public ExecResult EndDocumentReferenceDelete(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecResult)(results[0])); } /// public void DocumentReferenceDeleteAsync(DeleteReferenceDocArguments arg, string documentId) { this.DocumentReferenceDeleteAsync(arg, documentId, null); } /// public void DocumentReferenceDeleteAsync(DeleteReferenceDocArguments arg, string documentId, object userState) { if ((this.DocumentReferenceDeleteOperationCompleted == null)) { this.DocumentReferenceDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentReferenceDeleteOperationCompleted); } this.InvokeAsync("DocumentReferenceDelete", new object[] { arg, documentId}, this.DocumentReferenceDeleteOperationCompleted, userState); } private void OnDocumentReferenceDeleteOperationCompleted(object arg) { if ((this.DocumentReferenceDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentReferenceDeleteCompleted(this, new DocumentReferenceDeleteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentLock", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecResult DocumentLock(string documentId) { object[] results = this.Invoke("DocumentLock", new object[] { documentId}); return ((ExecResult)(results[0])); } /// public System.IAsyncResult BeginDocumentLock(string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentLock", new object[] { documentId}, callback, asyncState); } /// public ExecResult EndDocumentLock(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecResult)(results[0])); } /// public void DocumentLockAsync(string documentId) { this.DocumentLockAsync(documentId, null); } /// public void DocumentLockAsync(string documentId, object userState) { if ((this.DocumentLockOperationCompleted == null)) { this.DocumentLockOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentLockOperationCompleted); } this.InvokeAsync("DocumentLock", new object[] { documentId}, this.DocumentLockOperationCompleted, userState); } private void OnDocumentLockOperationCompleted(object arg) { if ((this.DocumentLockCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentLockCompleted(this, new DocumentLockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentUnlock", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecResult DocumentUnlock(string documentId) { object[] results = this.Invoke("DocumentUnlock", new object[] { documentId}); return ((ExecResult)(results[0])); } /// public System.IAsyncResult BeginDocumentUnlock(string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentUnlock", new object[] { documentId}, callback, asyncState); } /// public ExecResult EndDocumentUnlock(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecResult)(results[0])); } /// public void DocumentUnlockAsync(string documentId) { this.DocumentUnlockAsync(documentId, null); } /// public void DocumentUnlockAsync(string documentId, object userState) { if ((this.DocumentUnlockOperationCompleted == null)) { this.DocumentUnlockOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentUnlockOperationCompleted); } this.InvokeAsync("DocumentUnlock", new object[] { documentId}, this.DocumentUnlockOperationCompleted, userState); } private void OnDocumentUnlockOperationCompleted(object arg) { if ((this.DocumentUnlockCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentUnlockCompleted(this, new DocumentUnlockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/DocumentRevise", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Document DocumentRevise(ReviseDocArguments arg, string documentId) { object[] results = this.Invoke("DocumentRevise", new object[] { arg, documentId}); return ((Document)(results[0])); } /// public System.IAsyncResult BeginDocumentRevise(ReviseDocArguments arg, string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DocumentRevise", new object[] { arg, documentId}, callback, asyncState); } /// public Document EndDocumentRevise(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Document)(results[0])); } /// public void DocumentReviseAsync(ReviseDocArguments arg, string documentId) { this.DocumentReviseAsync(arg, documentId, null); } /// public void DocumentReviseAsync(ReviseDocArguments arg, string documentId, object userState) { if ((this.DocumentReviseOperationCompleted == null)) { this.DocumentReviseOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocumentReviseOperationCompleted); } this.InvokeAsync("DocumentRevise", new object[] { arg, documentId}, this.DocumentReviseOperationCompleted, userState); } private void OnDocumentReviseOperationCompleted(object arg) { if ((this.DocumentReviseCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DocumentReviseCompleted(this, new DocumentReviseCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class CreateDocArguments { private string parentFolderIdField; private string currentFolderIdField; private bool enableACLCheckWriteOnParentFolderField; private string clonedDocumentIdField; /// public string ParentFolderId { get { return this.parentFolderIdField; } set { this.parentFolderIdField = value; } } /// public string CurrentFolderId { get { return this.currentFolderIdField; } set { this.currentFolderIdField = value; } } /// public bool EnableACLCheckWriteOnParentFolder { get { return this.enableACLCheckWriteOnParentFolderField; } set { this.enableACLCheckWriteOnParentFolderField = value; } } /// public string ClonedDocumentId { get { return this.clonedDocumentIdField; } set { this.clonedDocumentIdField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class ReviseDocArguments { private string newRevisionField; private string commentsField; private string newRevisionCommentsField; /// public string NewRevision { get { return this.newRevisionField; } set { this.newRevisionField = value; } } /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } /// public string NewRevisionComments { get { return this.newRevisionCommentsField; } set { this.newRevisionCommentsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DeleteReferenceDocArguments { private string commentsField; private MezzoteamObjectReference mezzoObjRefField; /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } /// public MezzoteamObjectReference MezzoObjRef { get { return this.mezzoObjRefField; } set { this.mezzoObjRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class UpdateReferenceDocArguments { private string commentsField; private MezzoteamObjectReference mezzoObjRefField; /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } /// public MezzoteamObjectReference MezzoObjRef { get { return this.mezzoObjRefField; } set { this.mezzoObjRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class AddReferenceDocArguments { private string commentsField; private MezzoteamObjectReference mezzoObjRefField; /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } /// public MezzoteamObjectReference MezzoObjRef { get { return this.mezzoObjRefField; } set { this.mezzoObjRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class MoveDocArguments { private string targetFolderIdField; private string commentsField; /// public string TargetFolderId { get { return this.targetFolderIdField; } set { this.targetFolderIdField = value; } } /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class ChangeStatusArguments { private string statusField; private string commentsField; /// public string Status { get { return this.statusField; } set { this.statusField = value; } } /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DiffuseNChangeStatusArguments { private DynamicMemberList issuingListField; private DynamicMemberList notificationListField; private string issuingMotiveField; private string issuingCommentsField; private string statusField; private string commentsField; private string notificationMailSubjectField; private string notificationMailBodyField; /// public DynamicMemberList IssuingList { get { return this.issuingListField; } set { this.issuingListField = value; } } /// public DynamicMemberList NotificationList { get { return this.notificationListField; } set { this.notificationListField = value; } } /// public string IssuingMotive { get { return this.issuingMotiveField; } set { this.issuingMotiveField = value; } } /// public string IssuingComments { get { return this.issuingCommentsField; } set { this.issuingCommentsField = value; } } /// public string Status { get { return this.statusField; } set { this.statusField = value; } } /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } /// public string NotificationMailSubject { get { return this.notificationMailSubjectField; } set { this.notificationMailSubjectField = value; } } /// public string NotificationMailBody { get { return this.notificationMailBodyField; } set { this.notificationMailBodyField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DiffuseDocArguments { private DynamicMemberList issuingListField; private DynamicMemberList notificationListField; private string issuingMotiveField; private string issuingCommentsField; private string notificationMailSubjectField; private string notificationMailBodyField; /// public DynamicMemberList IssuingList { get { return this.issuingListField; } set { this.issuingListField = value; } } /// public DynamicMemberList NotificationList { get { return this.notificationListField; } set { this.notificationListField = value; } } /// public string IssuingMotive { get { return this.issuingMotiveField; } set { this.issuingMotiveField = value; } } /// public string IssuingComments { get { return this.issuingCommentsField; } set { this.issuingCommentsField = value; } } /// public string NotificationMailSubject { get { return this.notificationMailSubjectField; } set { this.notificationMailSubjectField = value; } } /// public string NotificationMailBody { get { return this.notificationMailBodyField; } set { this.notificationMailBodyField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class ExecResult { private ExecStatus statusField; private string messageField; /// public ExecStatus Status { get { return this.statusField; } set { this.statusField = value; } } /// public string Message { get { return this.messageField; } set { this.messageField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum ExecStatus { /// Continue, /// Stop, /// ErrorStop, /// ErrorContinue, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DeleteDocArguments { private string commentsField; /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class EditDocArguments { private string commentsField; /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum ExecutionActionGranted { /// Unknown, /// Granted, /// Denied, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentCreateCompletedEventHandler(object sender, DocumentCreateCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentCreateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentCreateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Document Result { get { this.RaiseExceptionIfNecessary(); return ((Document)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentUpdateCompletedEventHandler(object sender, DocumentUpdateCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentUpdateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentUpdateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Document Result { get { this.RaiseExceptionIfNecessary(); return ((Document)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentDeleteCompletedEventHandler(object sender, DocumentDeleteCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentDeleteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentDeleteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecResult Result { get { this.RaiseExceptionIfNecessary(); return ((ExecResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentIssueCompletedEventHandler(object sender, DocumentIssueCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentIssueCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentIssueCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecResult Result { get { this.RaiseExceptionIfNecessary(); return ((ExecResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentIssueWithStatusCompletedEventHandler(object sender, DocumentIssueWithStatusCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentIssueWithStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentIssueWithStatusCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecResult Result { get { this.RaiseExceptionIfNecessary(); return ((ExecResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentUpdateStatusCompletedEventHandler(object sender, DocumentUpdateStatusCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentUpdateStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentUpdateStatusCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecResult Result { get { this.RaiseExceptionIfNecessary(); return ((ExecResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentMoveCompletedEventHandler(object sender, DocumentMoveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentMoveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentMoveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecResult Result { get { this.RaiseExceptionIfNecessary(); return ((ExecResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActionGrantedCompletedEventHandler(object sender, ActionGrantedCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActionGrantedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActionGrantedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecutionActionGranted Result { get { this.RaiseExceptionIfNecessary(); return ((ExecutionActionGranted)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentReferenceAddCompletedEventHandler(object sender, DocumentReferenceAddCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentReferenceAddCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentReferenceAddCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecResult Result { get { this.RaiseExceptionIfNecessary(); return ((ExecResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentReferenceUpdateCompletedEventHandler(object sender, DocumentReferenceUpdateCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentReferenceUpdateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentReferenceUpdateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecResult Result { get { this.RaiseExceptionIfNecessary(); return ((ExecResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentReferenceDeleteCompletedEventHandler(object sender, DocumentReferenceDeleteCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentReferenceDeleteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentReferenceDeleteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecResult Result { get { this.RaiseExceptionIfNecessary(); return ((ExecResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentLockCompletedEventHandler(object sender, DocumentLockCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentLockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentLockCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecResult Result { get { this.RaiseExceptionIfNecessary(); return ((ExecResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentUnlockCompletedEventHandler(object sender, DocumentUnlockCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentUnlockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentUnlockCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecResult Result { get { this.RaiseExceptionIfNecessary(); return ((ExecResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void DocumentReviseCompletedEventHandler(object sender, DocumentReviseCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DocumentReviseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DocumentReviseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Document Result { get { this.RaiseExceptionIfNecessary(); return ((Document)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="actions_expertSoap", Namespace="http://www.mezzoteam.com/")] public partial class actions_expert : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback ActionGetOperationCompleted; private System.Threading.SendOrPostCallback ActionNewOperationCompleted; private System.Threading.SendOrPostCallback ActionSaveOperationCompleted; private System.Threading.SendOrPostCallback ActionDeleteOperationCompleted; private System.Threading.SendOrPostCallback GetActionsListForDocumentOperationCompleted; private System.Threading.SendOrPostCallback GetActionsForFormOperationCompleted; private System.Threading.SendOrPostCallback GetActionsForViewOperationCompleted; private System.Threading.SendOrPostCallback ActionExecuteOperationCompleted; private System.Threading.SendOrPostCallback ExecutionGrantedOperationCompleted; /// public actions_expert() { this.Url = "http://www.mezzoteam.com/ws/actions_expert.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event ActionGetCompletedEventHandler ActionGetCompleted; /// public event ActionNewCompletedEventHandler ActionNewCompleted; /// public event ActionSaveCompletedEventHandler ActionSaveCompleted; /// public event ActionDeleteCompletedEventHandler ActionDeleteCompleted; /// public event GetActionsListForDocumentCompletedEventHandler GetActionsListForDocumentCompleted; /// public event GetActionsForFormCompletedEventHandler GetActionsForFormCompleted; /// public event GetActionsForViewCompletedEventHandler GetActionsForViewCompleted; /// public event ActionExecuteCompletedEventHandler ActionExecuteCompleted; /// public event ExecutionGrantedCompletedEventHandler ExecutionGrantedCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActionGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject ActionGet(string actionid) { object[] results = this.Invoke("ActionGet", new object[] { actionid}); return ((SerializedObject)(results[0])); } /// public System.IAsyncResult BeginActionGet(string actionid, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActionGet", new object[] { actionid}, callback, asyncState); } /// public SerializedObject EndActionGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject)(results[0])); } /// public void ActionGetAsync(string actionid) { this.ActionGetAsync(actionid, null); } /// public void ActionGetAsync(string actionid, object userState) { if ((this.ActionGetOperationCompleted == null)) { this.ActionGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActionGetOperationCompleted); } this.InvokeAsync("ActionGet", new object[] { actionid}, this.ActionGetOperationCompleted, userState); } private void OnActionGetOperationCompleted(object arg) { if ((this.ActionGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActionGetCompleted(this, new ActionGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActionNew", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject ActionNew(string typeName) { object[] results = this.Invoke("ActionNew", new object[] { typeName}); return ((SerializedObject)(results[0])); } /// public System.IAsyncResult BeginActionNew(string typeName, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActionNew", new object[] { typeName}, callback, asyncState); } /// public SerializedObject EndActionNew(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject)(results[0])); } /// public void ActionNewAsync(string typeName) { this.ActionNewAsync(typeName, null); } /// public void ActionNewAsync(string typeName, object userState) { if ((this.ActionNewOperationCompleted == null)) { this.ActionNewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActionNewOperationCompleted); } this.InvokeAsync("ActionNew", new object[] { typeName}, this.ActionNewOperationCompleted, userState); } private void OnActionNewOperationCompleted(object arg) { if ((this.ActionNewCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActionNewCompleted(this, new ActionNewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActionSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject ActionSave(SerializedObject serializedAction) { object[] results = this.Invoke("ActionSave", new object[] { serializedAction}); return ((SerializedObject)(results[0])); } /// public System.IAsyncResult BeginActionSave(SerializedObject serializedAction, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActionSave", new object[] { serializedAction}, callback, asyncState); } /// public SerializedObject EndActionSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject)(results[0])); } /// public void ActionSaveAsync(SerializedObject serializedAction) { this.ActionSaveAsync(serializedAction, null); } /// public void ActionSaveAsync(SerializedObject serializedAction, object userState) { if ((this.ActionSaveOperationCompleted == null)) { this.ActionSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActionSaveOperationCompleted); } this.InvokeAsync("ActionSave", new object[] { serializedAction}, this.ActionSaveOperationCompleted, userState); } private void OnActionSaveOperationCompleted(object arg) { if ((this.ActionSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActionSaveCompleted(this, new ActionSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActionDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void ActionDelete(string actionid) { this.Invoke("ActionDelete", new object[] { actionid}); } /// public System.IAsyncResult BeginActionDelete(string actionid, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActionDelete", new object[] { actionid}, callback, asyncState); } /// public void EndActionDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void ActionDeleteAsync(string actionid) { this.ActionDeleteAsync(actionid, null); } /// public void ActionDeleteAsync(string actionid, object userState) { if ((this.ActionDeleteOperationCompleted == null)) { this.ActionDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActionDeleteOperationCompleted); } this.InvokeAsync("ActionDelete", new object[] { actionid}, this.ActionDeleteOperationCompleted, userState); } private void OnActionDeleteOperationCompleted(object arg) { if ((this.ActionDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActionDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GetActionsListForDocument", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject[] GetActionsListForDocument(string statusid, ActionMode mode) { object[] results = this.Invoke("GetActionsListForDocument", new object[] { statusid, mode}); return ((SerializedObject[])(results[0])); } /// public System.IAsyncResult BeginGetActionsListForDocument(string statusid, ActionMode mode, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetActionsListForDocument", new object[] { statusid, mode}, callback, asyncState); } /// public SerializedObject[] EndGetActionsListForDocument(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject[])(results[0])); } /// public void GetActionsListForDocumentAsync(string statusid, ActionMode mode) { this.GetActionsListForDocumentAsync(statusid, mode, null); } /// public void GetActionsListForDocumentAsync(string statusid, ActionMode mode, object userState) { if ((this.GetActionsListForDocumentOperationCompleted == null)) { this.GetActionsListForDocumentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetActionsListForDocumentOperationCompleted); } this.InvokeAsync("GetActionsListForDocument", new object[] { statusid, mode}, this.GetActionsListForDocumentOperationCompleted, userState); } private void OnGetActionsListForDocumentOperationCompleted(object arg) { if ((this.GetActionsListForDocumentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetActionsListForDocumentCompleted(this, new GetActionsListForDocumentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GetActionsForForm", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject[] GetActionsForForm(string statusid, string mezzotype, ActionMode mode, object target) { object[] results = this.Invoke("GetActionsForForm", new object[] { statusid, mezzotype, mode, target}); return ((SerializedObject[])(results[0])); } /// public System.IAsyncResult BeginGetActionsForForm(string statusid, string mezzotype, ActionMode mode, object target, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetActionsForForm", new object[] { statusid, mezzotype, mode, target}, callback, asyncState); } /// public SerializedObject[] EndGetActionsForForm(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject[])(results[0])); } /// public void GetActionsForFormAsync(string statusid, string mezzotype, ActionMode mode, object target) { this.GetActionsForFormAsync(statusid, mezzotype, mode, target, null); } /// public void GetActionsForFormAsync(string statusid, string mezzotype, ActionMode mode, object target, object userState) { if ((this.GetActionsForFormOperationCompleted == null)) { this.GetActionsForFormOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetActionsForFormOperationCompleted); } this.InvokeAsync("GetActionsForForm", new object[] { statusid, mezzotype, mode, target}, this.GetActionsForFormOperationCompleted, userState); } private void OnGetActionsForFormOperationCompleted(object arg) { if ((this.GetActionsForFormCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetActionsForFormCompleted(this, new GetActionsForFormCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GetActionsForView", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject[] GetActionsForView(string statusid, string mezzotype) { object[] results = this.Invoke("GetActionsForView", new object[] { statusid, mezzotype}); return ((SerializedObject[])(results[0])); } /// public System.IAsyncResult BeginGetActionsForView(string statusid, string mezzotype, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetActionsForView", new object[] { statusid, mezzotype}, callback, asyncState); } /// public SerializedObject[] EndGetActionsForView(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject[])(results[0])); } /// public void GetActionsForViewAsync(string statusid, string mezzotype) { this.GetActionsForViewAsync(statusid, mezzotype, null); } /// public void GetActionsForViewAsync(string statusid, string mezzotype, object userState) { if ((this.GetActionsForViewOperationCompleted == null)) { this.GetActionsForViewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetActionsForViewOperationCompleted); } this.InvokeAsync("GetActionsForView", new object[] { statusid, mezzotype}, this.GetActionsForViewOperationCompleted, userState); } private void OnGetActionsForViewOperationCompleted(object arg) { if ((this.GetActionsForViewCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetActionsForViewCompleted(this, new GetActionsForViewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActionExecute", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject ActionExecute(string actioncode, SerializedObject actionArgument, object target) { object[] results = this.Invoke("ActionExecute", new object[] { actioncode, actionArgument, target}); return ((SerializedObject)(results[0])); } /// public System.IAsyncResult BeginActionExecute(string actioncode, SerializedObject actionArgument, object target, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActionExecute", new object[] { actioncode, actionArgument, target}, callback, asyncState); } /// public SerializedObject EndActionExecute(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject)(results[0])); } /// public void ActionExecuteAsync(string actioncode, SerializedObject actionArgument, object target) { this.ActionExecuteAsync(actioncode, actionArgument, target, null); } /// public void ActionExecuteAsync(string actioncode, SerializedObject actionArgument, object target, object userState) { if ((this.ActionExecuteOperationCompleted == null)) { this.ActionExecuteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActionExecuteOperationCompleted); } this.InvokeAsync("ActionExecute", new object[] { actioncode, actionArgument, target}, this.ActionExecuteOperationCompleted, userState); } private void OnActionExecuteOperationCompleted(object arg) { if ((this.ActionExecuteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActionExecuteCompleted(this, new ActionExecuteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ExecutionGranted", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ExecutionActionGranted ExecutionGranted(string actionCode, string objectId) { object[] results = this.Invoke("ExecutionGranted", new object[] { actionCode, objectId}); return ((ExecutionActionGranted)(results[0])); } /// public System.IAsyncResult BeginExecutionGranted(string actionCode, string objectId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ExecutionGranted", new object[] { actionCode, objectId}, callback, asyncState); } /// public ExecutionActionGranted EndExecutionGranted(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ExecutionActionGranted)(results[0])); } /// public void ExecutionGrantedAsync(string actionCode, string objectId) { this.ExecutionGrantedAsync(actionCode, objectId, null); } /// public void ExecutionGrantedAsync(string actionCode, string objectId, object userState) { if ((this.ExecutionGrantedOperationCompleted == null)) { this.ExecutionGrantedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnExecutionGrantedOperationCompleted); } this.InvokeAsync("ExecutionGranted", new object[] { actionCode, objectId}, this.ExecutionGrantedOperationCompleted, userState); } private void OnExecutionGrantedOperationCompleted(object arg) { if ((this.ExecutionGrantedCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ExecutionGrantedCompleted(this, new ExecutionGrantedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class SerializedObject { private string typeNameField; private string xmlContentField; private string xmlOtherContentField; /// public string TypeName { get { return this.typeNameField; } set { this.typeNameField = value; } } /// public string XmlContent { get { return this.xmlContentField; } set { this.xmlContentField = value; } } /// public string XmlOtherContent { get { return this.xmlOtherContentField; } set { this.xmlOtherContentField = value; } } } /// [System.FlagsAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum ActionMode { /// None = 1, /// Browse = 2, /// Edit = 4, /// Both = 8, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActionGetCompletedEventHandler(object sender, ActionGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActionGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActionGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActionNewCompletedEventHandler(object sender, ActionNewCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActionNewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActionNewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActionSaveCompletedEventHandler(object sender, ActionSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActionSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActionSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActionDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GetActionsListForDocumentCompletedEventHandler(object sender, GetActionsListForDocumentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetActionsListForDocumentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetActionsListForDocumentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject[] Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GetActionsForFormCompletedEventHandler(object sender, GetActionsForFormCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetActionsForFormCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetActionsForFormCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject[] Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GetActionsForViewCompletedEventHandler(object sender, GetActionsForViewCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetActionsForViewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetActionsForViewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject[] Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActionExecuteCompletedEventHandler(object sender, ActionExecuteCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActionExecuteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActionExecuteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ExecutionGrantedCompletedEventHandler(object sender, ExecutionGrantedCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ExecutionGrantedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ExecutionGrantedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ExecutionActionGranted Result { get { this.RaiseExceptionIfNecessary(); return ((ExecutionActionGranted)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="logsSoap", Namespace="http://www.mezzoteam.com/")] public partial class logs : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback LogSaveOperationCompleted; private System.Threading.SendOrPostCallback LogGetByIdOperationCompleted; private System.Threading.SendOrPostCallback LogSearchOperationCompleted; private System.Threading.SendOrPostCallback LogSearchAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback LogSearchForCurrentUserOperationCompleted; /// public logs() { this.Url = "http://www.mezzoteam.com/ws/logs.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event LogSaveCompletedEventHandler LogSaveCompleted; /// public event LogGetByIdCompletedEventHandler LogGetByIdCompleted; /// public event LogSearchCompletedEventHandler LogSearchCompleted; /// public event LogSearchAsDatasetCompletedEventHandler LogSearchAsDatasetCompleted; /// public event LogSearchForCurrentUserCompletedEventHandler LogSearchForCurrentUserCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/LogSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Log LogSave(Log aLog) { object[] results = this.Invoke("LogSave", new object[] { aLog}); return ((Log)(results[0])); } /// public System.IAsyncResult BeginLogSave(Log aLog, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("LogSave", new object[] { aLog}, callback, asyncState); } /// public Log EndLogSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Log)(results[0])); } /// public void LogSaveAsync(Log aLog) { this.LogSaveAsync(aLog, null); } /// public void LogSaveAsync(Log aLog, object userState) { if ((this.LogSaveOperationCompleted == null)) { this.LogSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogSaveOperationCompleted); } this.InvokeAsync("LogSave", new object[] { aLog}, this.LogSaveOperationCompleted, userState); } private void OnLogSaveOperationCompleted(object arg) { if ((this.LogSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.LogSaveCompleted(this, new LogSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/LogGetById", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Log LogGetById(string aLogId) { object[] results = this.Invoke("LogGetById", new object[] { aLogId}); return ((Log)(results[0])); } /// public System.IAsyncResult BeginLogGetById(string aLogId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("LogGetById", new object[] { aLogId}, callback, asyncState); } /// public Log EndLogGetById(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Log)(results[0])); } /// public void LogGetByIdAsync(string aLogId) { this.LogGetByIdAsync(aLogId, null); } /// public void LogGetByIdAsync(string aLogId, object userState) { if ((this.LogGetByIdOperationCompleted == null)) { this.LogGetByIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogGetByIdOperationCompleted); } this.InvokeAsync("LogGetById", new object[] { aLogId}, this.LogGetByIdOperationCompleted, userState); } private void OnLogGetByIdOperationCompleted(object arg) { if ((this.LogGetByIdCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.LogGetByIdCompleted(this, new LogGetByIdCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/LogSearch", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Log[] LogSearch(LogSearchObject aLogSearchObject) { object[] results = this.Invoke("LogSearch", new object[] { aLogSearchObject}); return ((Log[])(results[0])); } /// public System.IAsyncResult BeginLogSearch(LogSearchObject aLogSearchObject, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("LogSearch", new object[] { aLogSearchObject}, callback, asyncState); } /// public Log[] EndLogSearch(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Log[])(results[0])); } /// public void LogSearchAsync(LogSearchObject aLogSearchObject) { this.LogSearchAsync(aLogSearchObject, null); } /// public void LogSearchAsync(LogSearchObject aLogSearchObject, object userState) { if ((this.LogSearchOperationCompleted == null)) { this.LogSearchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogSearchOperationCompleted); } this.InvokeAsync("LogSearch", new object[] { aLogSearchObject}, this.LogSearchOperationCompleted, userState); } private void OnLogSearchOperationCompleted(object arg) { if ((this.LogSearchCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.LogSearchCompleted(this, new LogSearchCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/LogSearchAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet LogSearchAsDataset(LogSearchObject aLogSearchObject) { object[] results = this.Invoke("LogSearchAsDataset", new object[] { aLogSearchObject}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginLogSearchAsDataset(LogSearchObject aLogSearchObject, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("LogSearchAsDataset", new object[] { aLogSearchObject}, callback, asyncState); } /// public System.Data.DataSet EndLogSearchAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void LogSearchAsDatasetAsync(LogSearchObject aLogSearchObject) { this.LogSearchAsDatasetAsync(aLogSearchObject, null); } /// public void LogSearchAsDatasetAsync(LogSearchObject aLogSearchObject, object userState) { if ((this.LogSearchAsDatasetOperationCompleted == null)) { this.LogSearchAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogSearchAsDatasetOperationCompleted); } this.InvokeAsync("LogSearchAsDataset", new object[] { aLogSearchObject}, this.LogSearchAsDatasetOperationCompleted, userState); } private void OnLogSearchAsDatasetOperationCompleted(object arg) { if ((this.LogSearchAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.LogSearchAsDatasetCompleted(this, new LogSearchAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/LogSearchForCurrentUser", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Log[] LogSearchForCurrentUser(LogSearchObject aLogSearchObject) { object[] results = this.Invoke("LogSearchForCurrentUser", new object[] { aLogSearchObject}); return ((Log[])(results[0])); } /// public System.IAsyncResult BeginLogSearchForCurrentUser(LogSearchObject aLogSearchObject, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("LogSearchForCurrentUser", new object[] { aLogSearchObject}, callback, asyncState); } /// public Log[] EndLogSearchForCurrentUser(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Log[])(results[0])); } /// public void LogSearchForCurrentUserAsync(LogSearchObject aLogSearchObject) { this.LogSearchForCurrentUserAsync(aLogSearchObject, null); } /// public void LogSearchForCurrentUserAsync(LogSearchObject aLogSearchObject, object userState) { if ((this.LogSearchForCurrentUserOperationCompleted == null)) { this.LogSearchForCurrentUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogSearchForCurrentUserOperationCompleted); } this.InvokeAsync("LogSearchForCurrentUser", new object[] { aLogSearchObject}, this.LogSearchForCurrentUserOperationCompleted, userState); } private void OnLogSearchForCurrentUserOperationCompleted(object arg) { if ((this.LogSearchForCurrentUserCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.LogSearchForCurrentUserCompleted(this, new LogSearchForCurrentUserCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Log { private string idField; private System.DateTime occureDateField; private bool occureDateFieldSpecified; private string authorIdField; private string authorNameField; private string objectIdField; private string objectNameField; private string workspaceIdField; private string actionCodeField; private string commentField; private string recipientIdField; private string recipientNameField; private string recipientEmailField; private LogCategories categoryField; private LogImportances importanceField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public System.DateTime OccureDate { get { return this.occureDateField; } set { this.occureDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool OccureDateSpecified { get { return this.occureDateFieldSpecified; } set { this.occureDateFieldSpecified = value; } } /// public string AuthorId { get { return this.authorIdField; } set { this.authorIdField = value; } } /// public string AuthorName { get { return this.authorNameField; } set { this.authorNameField = value; } } /// public string ObjectId { get { return this.objectIdField; } set { this.objectIdField = value; } } /// public string ObjectName { get { return this.objectNameField; } set { this.objectNameField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public string ActionCode { get { return this.actionCodeField; } set { this.actionCodeField = value; } } /// public string Comment { get { return this.commentField; } set { this.commentField = value; } } /// public string RecipientId { get { return this.recipientIdField; } set { this.recipientIdField = value; } } /// public string RecipientName { get { return this.recipientNameField; } set { this.recipientNameField = value; } } /// public string RecipientEmail { get { return this.recipientEmailField; } set { this.recipientEmailField = value; } } /// public LogCategories Category { get { return this.categoryField; } set { this.categoryField = value; } } /// public LogImportances Importance { get { return this.importanceField; } set { this.importanceField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum LogCategories { /// All, /// Workflow, /// Issue, /// Action, /// Rule, /// MethodEvent, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum LogImportances { /// None, /// Significant, /// Normal, /// Info, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class LogSearchObject { private string idField; private System.DateTime startDateField; private bool startDateFieldSpecified; private System.DateTime endDateField; private bool endDateFieldSpecified; private string authorIdField; private string authorNameField; private string objectIdField; private string objectNameField; private string workspaceIdField; private string actionCodeField; private string commentField; private string recipientIdField; private string recipientNameField; private string recipientEmailField; private LogCategories categoryField; private LogImportances importanceField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public System.DateTime StartDate { get { return this.startDateField; } set { this.startDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool StartDateSpecified { get { return this.startDateFieldSpecified; } set { this.startDateFieldSpecified = value; } } /// public System.DateTime EndDate { get { return this.endDateField; } set { this.endDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool EndDateSpecified { get { return this.endDateFieldSpecified; } set { this.endDateFieldSpecified = value; } } /// public string AuthorId { get { return this.authorIdField; } set { this.authorIdField = value; } } /// public string AuthorName { get { return this.authorNameField; } set { this.authorNameField = value; } } /// public string ObjectId { get { return this.objectIdField; } set { this.objectIdField = value; } } /// public string ObjectName { get { return this.objectNameField; } set { this.objectNameField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public string ActionCode { get { return this.actionCodeField; } set { this.actionCodeField = value; } } /// public string Comment { get { return this.commentField; } set { this.commentField = value; } } /// public string RecipientId { get { return this.recipientIdField; } set { this.recipientIdField = value; } } /// public string RecipientName { get { return this.recipientNameField; } set { this.recipientNameField = value; } } /// public string RecipientEmail { get { return this.recipientEmailField; } set { this.recipientEmailField = value; } } /// public LogCategories Category { get { return this.categoryField; } set { this.categoryField = value; } } /// public LogImportances Importance { get { return this.importanceField; } set { this.importanceField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void LogSaveCompletedEventHandler(object sender, LogSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class LogSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal LogSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Log Result { get { this.RaiseExceptionIfNecessary(); return ((Log)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void LogGetByIdCompletedEventHandler(object sender, LogGetByIdCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class LogGetByIdCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal LogGetByIdCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Log Result { get { this.RaiseExceptionIfNecessary(); return ((Log)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void LogSearchCompletedEventHandler(object sender, LogSearchCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class LogSearchCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal LogSearchCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Log[] Result { get { this.RaiseExceptionIfNecessary(); return ((Log[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void LogSearchAsDatasetCompletedEventHandler(object sender, LogSearchAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class LogSearchAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal LogSearchAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void LogSearchForCurrentUserCompletedEventHandler(object sender, LogSearchForCurrentUserCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class LogSearchForCurrentUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal LogSearchForCurrentUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Log[] Result { get { this.RaiseExceptionIfNecessary(); return ((Log[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="rulesSoap", Namespace="http://www.mezzoteam.com/")] public partial class rules : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback RuleSaveOperationCompleted; private System.Threading.SendOrPostCallback RuleDeleteOperationCompleted; private System.Threading.SendOrPostCallback RuleGetOperationCompleted; private System.Threading.SendOrPostCallback FilterSaveOperationCompleted; private System.Threading.SendOrPostCallback FilterDeleteOperationCompleted; private System.Threading.SendOrPostCallback FilterGetOperationCompleted; private System.Threading.SendOrPostCallback FilterGetListOperationCompleted; private System.Threading.SendOrPostCallback RuleSearchOperationCompleted; private System.Threading.SendOrPostCallback RuleGetListForDocumentOperationCompleted; private System.Threading.SendOrPostCallback RuleNewOperationCompleted; /// public rules() { this.Url = "http://www.mezzoteam.com/ws/rules.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event RuleSaveCompletedEventHandler RuleSaveCompleted; /// public event RuleDeleteCompletedEventHandler RuleDeleteCompleted; /// public event RuleGetCompletedEventHandler RuleGetCompleted; /// public event FilterSaveCompletedEventHandler FilterSaveCompleted; /// public event FilterDeleteCompletedEventHandler FilterDeleteCompleted; /// public event FilterGetCompletedEventHandler FilterGetCompleted; /// public event FilterGetListCompletedEventHandler FilterGetListCompleted; /// public event RuleSearchCompletedEventHandler RuleSearchCompleted; /// public event RuleGetListForDocumentCompletedEventHandler RuleGetListForDocumentCompleted; /// public event RuleNewCompletedEventHandler RuleNewCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/RuleSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject RuleSave(SerializedObject serializedRule) { object[] results = this.Invoke("RuleSave", new object[] { serializedRule}); return ((SerializedObject)(results[0])); } /// public System.IAsyncResult BeginRuleSave(SerializedObject serializedRule, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("RuleSave", new object[] { serializedRule}, callback, asyncState); } /// public SerializedObject EndRuleSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject)(results[0])); } /// public void RuleSaveAsync(SerializedObject serializedRule) { this.RuleSaveAsync(serializedRule, null); } /// public void RuleSaveAsync(SerializedObject serializedRule, object userState) { if ((this.RuleSaveOperationCompleted == null)) { this.RuleSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRuleSaveOperationCompleted); } this.InvokeAsync("RuleSave", new object[] { serializedRule}, this.RuleSaveOperationCompleted, userState); } private void OnRuleSaveOperationCompleted(object arg) { if ((this.RuleSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.RuleSaveCompleted(this, new RuleSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/RuleDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void RuleDelete(SerializedObject serializedRule) { this.Invoke("RuleDelete", new object[] { serializedRule}); } /// public System.IAsyncResult BeginRuleDelete(SerializedObject serializedRule, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("RuleDelete", new object[] { serializedRule}, callback, asyncState); } /// public void EndRuleDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void RuleDeleteAsync(SerializedObject serializedRule) { this.RuleDeleteAsync(serializedRule, null); } /// public void RuleDeleteAsync(SerializedObject serializedRule, object userState) { if ((this.RuleDeleteOperationCompleted == null)) { this.RuleDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRuleDeleteOperationCompleted); } this.InvokeAsync("RuleDelete", new object[] { serializedRule}, this.RuleDeleteOperationCompleted, userState); } private void OnRuleDeleteOperationCompleted(object arg) { if ((this.RuleDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.RuleDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/RuleGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject RuleGet(string ruleId) { object[] results = this.Invoke("RuleGet", new object[] { ruleId}); return ((SerializedObject)(results[0])); } /// public System.IAsyncResult BeginRuleGet(string ruleId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("RuleGet", new object[] { ruleId}, callback, asyncState); } /// public SerializedObject EndRuleGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject)(results[0])); } /// public void RuleGetAsync(string ruleId) { this.RuleGetAsync(ruleId, null); } /// public void RuleGetAsync(string ruleId, object userState) { if ((this.RuleGetOperationCompleted == null)) { this.RuleGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRuleGetOperationCompleted); } this.InvokeAsync("RuleGet", new object[] { ruleId}, this.RuleGetOperationCompleted, userState); } private void OnRuleGetOperationCompleted(object arg) { if ((this.RuleGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.RuleGetCompleted(this, new RuleGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FilterSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject FilterSave(SerializedObject serializedFilter) { object[] results = this.Invoke("FilterSave", new object[] { serializedFilter}); return ((SerializedObject)(results[0])); } /// public System.IAsyncResult BeginFilterSave(SerializedObject serializedFilter, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FilterSave", new object[] { serializedFilter}, callback, asyncState); } /// public SerializedObject EndFilterSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject)(results[0])); } /// public void FilterSaveAsync(SerializedObject serializedFilter) { this.FilterSaveAsync(serializedFilter, null); } /// public void FilterSaveAsync(SerializedObject serializedFilter, object userState) { if ((this.FilterSaveOperationCompleted == null)) { this.FilterSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFilterSaveOperationCompleted); } this.InvokeAsync("FilterSave", new object[] { serializedFilter}, this.FilterSaveOperationCompleted, userState); } private void OnFilterSaveOperationCompleted(object arg) { if ((this.FilterSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FilterSaveCompleted(this, new FilterSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FilterDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void FilterDelete(SerializedObject serializedFilter) { this.Invoke("FilterDelete", new object[] { serializedFilter}); } /// public System.IAsyncResult BeginFilterDelete(SerializedObject serializedFilter, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FilterDelete", new object[] { serializedFilter}, callback, asyncState); } /// public void EndFilterDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void FilterDeleteAsync(SerializedObject serializedFilter) { this.FilterDeleteAsync(serializedFilter, null); } /// public void FilterDeleteAsync(SerializedObject serializedFilter, object userState) { if ((this.FilterDeleteOperationCompleted == null)) { this.FilterDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFilterDeleteOperationCompleted); } this.InvokeAsync("FilterDelete", new object[] { serializedFilter}, this.FilterDeleteOperationCompleted, userState); } private void OnFilterDeleteOperationCompleted(object arg) { if ((this.FilterDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FilterDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FilterGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject FilterGet(string filterId) { object[] results = this.Invoke("FilterGet", new object[] { filterId}); return ((SerializedObject)(results[0])); } /// public System.IAsyncResult BeginFilterGet(string filterId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FilterGet", new object[] { filterId}, callback, asyncState); } /// public SerializedObject EndFilterGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject)(results[0])); } /// public void FilterGetAsync(string filterId) { this.FilterGetAsync(filterId, null); } /// public void FilterGetAsync(string filterId, object userState) { if ((this.FilterGetOperationCompleted == null)) { this.FilterGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFilterGetOperationCompleted); } this.InvokeAsync("FilterGet", new object[] { filterId}, this.FilterGetOperationCompleted, userState); } private void OnFilterGetOperationCompleted(object arg) { if ((this.FilterGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FilterGetCompleted(this, new FilterGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/FilterGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject[] FilterGetList(string ruleId) { object[] results = this.Invoke("FilterGetList", new object[] { ruleId}); return ((SerializedObject[])(results[0])); } /// public System.IAsyncResult BeginFilterGetList(string ruleId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FilterGetList", new object[] { ruleId}, callback, asyncState); } /// public SerializedObject[] EndFilterGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject[])(results[0])); } /// public void FilterGetListAsync(string ruleId) { this.FilterGetListAsync(ruleId, null); } /// public void FilterGetListAsync(string ruleId, object userState) { if ((this.FilterGetListOperationCompleted == null)) { this.FilterGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFilterGetListOperationCompleted); } this.InvokeAsync("FilterGetList", new object[] { ruleId}, this.FilterGetListOperationCompleted, userState); } private void OnFilterGetListOperationCompleted(object arg) { if ((this.FilterGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.FilterGetListCompleted(this, new FilterGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/RuleSearch", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject[] RuleSearch(SerializedObject serializedFilter) { object[] results = this.Invoke("RuleSearch", new object[] { serializedFilter}); return ((SerializedObject[])(results[0])); } /// public System.IAsyncResult BeginRuleSearch(SerializedObject serializedFilter, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("RuleSearch", new object[] { serializedFilter}, callback, asyncState); } /// public SerializedObject[] EndRuleSearch(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject[])(results[0])); } /// public void RuleSearchAsync(SerializedObject serializedFilter) { this.RuleSearchAsync(serializedFilter, null); } /// public void RuleSearchAsync(SerializedObject serializedFilter, object userState) { if ((this.RuleSearchOperationCompleted == null)) { this.RuleSearchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRuleSearchOperationCompleted); } this.InvokeAsync("RuleSearch", new object[] { serializedFilter}, this.RuleSearchOperationCompleted, userState); } private void OnRuleSearchOperationCompleted(object arg) { if ((this.RuleSearchCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.RuleSearchCompleted(this, new RuleSearchCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/RuleGetListForDocument", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject[] RuleGetListForDocument(string templateId) { object[] results = this.Invoke("RuleGetListForDocument", new object[] { templateId}); return ((SerializedObject[])(results[0])); } /// public System.IAsyncResult BeginRuleGetListForDocument(string templateId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("RuleGetListForDocument", new object[] { templateId}, callback, asyncState); } /// public SerializedObject[] EndRuleGetListForDocument(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject[])(results[0])); } /// public void RuleGetListForDocumentAsync(string templateId) { this.RuleGetListForDocumentAsync(templateId, null); } /// public void RuleGetListForDocumentAsync(string templateId, object userState) { if ((this.RuleGetListForDocumentOperationCompleted == null)) { this.RuleGetListForDocumentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRuleGetListForDocumentOperationCompleted); } this.InvokeAsync("RuleGetListForDocument", new object[] { templateId}, this.RuleGetListForDocumentOperationCompleted, userState); } private void OnRuleGetListForDocumentOperationCompleted(object arg) { if ((this.RuleGetListForDocumentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.RuleGetListForDocumentCompleted(this, new RuleGetListForDocumentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/RuleNew", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public SerializedObject RuleNew(string typeName) { object[] results = this.Invoke("RuleNew", new object[] { typeName}); return ((SerializedObject)(results[0])); } /// public System.IAsyncResult BeginRuleNew(string typeName, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("RuleNew", new object[] { typeName}, callback, asyncState); } /// public SerializedObject EndRuleNew(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((SerializedObject)(results[0])); } /// public void RuleNewAsync(string typeName) { this.RuleNewAsync(typeName, null); } /// public void RuleNewAsync(string typeName, object userState) { if ((this.RuleNewOperationCompleted == null)) { this.RuleNewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRuleNewOperationCompleted); } this.InvokeAsync("RuleNew", new object[] { typeName}, this.RuleNewOperationCompleted, userState); } private void OnRuleNewOperationCompleted(object arg) { if ((this.RuleNewCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.RuleNewCompleted(this, new RuleNewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void RuleSaveCompletedEventHandler(object sender, RuleSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class RuleSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal RuleSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void RuleDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void RuleGetCompletedEventHandler(object sender, RuleGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class RuleGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal RuleGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FilterSaveCompletedEventHandler(object sender, FilterSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FilterSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FilterSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FilterDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FilterGetCompletedEventHandler(object sender, FilterGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FilterGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FilterGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void FilterGetListCompletedEventHandler(object sender, FilterGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class FilterGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal FilterGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject[] Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void RuleSearchCompletedEventHandler(object sender, RuleSearchCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class RuleSearchCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal RuleSearchCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject[] Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void RuleGetListForDocumentCompletedEventHandler(object sender, RuleGetListForDocumentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class RuleGetListForDocumentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal RuleGetListForDocumentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject[] Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void RuleNewCompletedEventHandler(object sender, RuleNewCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class RuleNewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal RuleNewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public SerializedObject Result { get { this.RaiseExceptionIfNecessary(); return ((SerializedObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="workflowsSoap", Namespace="http://www.mezzoteam.com/")] public partial class workflows : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback WorkflowConfigurationSaveOperationCompleted; private System.Threading.SendOrPostCallback WorkflowConfigurationGetOperationCompleted; private System.Threading.SendOrPostCallback WorkflowConfigurationDeleteOperationCompleted; private System.Threading.SendOrPostCallback WorkflowConfigurationImportOperationCompleted; private System.Threading.SendOrPostCallback WorkflowFullImportOperationCompleted; private System.Threading.SendOrPostCallback WorkflowTemplateGetOperationCompleted; private System.Threading.SendOrPostCallback WorkflowTemplateGetByNameOperationCompleted; private System.Threading.SendOrPostCallback WorkflowTemplateGetListOperationCompleted; private System.Threading.SendOrPostCallback WorkflowTemplateGetListAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback WorkflowTemplateSaveOperationCompleted; private System.Threading.SendOrPostCallback WorkflowTemplateImportOperationCompleted; private System.Threading.SendOrPostCallback WorkflowTemplateDeleteOperationCompleted; private System.Threading.SendOrPostCallback ActivityTemplateGetOperationCompleted; private System.Threading.SendOrPostCallback ActivityTemplateGetByNameOperationCompleted; private System.Threading.SendOrPostCallback ActivityTemplateGetListOperationCompleted; private System.Threading.SendOrPostCallback ActivityTemplateGetListAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback ActivityTemplateSaveOperationCompleted; private System.Threading.SendOrPostCallback ActivityTemplateImportOperationCompleted; private System.Threading.SendOrPostCallback ActivityTemplateDeleteOperationCompleted; private System.Threading.SendOrPostCallback TaskTemplateGetOperationCompleted; private System.Threading.SendOrPostCallback TaskTemplateGetByNameOperationCompleted; private System.Threading.SendOrPostCallback TaskTemplateGetListOperationCompleted; private System.Threading.SendOrPostCallback TaskTemplateGetListAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback TaskTemplateSaveOperationCompleted; private System.Threading.SendOrPostCallback TaskTemplateImportOperationCompleted; private System.Threading.SendOrPostCallback TaskTemplateDeleteOperationCompleted; private System.Threading.SendOrPostCallback WorkflowInstantiateOperationCompleted; private System.Threading.SendOrPostCallback WorkflowDeleteOperationCompleted; private System.Threading.SendOrPostCallback ActivityGetOperationCompleted; private System.Threading.SendOrPostCallback ActivityGetListForWorkflowOperationCompleted; private System.Threading.SendOrPostCallback ActivityDeleteOperationCompleted; private System.Threading.SendOrPostCallback TaskSaveOperationCompleted; private System.Threading.SendOrPostCallback TaskGetOperationCompleted; private System.Threading.SendOrPostCallback TaskDeleteOperationCompleted; private System.Threading.SendOrPostCallback TaskGetListForActivityOperationCompleted; private System.Threading.SendOrPostCallback TaskGetListForWorkflowByActivityIdAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback TaskGetListForCurrentUserAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback TaskGetListForCurrentUserOperationCompleted; private System.Threading.SendOrPostCallback TaskSearchAsDatasetOperationCompleted; private System.Threading.SendOrPostCallback TaskGetListAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback TaskGetListByDocumentIdAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback TaskCancelOperationCompleted; private System.Threading.SendOrPostCallback TaskExecuteOperationCompleted; private System.Threading.SendOrPostCallback TaskGetFileContentOperationCompleted; /// public workflows() { this.Url = "http://www.mezzoteam.com/ws/workflows.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event WorkflowConfigurationSaveCompletedEventHandler WorkflowConfigurationSaveCompleted; /// public event WorkflowConfigurationGetCompletedEventHandler WorkflowConfigurationGetCompleted; /// public event WorkflowConfigurationDeleteCompletedEventHandler WorkflowConfigurationDeleteCompleted; /// public event WorkflowConfigurationImportCompletedEventHandler WorkflowConfigurationImportCompleted; /// public event WorkflowFullImportCompletedEventHandler WorkflowFullImportCompleted; /// public event WorkflowTemplateGetCompletedEventHandler WorkflowTemplateGetCompleted; /// public event WorkflowTemplateGetByNameCompletedEventHandler WorkflowTemplateGetByNameCompleted; /// public event WorkflowTemplateGetListCompletedEventHandler WorkflowTemplateGetListCompleted; /// public event WorkflowTemplateGetListAsDataSetCompletedEventHandler WorkflowTemplateGetListAsDataSetCompleted; /// public event WorkflowTemplateSaveCompletedEventHandler WorkflowTemplateSaveCompleted; /// public event WorkflowTemplateImportCompletedEventHandler WorkflowTemplateImportCompleted; /// public event WorkflowTemplateDeleteCompletedEventHandler WorkflowTemplateDeleteCompleted; /// public event ActivityTemplateGetCompletedEventHandler ActivityTemplateGetCompleted; /// public event ActivityTemplateGetByNameCompletedEventHandler ActivityTemplateGetByNameCompleted; /// public event ActivityTemplateGetListCompletedEventHandler ActivityTemplateGetListCompleted; /// public event ActivityTemplateGetListAsDataSetCompletedEventHandler ActivityTemplateGetListAsDataSetCompleted; /// public event ActivityTemplateSaveCompletedEventHandler ActivityTemplateSaveCompleted; /// public event ActivityTemplateImportCompletedEventHandler ActivityTemplateImportCompleted; /// public event ActivityTemplateDeleteCompletedEventHandler ActivityTemplateDeleteCompleted; /// public event TaskTemplateGetCompletedEventHandler TaskTemplateGetCompleted; /// public event TaskTemplateGetByNameCompletedEventHandler TaskTemplateGetByNameCompleted; /// public event TaskTemplateGetListCompletedEventHandler TaskTemplateGetListCompleted; /// public event TaskTemplateGetListAsDataSetCompletedEventHandler TaskTemplateGetListAsDataSetCompleted; /// public event TaskTemplateSaveCompletedEventHandler TaskTemplateSaveCompleted; /// public event TaskTemplateImportCompletedEventHandler TaskTemplateImportCompleted; /// public event TaskTemplateDeleteCompletedEventHandler TaskTemplateDeleteCompleted; /// public event WorkflowInstantiateCompletedEventHandler WorkflowInstantiateCompleted; /// public event WorkflowDeleteCompletedEventHandler WorkflowDeleteCompleted; /// public event ActivityGetCompletedEventHandler ActivityGetCompleted; /// public event ActivityGetListForWorkflowCompletedEventHandler ActivityGetListForWorkflowCompleted; /// public event ActivityDeleteCompletedEventHandler ActivityDeleteCompleted; /// public event TaskSaveCompletedEventHandler TaskSaveCompleted; /// public event TaskGetCompletedEventHandler TaskGetCompleted; /// public event TaskDeleteCompletedEventHandler TaskDeleteCompleted; /// public event TaskGetListForActivityCompletedEventHandler TaskGetListForActivityCompleted; /// public event TaskGetListForWorkflowByActivityIdAsDatasetCompletedEventHandler TaskGetListForWorkflowByActivityIdAsDatasetCompleted; /// public event TaskGetListForCurrentUserAsDatasetCompletedEventHandler TaskGetListForCurrentUserAsDatasetCompleted; /// public event TaskGetListForCurrentUserCompletedEventHandler TaskGetListForCurrentUserCompleted; /// public event TaskSearchAsDatasetCompletedEventHandler TaskSearchAsDatasetCompleted; /// public event TaskGetListAsDataSetCompletedEventHandler TaskGetListAsDataSetCompleted; /// public event TaskGetListByDocumentIdAsDataSetCompletedEventHandler TaskGetListByDocumentIdAsDataSetCompleted; /// public event TaskCancelCompletedEventHandler TaskCancelCompleted; /// public event TaskExecuteCompletedEventHandler TaskExecuteCompleted; /// public event TaskGetFileContentCompletedEventHandler TaskGetFileContentCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowConfigurationSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public WorkflowConfiguration WorkflowConfigurationSave(WorkflowConfiguration config) { object[] results = this.Invoke("WorkflowConfigurationSave", new object[] { config}); return ((WorkflowConfiguration)(results[0])); } /// public System.IAsyncResult BeginWorkflowConfigurationSave(WorkflowConfiguration config, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowConfigurationSave", new object[] { config}, callback, asyncState); } /// public WorkflowConfiguration EndWorkflowConfigurationSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((WorkflowConfiguration)(results[0])); } /// public void WorkflowConfigurationSaveAsync(WorkflowConfiguration config) { this.WorkflowConfigurationSaveAsync(config, null); } /// public void WorkflowConfigurationSaveAsync(WorkflowConfiguration config, object userState) { if ((this.WorkflowConfigurationSaveOperationCompleted == null)) { this.WorkflowConfigurationSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowConfigurationSaveOperationCompleted); } this.InvokeAsync("WorkflowConfigurationSave", new object[] { config}, this.WorkflowConfigurationSaveOperationCompleted, userState); } private void OnWorkflowConfigurationSaveOperationCompleted(object arg) { if ((this.WorkflowConfigurationSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowConfigurationSaveCompleted(this, new WorkflowConfigurationSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowConfigurationGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public WorkflowConfiguration WorkflowConfigurationGet(string templateid) { object[] results = this.Invoke("WorkflowConfigurationGet", new object[] { templateid}); return ((WorkflowConfiguration)(results[0])); } /// public System.IAsyncResult BeginWorkflowConfigurationGet(string templateid, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowConfigurationGet", new object[] { templateid}, callback, asyncState); } /// public WorkflowConfiguration EndWorkflowConfigurationGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((WorkflowConfiguration)(results[0])); } /// public void WorkflowConfigurationGetAsync(string templateid) { this.WorkflowConfigurationGetAsync(templateid, null); } /// public void WorkflowConfigurationGetAsync(string templateid, object userState) { if ((this.WorkflowConfigurationGetOperationCompleted == null)) { this.WorkflowConfigurationGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowConfigurationGetOperationCompleted); } this.InvokeAsync("WorkflowConfigurationGet", new object[] { templateid}, this.WorkflowConfigurationGetOperationCompleted, userState); } private void OnWorkflowConfigurationGetOperationCompleted(object arg) { if ((this.WorkflowConfigurationGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowConfigurationGetCompleted(this, new WorkflowConfigurationGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowConfigurationDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void WorkflowConfigurationDelete(string templateid) { this.Invoke("WorkflowConfigurationDelete", new object[] { templateid}); } /// public System.IAsyncResult BeginWorkflowConfigurationDelete(string templateid, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowConfigurationDelete", new object[] { templateid}, callback, asyncState); } /// public void EndWorkflowConfigurationDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void WorkflowConfigurationDeleteAsync(string templateid) { this.WorkflowConfigurationDeleteAsync(templateid, null); } /// public void WorkflowConfigurationDeleteAsync(string templateid, object userState) { if ((this.WorkflowConfigurationDeleteOperationCompleted == null)) { this.WorkflowConfigurationDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowConfigurationDeleteOperationCompleted); } this.InvokeAsync("WorkflowConfigurationDelete", new object[] { templateid}, this.WorkflowConfigurationDeleteOperationCompleted, userState); } private void OnWorkflowConfigurationDeleteOperationCompleted(object arg) { if ((this.WorkflowConfigurationDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowConfigurationDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowConfigurationImport", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public WorkflowConfiguration WorkflowConfigurationImport(string xmlString) { object[] results = this.Invoke("WorkflowConfigurationImport", new object[] { xmlString}); return ((WorkflowConfiguration)(results[0])); } /// public System.IAsyncResult BeginWorkflowConfigurationImport(string xmlString, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowConfigurationImport", new object[] { xmlString}, callback, asyncState); } /// public WorkflowConfiguration EndWorkflowConfigurationImport(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((WorkflowConfiguration)(results[0])); } /// public void WorkflowConfigurationImportAsync(string xmlString) { this.WorkflowConfigurationImportAsync(xmlString, null); } /// public void WorkflowConfigurationImportAsync(string xmlString, object userState) { if ((this.WorkflowConfigurationImportOperationCompleted == null)) { this.WorkflowConfigurationImportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowConfigurationImportOperationCompleted); } this.InvokeAsync("WorkflowConfigurationImport", new object[] { xmlString}, this.WorkflowConfigurationImportOperationCompleted, userState); } private void OnWorkflowConfigurationImportOperationCompleted(object arg) { if ((this.WorkflowConfigurationImportCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowConfigurationImportCompleted(this, new WorkflowConfigurationImportCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowFullImport", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void WorkflowFullImport(string xmlString) { this.Invoke("WorkflowFullImport", new object[] { xmlString}); } /// public System.IAsyncResult BeginWorkflowFullImport(string xmlString, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowFullImport", new object[] { xmlString}, callback, asyncState); } /// public void EndWorkflowFullImport(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void WorkflowFullImportAsync(string xmlString) { this.WorkflowFullImportAsync(xmlString, null); } /// public void WorkflowFullImportAsync(string xmlString, object userState) { if ((this.WorkflowFullImportOperationCompleted == null)) { this.WorkflowFullImportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowFullImportOperationCompleted); } this.InvokeAsync("WorkflowFullImport", new object[] { xmlString}, this.WorkflowFullImportOperationCompleted, userState); } private void OnWorkflowFullImportOperationCompleted(object arg) { if ((this.WorkflowFullImportCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowFullImportCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowTemplateGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public WorkflowTemplate WorkflowTemplateGet(string id) { object[] results = this.Invoke("WorkflowTemplateGet", new object[] { id}); return ((WorkflowTemplate)(results[0])); } /// public System.IAsyncResult BeginWorkflowTemplateGet(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowTemplateGet", new object[] { id}, callback, asyncState); } /// public WorkflowTemplate EndWorkflowTemplateGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((WorkflowTemplate)(results[0])); } /// public void WorkflowTemplateGetAsync(string id) { this.WorkflowTemplateGetAsync(id, null); } /// public void WorkflowTemplateGetAsync(string id, object userState) { if ((this.WorkflowTemplateGetOperationCompleted == null)) { this.WorkflowTemplateGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowTemplateGetOperationCompleted); } this.InvokeAsync("WorkflowTemplateGet", new object[] { id}, this.WorkflowTemplateGetOperationCompleted, userState); } private void OnWorkflowTemplateGetOperationCompleted(object arg) { if ((this.WorkflowTemplateGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowTemplateGetCompleted(this, new WorkflowTemplateGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowTemplateGetByName", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public WorkflowTemplate WorkflowTemplateGetByName(string code) { object[] results = this.Invoke("WorkflowTemplateGetByName", new object[] { code}); return ((WorkflowTemplate)(results[0])); } /// public System.IAsyncResult BeginWorkflowTemplateGetByName(string code, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowTemplateGetByName", new object[] { code}, callback, asyncState); } /// public WorkflowTemplate EndWorkflowTemplateGetByName(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((WorkflowTemplate)(results[0])); } /// public void WorkflowTemplateGetByNameAsync(string code) { this.WorkflowTemplateGetByNameAsync(code, null); } /// public void WorkflowTemplateGetByNameAsync(string code, object userState) { if ((this.WorkflowTemplateGetByNameOperationCompleted == null)) { this.WorkflowTemplateGetByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowTemplateGetByNameOperationCompleted); } this.InvokeAsync("WorkflowTemplateGetByName", new object[] { code}, this.WorkflowTemplateGetByNameOperationCompleted, userState); } private void OnWorkflowTemplateGetByNameOperationCompleted(object arg) { if ((this.WorkflowTemplateGetByNameCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowTemplateGetByNameCompleted(this, new WorkflowTemplateGetByNameCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowTemplateGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public WorkflowTemplate[] WorkflowTemplateGetList() { object[] results = this.Invoke("WorkflowTemplateGetList", new object[0]); return ((WorkflowTemplate[])(results[0])); } /// public System.IAsyncResult BeginWorkflowTemplateGetList(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowTemplateGetList", new object[0], callback, asyncState); } /// public WorkflowTemplate[] EndWorkflowTemplateGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((WorkflowTemplate[])(results[0])); } /// public void WorkflowTemplateGetListAsync() { this.WorkflowTemplateGetListAsync(null); } /// public void WorkflowTemplateGetListAsync(object userState) { if ((this.WorkflowTemplateGetListOperationCompleted == null)) { this.WorkflowTemplateGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowTemplateGetListOperationCompleted); } this.InvokeAsync("WorkflowTemplateGetList", new object[0], this.WorkflowTemplateGetListOperationCompleted, userState); } private void OnWorkflowTemplateGetListOperationCompleted(object arg) { if ((this.WorkflowTemplateGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowTemplateGetListCompleted(this, new WorkflowTemplateGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowTemplateGetListAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet WorkflowTemplateGetListAsDataSet() { object[] results = this.Invoke("WorkflowTemplateGetListAsDataSet", new object[0]); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginWorkflowTemplateGetListAsDataSet(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowTemplateGetListAsDataSet", new object[0], callback, asyncState); } /// public System.Data.DataSet EndWorkflowTemplateGetListAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void WorkflowTemplateGetListAsDataSetAsync() { this.WorkflowTemplateGetListAsDataSetAsync(null); } /// public void WorkflowTemplateGetListAsDataSetAsync(object userState) { if ((this.WorkflowTemplateGetListAsDataSetOperationCompleted == null)) { this.WorkflowTemplateGetListAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowTemplateGetListAsDataSetOperationCompleted); } this.InvokeAsync("WorkflowTemplateGetListAsDataSet", new object[0], this.WorkflowTemplateGetListAsDataSetOperationCompleted, userState); } private void OnWorkflowTemplateGetListAsDataSetOperationCompleted(object arg) { if ((this.WorkflowTemplateGetListAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowTemplateGetListAsDataSetCompleted(this, new WorkflowTemplateGetListAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowTemplateSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public WorkflowTemplate WorkflowTemplateSave(WorkflowTemplate workflowTemplate) { object[] results = this.Invoke("WorkflowTemplateSave", new object[] { workflowTemplate}); return ((WorkflowTemplate)(results[0])); } /// public System.IAsyncResult BeginWorkflowTemplateSave(WorkflowTemplate workflowTemplate, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowTemplateSave", new object[] { workflowTemplate}, callback, asyncState); } /// public WorkflowTemplate EndWorkflowTemplateSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((WorkflowTemplate)(results[0])); } /// public void WorkflowTemplateSaveAsync(WorkflowTemplate workflowTemplate) { this.WorkflowTemplateSaveAsync(workflowTemplate, null); } /// public void WorkflowTemplateSaveAsync(WorkflowTemplate workflowTemplate, object userState) { if ((this.WorkflowTemplateSaveOperationCompleted == null)) { this.WorkflowTemplateSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowTemplateSaveOperationCompleted); } this.InvokeAsync("WorkflowTemplateSave", new object[] { workflowTemplate}, this.WorkflowTemplateSaveOperationCompleted, userState); } private void OnWorkflowTemplateSaveOperationCompleted(object arg) { if ((this.WorkflowTemplateSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowTemplateSaveCompleted(this, new WorkflowTemplateSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowTemplateImport", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public WorkflowTemplate WorkflowTemplateImport(string xmlString) { object[] results = this.Invoke("WorkflowTemplateImport", new object[] { xmlString}); return ((WorkflowTemplate)(results[0])); } /// public System.IAsyncResult BeginWorkflowTemplateImport(string xmlString, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowTemplateImport", new object[] { xmlString}, callback, asyncState); } /// public WorkflowTemplate EndWorkflowTemplateImport(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((WorkflowTemplate)(results[0])); } /// public void WorkflowTemplateImportAsync(string xmlString) { this.WorkflowTemplateImportAsync(xmlString, null); } /// public void WorkflowTemplateImportAsync(string xmlString, object userState) { if ((this.WorkflowTemplateImportOperationCompleted == null)) { this.WorkflowTemplateImportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowTemplateImportOperationCompleted); } this.InvokeAsync("WorkflowTemplateImport", new object[] { xmlString}, this.WorkflowTemplateImportOperationCompleted, userState); } private void OnWorkflowTemplateImportOperationCompleted(object arg) { if ((this.WorkflowTemplateImportCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowTemplateImportCompleted(this, new WorkflowTemplateImportCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowTemplateDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void WorkflowTemplateDelete(string id) { this.Invoke("WorkflowTemplateDelete", new object[] { id}); } /// public System.IAsyncResult BeginWorkflowTemplateDelete(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowTemplateDelete", new object[] { id}, callback, asyncState); } /// public void EndWorkflowTemplateDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void WorkflowTemplateDeleteAsync(string id) { this.WorkflowTemplateDeleteAsync(id, null); } /// public void WorkflowTemplateDeleteAsync(string id, object userState) { if ((this.WorkflowTemplateDeleteOperationCompleted == null)) { this.WorkflowTemplateDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowTemplateDeleteOperationCompleted); } this.InvokeAsync("WorkflowTemplateDelete", new object[] { id}, this.WorkflowTemplateDeleteOperationCompleted, userState); } private void OnWorkflowTemplateDeleteOperationCompleted(object arg) { if ((this.WorkflowTemplateDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowTemplateDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActivityTemplateGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ActivityTemplate ActivityTemplateGet(string id) { object[] results = this.Invoke("ActivityTemplateGet", new object[] { id}); return ((ActivityTemplate)(results[0])); } /// public System.IAsyncResult BeginActivityTemplateGet(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActivityTemplateGet", new object[] { id}, callback, asyncState); } /// public ActivityTemplate EndActivityTemplateGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ActivityTemplate)(results[0])); } /// public void ActivityTemplateGetAsync(string id) { this.ActivityTemplateGetAsync(id, null); } /// public void ActivityTemplateGetAsync(string id, object userState) { if ((this.ActivityTemplateGetOperationCompleted == null)) { this.ActivityTemplateGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivityTemplateGetOperationCompleted); } this.InvokeAsync("ActivityTemplateGet", new object[] { id}, this.ActivityTemplateGetOperationCompleted, userState); } private void OnActivityTemplateGetOperationCompleted(object arg) { if ((this.ActivityTemplateGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActivityTemplateGetCompleted(this, new ActivityTemplateGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActivityTemplateGetByName", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ActivityTemplate ActivityTemplateGetByName(string workflowTemplateId, string activityTemplateCode) { object[] results = this.Invoke("ActivityTemplateGetByName", new object[] { workflowTemplateId, activityTemplateCode}); return ((ActivityTemplate)(results[0])); } /// public System.IAsyncResult BeginActivityTemplateGetByName(string workflowTemplateId, string activityTemplateCode, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActivityTemplateGetByName", new object[] { workflowTemplateId, activityTemplateCode}, callback, asyncState); } /// public ActivityTemplate EndActivityTemplateGetByName(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ActivityTemplate)(results[0])); } /// public void ActivityTemplateGetByNameAsync(string workflowTemplateId, string activityTemplateCode) { this.ActivityTemplateGetByNameAsync(workflowTemplateId, activityTemplateCode, null); } /// public void ActivityTemplateGetByNameAsync(string workflowTemplateId, string activityTemplateCode, object userState) { if ((this.ActivityTemplateGetByNameOperationCompleted == null)) { this.ActivityTemplateGetByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivityTemplateGetByNameOperationCompleted); } this.InvokeAsync("ActivityTemplateGetByName", new object[] { workflowTemplateId, activityTemplateCode}, this.ActivityTemplateGetByNameOperationCompleted, userState); } private void OnActivityTemplateGetByNameOperationCompleted(object arg) { if ((this.ActivityTemplateGetByNameCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActivityTemplateGetByNameCompleted(this, new ActivityTemplateGetByNameCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActivityTemplateGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ActivityTemplate[] ActivityTemplateGetList(string templateId) { object[] results = this.Invoke("ActivityTemplateGetList", new object[] { templateId}); return ((ActivityTemplate[])(results[0])); } /// public System.IAsyncResult BeginActivityTemplateGetList(string templateId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActivityTemplateGetList", new object[] { templateId}, callback, asyncState); } /// public ActivityTemplate[] EndActivityTemplateGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ActivityTemplate[])(results[0])); } /// public void ActivityTemplateGetListAsync(string templateId) { this.ActivityTemplateGetListAsync(templateId, null); } /// public void ActivityTemplateGetListAsync(string templateId, object userState) { if ((this.ActivityTemplateGetListOperationCompleted == null)) { this.ActivityTemplateGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivityTemplateGetListOperationCompleted); } this.InvokeAsync("ActivityTemplateGetList", new object[] { templateId}, this.ActivityTemplateGetListOperationCompleted, userState); } private void OnActivityTemplateGetListOperationCompleted(object arg) { if ((this.ActivityTemplateGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActivityTemplateGetListCompleted(this, new ActivityTemplateGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActivityTemplateGetListAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet ActivityTemplateGetListAsDataSet(string templateId) { object[] results = this.Invoke("ActivityTemplateGetListAsDataSet", new object[] { templateId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginActivityTemplateGetListAsDataSet(string templateId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActivityTemplateGetListAsDataSet", new object[] { templateId}, callback, asyncState); } /// public System.Data.DataSet EndActivityTemplateGetListAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void ActivityTemplateGetListAsDataSetAsync(string templateId) { this.ActivityTemplateGetListAsDataSetAsync(templateId, null); } /// public void ActivityTemplateGetListAsDataSetAsync(string templateId, object userState) { if ((this.ActivityTemplateGetListAsDataSetOperationCompleted == null)) { this.ActivityTemplateGetListAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivityTemplateGetListAsDataSetOperationCompleted); } this.InvokeAsync("ActivityTemplateGetListAsDataSet", new object[] { templateId}, this.ActivityTemplateGetListAsDataSetOperationCompleted, userState); } private void OnActivityTemplateGetListAsDataSetOperationCompleted(object arg) { if ((this.ActivityTemplateGetListAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActivityTemplateGetListAsDataSetCompleted(this, new ActivityTemplateGetListAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActivityTemplateSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ActivityTemplate ActivityTemplateSave(ActivityTemplate activityTemplate) { object[] results = this.Invoke("ActivityTemplateSave", new object[] { activityTemplate}); return ((ActivityTemplate)(results[0])); } /// public System.IAsyncResult BeginActivityTemplateSave(ActivityTemplate activityTemplate, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActivityTemplateSave", new object[] { activityTemplate}, callback, asyncState); } /// public ActivityTemplate EndActivityTemplateSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ActivityTemplate)(results[0])); } /// public void ActivityTemplateSaveAsync(ActivityTemplate activityTemplate) { this.ActivityTemplateSaveAsync(activityTemplate, null); } /// public void ActivityTemplateSaveAsync(ActivityTemplate activityTemplate, object userState) { if ((this.ActivityTemplateSaveOperationCompleted == null)) { this.ActivityTemplateSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivityTemplateSaveOperationCompleted); } this.InvokeAsync("ActivityTemplateSave", new object[] { activityTemplate}, this.ActivityTemplateSaveOperationCompleted, userState); } private void OnActivityTemplateSaveOperationCompleted(object arg) { if ((this.ActivityTemplateSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActivityTemplateSaveCompleted(this, new ActivityTemplateSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActivityTemplateImport", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ActivityTemplate ActivityTemplateImport(string xmlString) { object[] results = this.Invoke("ActivityTemplateImport", new object[] { xmlString}); return ((ActivityTemplate)(results[0])); } /// public System.IAsyncResult BeginActivityTemplateImport(string xmlString, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActivityTemplateImport", new object[] { xmlString}, callback, asyncState); } /// public ActivityTemplate EndActivityTemplateImport(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ActivityTemplate)(results[0])); } /// public void ActivityTemplateImportAsync(string xmlString) { this.ActivityTemplateImportAsync(xmlString, null); } /// public void ActivityTemplateImportAsync(string xmlString, object userState) { if ((this.ActivityTemplateImportOperationCompleted == null)) { this.ActivityTemplateImportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivityTemplateImportOperationCompleted); } this.InvokeAsync("ActivityTemplateImport", new object[] { xmlString}, this.ActivityTemplateImportOperationCompleted, userState); } private void OnActivityTemplateImportOperationCompleted(object arg) { if ((this.ActivityTemplateImportCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActivityTemplateImportCompleted(this, new ActivityTemplateImportCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActivityTemplateDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void ActivityTemplateDelete(string id) { this.Invoke("ActivityTemplateDelete", new object[] { id}); } /// public System.IAsyncResult BeginActivityTemplateDelete(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActivityTemplateDelete", new object[] { id}, callback, asyncState); } /// public void EndActivityTemplateDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void ActivityTemplateDeleteAsync(string id) { this.ActivityTemplateDeleteAsync(id, null); } /// public void ActivityTemplateDeleteAsync(string id, object userState) { if ((this.ActivityTemplateDeleteOperationCompleted == null)) { this.ActivityTemplateDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivityTemplateDeleteOperationCompleted); } this.InvokeAsync("ActivityTemplateDelete", new object[] { id}, this.ActivityTemplateDeleteOperationCompleted, userState); } private void OnActivityTemplateDeleteOperationCompleted(object arg) { if ((this.ActivityTemplateDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActivityTemplateDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskTemplateGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public TaskTemplate TaskTemplateGet(string id) { object[] results = this.Invoke("TaskTemplateGet", new object[] { id}); return ((TaskTemplate)(results[0])); } /// public System.IAsyncResult BeginTaskTemplateGet(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskTemplateGet", new object[] { id}, callback, asyncState); } /// public TaskTemplate EndTaskTemplateGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((TaskTemplate)(results[0])); } /// public void TaskTemplateGetAsync(string id) { this.TaskTemplateGetAsync(id, null); } /// public void TaskTemplateGetAsync(string id, object userState) { if ((this.TaskTemplateGetOperationCompleted == null)) { this.TaskTemplateGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskTemplateGetOperationCompleted); } this.InvokeAsync("TaskTemplateGet", new object[] { id}, this.TaskTemplateGetOperationCompleted, userState); } private void OnTaskTemplateGetOperationCompleted(object arg) { if ((this.TaskTemplateGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskTemplateGetCompleted(this, new TaskTemplateGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskTemplateGetByName", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public TaskTemplate TaskTemplateGetByName(string code, string activityTemplateId) { object[] results = this.Invoke("TaskTemplateGetByName", new object[] { code, activityTemplateId}); return ((TaskTemplate)(results[0])); } /// public System.IAsyncResult BeginTaskTemplateGetByName(string code, string activityTemplateId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskTemplateGetByName", new object[] { code, activityTemplateId}, callback, asyncState); } /// public TaskTemplate EndTaskTemplateGetByName(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((TaskTemplate)(results[0])); } /// public void TaskTemplateGetByNameAsync(string code, string activityTemplateId) { this.TaskTemplateGetByNameAsync(code, activityTemplateId, null); } /// public void TaskTemplateGetByNameAsync(string code, string activityTemplateId, object userState) { if ((this.TaskTemplateGetByNameOperationCompleted == null)) { this.TaskTemplateGetByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskTemplateGetByNameOperationCompleted); } this.InvokeAsync("TaskTemplateGetByName", new object[] { code, activityTemplateId}, this.TaskTemplateGetByNameOperationCompleted, userState); } private void OnTaskTemplateGetByNameOperationCompleted(object arg) { if ((this.TaskTemplateGetByNameCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskTemplateGetByNameCompleted(this, new TaskTemplateGetByNameCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskTemplateGetList", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public TaskTemplate[] TaskTemplateGetList(string activityTemplateId) { object[] results = this.Invoke("TaskTemplateGetList", new object[] { activityTemplateId}); return ((TaskTemplate[])(results[0])); } /// public System.IAsyncResult BeginTaskTemplateGetList(string activityTemplateId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskTemplateGetList", new object[] { activityTemplateId}, callback, asyncState); } /// public TaskTemplate[] EndTaskTemplateGetList(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((TaskTemplate[])(results[0])); } /// public void TaskTemplateGetListAsync(string activityTemplateId) { this.TaskTemplateGetListAsync(activityTemplateId, null); } /// public void TaskTemplateGetListAsync(string activityTemplateId, object userState) { if ((this.TaskTemplateGetListOperationCompleted == null)) { this.TaskTemplateGetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskTemplateGetListOperationCompleted); } this.InvokeAsync("TaskTemplateGetList", new object[] { activityTemplateId}, this.TaskTemplateGetListOperationCompleted, userState); } private void OnTaskTemplateGetListOperationCompleted(object arg) { if ((this.TaskTemplateGetListCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskTemplateGetListCompleted(this, new TaskTemplateGetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskTemplateGetListAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet TaskTemplateGetListAsDataSet(string activityTemplateId) { object[] results = this.Invoke("TaskTemplateGetListAsDataSet", new object[] { activityTemplateId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginTaskTemplateGetListAsDataSet(string activityTemplateId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskTemplateGetListAsDataSet", new object[] { activityTemplateId}, callback, asyncState); } /// public System.Data.DataSet EndTaskTemplateGetListAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void TaskTemplateGetListAsDataSetAsync(string activityTemplateId) { this.TaskTemplateGetListAsDataSetAsync(activityTemplateId, null); } /// public void TaskTemplateGetListAsDataSetAsync(string activityTemplateId, object userState) { if ((this.TaskTemplateGetListAsDataSetOperationCompleted == null)) { this.TaskTemplateGetListAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskTemplateGetListAsDataSetOperationCompleted); } this.InvokeAsync("TaskTemplateGetListAsDataSet", new object[] { activityTemplateId}, this.TaskTemplateGetListAsDataSetOperationCompleted, userState); } private void OnTaskTemplateGetListAsDataSetOperationCompleted(object arg) { if ((this.TaskTemplateGetListAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskTemplateGetListAsDataSetCompleted(this, new TaskTemplateGetListAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskTemplateSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public TaskTemplate TaskTemplateSave(TaskTemplate taskTemplate) { object[] results = this.Invoke("TaskTemplateSave", new object[] { taskTemplate}); return ((TaskTemplate)(results[0])); } /// public System.IAsyncResult BeginTaskTemplateSave(TaskTemplate taskTemplate, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskTemplateSave", new object[] { taskTemplate}, callback, asyncState); } /// public TaskTemplate EndTaskTemplateSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((TaskTemplate)(results[0])); } /// public void TaskTemplateSaveAsync(TaskTemplate taskTemplate) { this.TaskTemplateSaveAsync(taskTemplate, null); } /// public void TaskTemplateSaveAsync(TaskTemplate taskTemplate, object userState) { if ((this.TaskTemplateSaveOperationCompleted == null)) { this.TaskTemplateSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskTemplateSaveOperationCompleted); } this.InvokeAsync("TaskTemplateSave", new object[] { taskTemplate}, this.TaskTemplateSaveOperationCompleted, userState); } private void OnTaskTemplateSaveOperationCompleted(object arg) { if ((this.TaskTemplateSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskTemplateSaveCompleted(this, new TaskTemplateSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskTemplateImport", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public TaskTemplate TaskTemplateImport(string xmlString) { object[] results = this.Invoke("TaskTemplateImport", new object[] { xmlString}); return ((TaskTemplate)(results[0])); } /// public System.IAsyncResult BeginTaskTemplateImport(string xmlString, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskTemplateImport", new object[] { xmlString}, callback, asyncState); } /// public TaskTemplate EndTaskTemplateImport(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((TaskTemplate)(results[0])); } /// public void TaskTemplateImportAsync(string xmlString) { this.TaskTemplateImportAsync(xmlString, null); } /// public void TaskTemplateImportAsync(string xmlString, object userState) { if ((this.TaskTemplateImportOperationCompleted == null)) { this.TaskTemplateImportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskTemplateImportOperationCompleted); } this.InvokeAsync("TaskTemplateImport", new object[] { xmlString}, this.TaskTemplateImportOperationCompleted, userState); } private void OnTaskTemplateImportOperationCompleted(object arg) { if ((this.TaskTemplateImportCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskTemplateImportCompleted(this, new TaskTemplateImportCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskTemplateDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void TaskTemplateDelete(string id) { this.Invoke("TaskTemplateDelete", new object[] { id}); } /// public System.IAsyncResult BeginTaskTemplateDelete(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskTemplateDelete", new object[] { id}, callback, asyncState); } /// public void EndTaskTemplateDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void TaskTemplateDeleteAsync(string id) { this.TaskTemplateDeleteAsync(id, null); } /// public void TaskTemplateDeleteAsync(string id, object userState) { if ((this.TaskTemplateDeleteOperationCompleted == null)) { this.TaskTemplateDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskTemplateDeleteOperationCompleted); } this.InvokeAsync("TaskTemplateDelete", new object[] { id}, this.TaskTemplateDeleteOperationCompleted, userState); } private void OnTaskTemplateDeleteOperationCompleted(object arg) { if ((this.TaskTemplateDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskTemplateDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowInstantiate", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void WorkflowInstantiate(string documentId) { this.Invoke("WorkflowInstantiate", new object[] { documentId}); } /// public System.IAsyncResult BeginWorkflowInstantiate(string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowInstantiate", new object[] { documentId}, callback, asyncState); } /// public void EndWorkflowInstantiate(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void WorkflowInstantiateAsync(string documentId) { this.WorkflowInstantiateAsync(documentId, null); } /// public void WorkflowInstantiateAsync(string documentId, object userState) { if ((this.WorkflowInstantiateOperationCompleted == null)) { this.WorkflowInstantiateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowInstantiateOperationCompleted); } this.InvokeAsync("WorkflowInstantiate", new object[] { documentId}, this.WorkflowInstantiateOperationCompleted, userState); } private void OnWorkflowInstantiateOperationCompleted(object arg) { if ((this.WorkflowInstantiateCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowInstantiateCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkflowDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void WorkflowDelete(string id) { this.Invoke("WorkflowDelete", new object[] { id}); } /// public System.IAsyncResult BeginWorkflowDelete(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkflowDelete", new object[] { id}, callback, asyncState); } /// public void EndWorkflowDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void WorkflowDeleteAsync(string id) { this.WorkflowDeleteAsync(id, null); } /// public void WorkflowDeleteAsync(string id, object userState) { if ((this.WorkflowDeleteOperationCompleted == null)) { this.WorkflowDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkflowDeleteOperationCompleted); } this.InvokeAsync("WorkflowDelete", new object[] { id}, this.WorkflowDeleteOperationCompleted, userState); } private void OnWorkflowDeleteOperationCompleted(object arg) { if ((this.WorkflowDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkflowDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActivityGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Activity ActivityGet(string activityId) { object[] results = this.Invoke("ActivityGet", new object[] { activityId}); return ((Activity)(results[0])); } /// public System.IAsyncResult BeginActivityGet(string activityId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActivityGet", new object[] { activityId}, callback, asyncState); } /// public Activity EndActivityGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Activity)(results[0])); } /// public void ActivityGetAsync(string activityId) { this.ActivityGetAsync(activityId, null); } /// public void ActivityGetAsync(string activityId, object userState) { if ((this.ActivityGetOperationCompleted == null)) { this.ActivityGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivityGetOperationCompleted); } this.InvokeAsync("ActivityGet", new object[] { activityId}, this.ActivityGetOperationCompleted, userState); } private void OnActivityGetOperationCompleted(object arg) { if ((this.ActivityGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActivityGetCompleted(this, new ActivityGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActivityGetListForWorkflow", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Activity[] ActivityGetListForWorkflow(string workflowId) { object[] results = this.Invoke("ActivityGetListForWorkflow", new object[] { workflowId}); return ((Activity[])(results[0])); } /// public System.IAsyncResult BeginActivityGetListForWorkflow(string workflowId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActivityGetListForWorkflow", new object[] { workflowId}, callback, asyncState); } /// public Activity[] EndActivityGetListForWorkflow(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Activity[])(results[0])); } /// public void ActivityGetListForWorkflowAsync(string workflowId) { this.ActivityGetListForWorkflowAsync(workflowId, null); } /// public void ActivityGetListForWorkflowAsync(string workflowId, object userState) { if ((this.ActivityGetListForWorkflowOperationCompleted == null)) { this.ActivityGetListForWorkflowOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivityGetListForWorkflowOperationCompleted); } this.InvokeAsync("ActivityGetListForWorkflow", new object[] { workflowId}, this.ActivityGetListForWorkflowOperationCompleted, userState); } private void OnActivityGetListForWorkflowOperationCompleted(object arg) { if ((this.ActivityGetListForWorkflowCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActivityGetListForWorkflowCompleted(this, new ActivityGetListForWorkflowCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/ActivityDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void ActivityDelete(string id) { this.Invoke("ActivityDelete", new object[] { id}); } /// public System.IAsyncResult BeginActivityDelete(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ActivityDelete", new object[] { id}, callback, asyncState); } /// public void EndActivityDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void ActivityDeleteAsync(string id) { this.ActivityDeleteAsync(id, null); } /// public void ActivityDeleteAsync(string id, object userState) { if ((this.ActivityDeleteOperationCompleted == null)) { this.ActivityDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivityDeleteOperationCompleted); } this.InvokeAsync("ActivityDelete", new object[] { id}, this.ActivityDeleteOperationCompleted, userState); } private void OnActivityDeleteOperationCompleted(object arg) { if ((this.ActivityDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ActivityDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Task TaskSave(Task task) { object[] results = this.Invoke("TaskSave", new object[] { task}); return ((Task)(results[0])); } /// public System.IAsyncResult BeginTaskSave(Task task, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskSave", new object[] { task}, callback, asyncState); } /// public Task EndTaskSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Task)(results[0])); } /// public void TaskSaveAsync(Task task) { this.TaskSaveAsync(task, null); } /// public void TaskSaveAsync(Task task, object userState) { if ((this.TaskSaveOperationCompleted == null)) { this.TaskSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskSaveOperationCompleted); } this.InvokeAsync("TaskSave", new object[] { task}, this.TaskSaveOperationCompleted, userState); } private void OnTaskSaveOperationCompleted(object arg) { if ((this.TaskSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskSaveCompleted(this, new TaskSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Task TaskGet(string taskId) { object[] results = this.Invoke("TaskGet", new object[] { taskId}); return ((Task)(results[0])); } /// public System.IAsyncResult BeginTaskGet(string taskId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGet", new object[] { taskId}, callback, asyncState); } /// public Task EndTaskGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Task)(results[0])); } /// public void TaskGetAsync(string taskId) { this.TaskGetAsync(taskId, null); } /// public void TaskGetAsync(string taskId, object userState) { if ((this.TaskGetOperationCompleted == null)) { this.TaskGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetOperationCompleted); } this.InvokeAsync("TaskGet", new object[] { taskId}, this.TaskGetOperationCompleted, userState); } private void OnTaskGetOperationCompleted(object arg) { if ((this.TaskGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetCompleted(this, new TaskGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void TaskDelete(string id) { this.Invoke("TaskDelete", new object[] { id}); } /// public System.IAsyncResult BeginTaskDelete(string id, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskDelete", new object[] { id}, callback, asyncState); } /// public void EndTaskDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void TaskDeleteAsync(string id) { this.TaskDeleteAsync(id, null); } /// public void TaskDeleteAsync(string id, object userState) { if ((this.TaskDeleteOperationCompleted == null)) { this.TaskDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskDeleteOperationCompleted); } this.InvokeAsync("TaskDelete", new object[] { id}, this.TaskDeleteOperationCompleted, userState); } private void OnTaskDeleteOperationCompleted(object arg) { if ((this.TaskDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGetListForActivity", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Task[] TaskGetListForActivity(string activityId) { object[] results = this.Invoke("TaskGetListForActivity", new object[] { activityId}); return ((Task[])(results[0])); } /// public System.IAsyncResult BeginTaskGetListForActivity(string activityId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGetListForActivity", new object[] { activityId}, callback, asyncState); } /// public Task[] EndTaskGetListForActivity(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Task[])(results[0])); } /// public void TaskGetListForActivityAsync(string activityId) { this.TaskGetListForActivityAsync(activityId, null); } /// public void TaskGetListForActivityAsync(string activityId, object userState) { if ((this.TaskGetListForActivityOperationCompleted == null)) { this.TaskGetListForActivityOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetListForActivityOperationCompleted); } this.InvokeAsync("TaskGetListForActivity", new object[] { activityId}, this.TaskGetListForActivityOperationCompleted, userState); } private void OnTaskGetListForActivityOperationCompleted(object arg) { if ((this.TaskGetListForActivityCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetListForActivityCompleted(this, new TaskGetListForActivityCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGetListForWorkflowByActivityIdAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet TaskGetListForWorkflowByActivityIdAsDataset(string activityId) { object[] results = this.Invoke("TaskGetListForWorkflowByActivityIdAsDataset", new object[] { activityId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginTaskGetListForWorkflowByActivityIdAsDataset(string activityId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGetListForWorkflowByActivityIdAsDataset", new object[] { activityId}, callback, asyncState); } /// public System.Data.DataSet EndTaskGetListForWorkflowByActivityIdAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void TaskGetListForWorkflowByActivityIdAsDatasetAsync(string activityId) { this.TaskGetListForWorkflowByActivityIdAsDatasetAsync(activityId, null); } /// public void TaskGetListForWorkflowByActivityIdAsDatasetAsync(string activityId, object userState) { if ((this.TaskGetListForWorkflowByActivityIdAsDatasetOperationCompleted == null)) { this.TaskGetListForWorkflowByActivityIdAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetListForWorkflowByActivityIdAsDatasetOperationCompleted); } this.InvokeAsync("TaskGetListForWorkflowByActivityIdAsDataset", new object[] { activityId}, this.TaskGetListForWorkflowByActivityIdAsDatasetOperationCompleted, userState); } private void OnTaskGetListForWorkflowByActivityIdAsDatasetOperationCompleted(object arg) { if ((this.TaskGetListForWorkflowByActivityIdAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetListForWorkflowByActivityIdAsDatasetCompleted(this, new TaskGetListForWorkflowByActivityIdAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGetListForCurrentUserAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet TaskGetListForCurrentUserAsDataset() { object[] results = this.Invoke("TaskGetListForCurrentUserAsDataset", new object[0]); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginTaskGetListForCurrentUserAsDataset(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGetListForCurrentUserAsDataset", new object[0], callback, asyncState); } /// public System.Data.DataSet EndTaskGetListForCurrentUserAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void TaskGetListForCurrentUserAsDatasetAsync() { this.TaskGetListForCurrentUserAsDatasetAsync(null); } /// public void TaskGetListForCurrentUserAsDatasetAsync(object userState) { if ((this.TaskGetListForCurrentUserAsDatasetOperationCompleted == null)) { this.TaskGetListForCurrentUserAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetListForCurrentUserAsDatasetOperationCompleted); } this.InvokeAsync("TaskGetListForCurrentUserAsDataset", new object[0], this.TaskGetListForCurrentUserAsDatasetOperationCompleted, userState); } private void OnTaskGetListForCurrentUserAsDatasetOperationCompleted(object arg) { if ((this.TaskGetListForCurrentUserAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetListForCurrentUserAsDatasetCompleted(this, new TaskGetListForCurrentUserAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGetListForCurrentUser", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public Task[] TaskGetListForCurrentUser() { object[] results = this.Invoke("TaskGetListForCurrentUser", new object[0]); return ((Task[])(results[0])); } /// public System.IAsyncResult BeginTaskGetListForCurrentUser(System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGetListForCurrentUser", new object[0], callback, asyncState); } /// public Task[] EndTaskGetListForCurrentUser(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Task[])(results[0])); } /// public void TaskGetListForCurrentUserAsync() { this.TaskGetListForCurrentUserAsync(null); } /// public void TaskGetListForCurrentUserAsync(object userState) { if ((this.TaskGetListForCurrentUserOperationCompleted == null)) { this.TaskGetListForCurrentUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetListForCurrentUserOperationCompleted); } this.InvokeAsync("TaskGetListForCurrentUser", new object[0], this.TaskGetListForCurrentUserOperationCompleted, userState); } private void OnTaskGetListForCurrentUserOperationCompleted(object arg) { if ((this.TaskGetListForCurrentUserCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetListForCurrentUserCompleted(this, new TaskGetListForCurrentUserCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskSearchAsDataset", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet TaskSearchAsDataset(string textSearched, bool keepID, System.DateTime cutOffDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool cutOffDateSpecified) { object[] results = this.Invoke("TaskSearchAsDataset", new object[] { textSearched, keepID, cutOffDate, cutOffDateSpecified}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginTaskSearchAsDataset(string textSearched, bool keepID, System.DateTime cutOffDate, bool cutOffDateSpecified, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskSearchAsDataset", new object[] { textSearched, keepID, cutOffDate, cutOffDateSpecified}, callback, asyncState); } /// public System.Data.DataSet EndTaskSearchAsDataset(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void TaskSearchAsDatasetAsync(string textSearched, bool keepID, System.DateTime cutOffDate, bool cutOffDateSpecified) { this.TaskSearchAsDatasetAsync(textSearched, keepID, cutOffDate, cutOffDateSpecified, null); } /// public void TaskSearchAsDatasetAsync(string textSearched, bool keepID, System.DateTime cutOffDate, bool cutOffDateSpecified, object userState) { if ((this.TaskSearchAsDatasetOperationCompleted == null)) { this.TaskSearchAsDatasetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskSearchAsDatasetOperationCompleted); } this.InvokeAsync("TaskSearchAsDataset", new object[] { textSearched, keepID, cutOffDate, cutOffDateSpecified}, this.TaskSearchAsDatasetOperationCompleted, userState); } private void OnTaskSearchAsDatasetOperationCompleted(object arg) { if ((this.TaskSearchAsDatasetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskSearchAsDatasetCompleted(this, new TaskSearchAsDatasetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGetListAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet TaskGetListAsDataSet(TaskView view, bool keepID, System.DateTime cutOffDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool cutOffDateSpecified) { object[] results = this.Invoke("TaskGetListAsDataSet", new object[] { view, keepID, cutOffDate, cutOffDateSpecified}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginTaskGetListAsDataSet(TaskView view, bool keepID, System.DateTime cutOffDate, bool cutOffDateSpecified, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGetListAsDataSet", new object[] { view, keepID, cutOffDate, cutOffDateSpecified}, callback, asyncState); } /// public System.Data.DataSet EndTaskGetListAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void TaskGetListAsDataSetAsync(TaskView view, bool keepID, System.DateTime cutOffDate, bool cutOffDateSpecified) { this.TaskGetListAsDataSetAsync(view, keepID, cutOffDate, cutOffDateSpecified, null); } /// public void TaskGetListAsDataSetAsync(TaskView view, bool keepID, System.DateTime cutOffDate, bool cutOffDateSpecified, object userState) { if ((this.TaskGetListAsDataSetOperationCompleted == null)) { this.TaskGetListAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetListAsDataSetOperationCompleted); } this.InvokeAsync("TaskGetListAsDataSet", new object[] { view, keepID, cutOffDate, cutOffDateSpecified}, this.TaskGetListAsDataSetOperationCompleted, userState); } private void OnTaskGetListAsDataSetOperationCompleted(object arg) { if ((this.TaskGetListAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetListAsDataSetCompleted(this, new TaskGetListAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGetListByDocumentIdAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet TaskGetListByDocumentIdAsDataSet(string documentId) { object[] results = this.Invoke("TaskGetListByDocumentIdAsDataSet", new object[] { documentId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginTaskGetListByDocumentIdAsDataSet(string documentId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGetListByDocumentIdAsDataSet", new object[] { documentId}, callback, asyncState); } /// public System.Data.DataSet EndTaskGetListByDocumentIdAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void TaskGetListByDocumentIdAsDataSetAsync(string documentId) { this.TaskGetListByDocumentIdAsDataSetAsync(documentId, null); } /// public void TaskGetListByDocumentIdAsDataSetAsync(string documentId, object userState) { if ((this.TaskGetListByDocumentIdAsDataSetOperationCompleted == null)) { this.TaskGetListByDocumentIdAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetListByDocumentIdAsDataSetOperationCompleted); } this.InvokeAsync("TaskGetListByDocumentIdAsDataSet", new object[] { documentId}, this.TaskGetListByDocumentIdAsDataSetOperationCompleted, userState); } private void OnTaskGetListByDocumentIdAsDataSetOperationCompleted(object arg) { if ((this.TaskGetListByDocumentIdAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetListByDocumentIdAsDataSetCompleted(this, new TaskGetListByDocumentIdAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskCancel", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void TaskCancel(Task[] tasksList, TaskArguments arguments) { this.Invoke("TaskCancel", new object[] { tasksList, arguments}); } /// public System.IAsyncResult BeginTaskCancel(Task[] tasksList, TaskArguments arguments, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskCancel", new object[] { tasksList, arguments}, callback, asyncState); } /// public void EndTaskCancel(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void TaskCancelAsync(Task[] tasksList, TaskArguments arguments) { this.TaskCancelAsync(tasksList, arguments, null); } /// public void TaskCancelAsync(Task[] tasksList, TaskArguments arguments, object userState) { if ((this.TaskCancelOperationCompleted == null)) { this.TaskCancelOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskCancelOperationCompleted); } this.InvokeAsync("TaskCancel", new object[] { tasksList, arguments}, this.TaskCancelOperationCompleted, userState); } private void OnTaskCancelOperationCompleted(object arg) { if ((this.TaskCancelCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskCancelCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskExecute", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void TaskExecute(Task[] tasksList, TaskArguments arguments) { this.Invoke("TaskExecute", new object[] { tasksList, arguments}); } /// public System.IAsyncResult BeginTaskExecute(Task[] tasksList, TaskArguments arguments, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskExecute", new object[] { tasksList, arguments}, callback, asyncState); } /// public void EndTaskExecute(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void TaskExecuteAsync(Task[] tasksList, TaskArguments arguments) { this.TaskExecuteAsync(tasksList, arguments, null); } /// public void TaskExecuteAsync(Task[] tasksList, TaskArguments arguments, object userState) { if ((this.TaskExecuteOperationCompleted == null)) { this.TaskExecuteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskExecuteOperationCompleted); } this.InvokeAsync("TaskExecute", new object[] { tasksList, arguments}, this.TaskExecuteOperationCompleted, userState); } private void OnTaskExecuteOperationCompleted(object arg) { if ((this.TaskExecuteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskExecuteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGetFileContent", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] [return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] public byte[] TaskGetFileContent(Task task) { object[] results = this.Invoke("TaskGetFileContent", new object[] { task}); return ((byte[])(results[0])); } /// public System.IAsyncResult BeginTaskGetFileContent(Task task, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGetFileContent", new object[] { task}, callback, asyncState); } /// public byte[] EndTaskGetFileContent(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((byte[])(results[0])); } /// public void TaskGetFileContentAsync(Task task) { this.TaskGetFileContentAsync(task, null); } /// public void TaskGetFileContentAsync(Task task, object userState) { if ((this.TaskGetFileContentOperationCompleted == null)) { this.TaskGetFileContentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetFileContentOperationCompleted); } this.InvokeAsync("TaskGetFileContent", new object[] { task}, this.TaskGetFileContentOperationCompleted, userState); } private void OnTaskGetFileContentOperationCompleted(object arg) { if ((this.TaskGetFileContentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetFileContentCompleted(this, new TaskGetFileContentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class WorkflowConfiguration { private string templateIdField; private DuplicationFieldOfString[] stringFieldsField; private DuplicationFieldOfMezzoDateTime[] dateTimeFieldsField; private DuplicationFieldOfSingle[] floatFieldsField; private System.Xml.XmlNode xmlDatasField; private string commentsField; /// public string TemplateId { get { return this.templateIdField; } set { this.templateIdField = value; } } /// public DuplicationFieldOfString[] StringFields { get { return this.stringFieldsField; } set { this.stringFieldsField = value; } } /// public DuplicationFieldOfMezzoDateTime[] DateTimeFields { get { return this.dateTimeFieldsField; } set { this.dateTimeFieldsField = value; } } /// public DuplicationFieldOfSingle[] FloatFields { get { return this.floatFieldsField; } set { this.floatFieldsField = value; } } /// public System.Xml.XmlNode XmlDatas { get { return this.xmlDatasField; } set { this.xmlDatasField = value; } } /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DuplicationFieldOfString { private string labelField; private string formulaField; private string codeField; /// public string Label { get { return this.labelField; } set { this.labelField = value; } } /// public string Formula { get { return this.formulaField; } set { this.formulaField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class TaskArguments { private string taskIdField; private string userLoginField; private System.DateTime executedDateField; private bool executedDateFieldSpecified; private string returnCodeField; private string xmlDatasField; private string commentsField; private string fileNameField; private string fileIdField; private byte[] fileField; private string workspaceIdField; /// public string TaskId { get { return this.taskIdField; } set { this.taskIdField = value; } } /// public string UserLogin { get { return this.userLoginField; } set { this.userLoginField = value; } } /// public System.DateTime ExecutedDate { get { return this.executedDateField; } set { this.executedDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ExecutedDateSpecified { get { return this.executedDateFieldSpecified; } set { this.executedDateFieldSpecified = value; } } /// public string ReturnCode { get { return this.returnCodeField; } set { this.returnCodeField = value; } } /// public string XmlDatas { get { return this.xmlDatasField; } set { this.xmlDatasField = value; } } /// public string Comments { get { return this.commentsField; } set { this.commentsField = value; } } /// public string FileName { get { return this.fileNameField; } set { this.fileNameField = value; } } /// public string FileId { get { return this.fileIdField; } set { this.fileIdField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] public byte[] File { get { return this.fileField; } set { this.fileField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Task { private string workspaceIdField; private string idField; private int sequenceField; private string typeField; private string titleField; private string codeField; private string summaryField; private UserReference creatorField; private UserReference modificatorField; private UserReference ownerField; private System.DateTime modifiedField; private bool modifiedFieldSpecified; private System.DateTime deadLineField; private bool deadLineFieldSpecified; private System.DateTime scheduleDateStartField; private bool scheduleDateStartFieldSpecified; private System.DateTime scheduleDateEndField; private bool scheduleDateEndFieldSpecified; private System.DateTime scheduleDurationField; private bool scheduleDurationFieldSpecified; private System.DateTime realDateStartField; private bool realDateStartFieldSpecified; private System.DateTime realDateEndField; private bool realDateEndFieldSpecified; private System.DateTime realDurationField; private bool realDurationFieldSpecified; private int progressField; private string locationField; private TaskPriority priorityField; private UserReference organizerField; private TaskStatus statusField; private string statusCommentField; private MemberList requestedParticipantsField; private MemberList optionalParticipantsField; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private string argumentField; private string activityIdField; private string taskTemplateIdField; private string returnCodeField; private UserReference completedByField; private string commentFileIdField; private string commentFileNameField; private bool cancelledOnActivityChangeField; /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public int Sequence { get { return this.sequenceField; } set { this.sequenceField = value; } } /// public string Type { get { return this.typeField; } set { this.typeField = value; } } /// public string Title { get { return this.titleField; } set { this.titleField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Summary { get { return this.summaryField; } set { this.summaryField = value; } } /// public UserReference Creator { get { return this.creatorField; } set { this.creatorField = value; } } /// public UserReference Modificator { get { return this.modificatorField; } set { this.modificatorField = value; } } /// public UserReference Owner { get { return this.ownerField; } set { this.ownerField = value; } } /// public System.DateTime Modified { get { return this.modifiedField; } set { this.modifiedField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ModifiedSpecified { get { return this.modifiedFieldSpecified; } set { this.modifiedFieldSpecified = value; } } /// public System.DateTime DeadLine { get { return this.deadLineField; } set { this.deadLineField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DeadLineSpecified { get { return this.deadLineFieldSpecified; } set { this.deadLineFieldSpecified = value; } } /// public System.DateTime ScheduleDateStart { get { return this.scheduleDateStartField; } set { this.scheduleDateStartField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ScheduleDateStartSpecified { get { return this.scheduleDateStartFieldSpecified; } set { this.scheduleDateStartFieldSpecified = value; } } /// public System.DateTime ScheduleDateEnd { get { return this.scheduleDateEndField; } set { this.scheduleDateEndField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ScheduleDateEndSpecified { get { return this.scheduleDateEndFieldSpecified; } set { this.scheduleDateEndFieldSpecified = value; } } /// public System.DateTime ScheduleDuration { get { return this.scheduleDurationField; } set { this.scheduleDurationField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ScheduleDurationSpecified { get { return this.scheduleDurationFieldSpecified; } set { this.scheduleDurationFieldSpecified = value; } } /// public System.DateTime RealDateStart { get { return this.realDateStartField; } set { this.realDateStartField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool RealDateStartSpecified { get { return this.realDateStartFieldSpecified; } set { this.realDateStartFieldSpecified = value; } } /// public System.DateTime RealDateEnd { get { return this.realDateEndField; } set { this.realDateEndField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool RealDateEndSpecified { get { return this.realDateEndFieldSpecified; } set { this.realDateEndFieldSpecified = value; } } /// public System.DateTime RealDuration { get { return this.realDurationField; } set { this.realDurationField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool RealDurationSpecified { get { return this.realDurationFieldSpecified; } set { this.realDurationFieldSpecified = value; } } /// public int Progress { get { return this.progressField; } set { this.progressField = value; } } /// public string Location { get { return this.locationField; } set { this.locationField = value; } } /// public TaskPriority Priority { get { return this.priorityField; } set { this.priorityField = value; } } /// public UserReference Organizer { get { return this.organizerField; } set { this.organizerField = value; } } /// public TaskStatus Status { get { return this.statusField; } set { this.statusField = value; } } /// public string StatusComment { get { return this.statusCommentField; } set { this.statusCommentField = value; } } /// public MemberList RequestedParticipants { get { return this.requestedParticipantsField; } set { this.requestedParticipantsField = value; } } /// public MemberList OptionalParticipants { get { return this.optionalParticipantsField; } set { this.optionalParticipantsField = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public string Argument { get { return this.argumentField; } set { this.argumentField = value; } } /// public string ActivityId { get { return this.activityIdField; } set { this.activityIdField = value; } } /// public string TaskTemplateId { get { return this.taskTemplateIdField; } set { this.taskTemplateIdField = value; } } /// public string ReturnCode { get { return this.returnCodeField; } set { this.returnCodeField = value; } } /// public UserReference CompletedBy { get { return this.completedByField; } set { this.completedByField = value; } } /// public string CommentFileId { get { return this.commentFileIdField; } set { this.commentFileIdField = value; } } /// public string CommentFileName { get { return this.commentFileNameField; } set { this.commentFileNameField = value; } } /// public bool CancelledOnActivityChange { get { return this.cancelledOnActivityChangeField; } set { this.cancelledOnActivityChangeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum TaskPriority { /// Undefined, /// Low, /// Medium, /// High, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum TaskStatus { /// NeedsAction, /// InProcess, /// Completed, /// Suspended, /// Cancelled, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class Activity { private string idField; private string activityTemplateIdField; private WorkflowStatus statusField; private int countField; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private string workflowIdField; private string workspaceIdField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string ActivityTemplateId { get { return this.activityTemplateIdField; } set { this.activityTemplateIdField = value; } } /// public WorkflowStatus Status { get { return this.statusField; } set { this.statusField = value; } } /// public int Count { get { return this.countField; } set { this.countField = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public string WorkflowId { get { return this.workflowIdField; } set { this.workflowIdField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum WorkflowStatus { /// Cancelled, /// InProgress, /// Completed, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class TaskTemplate { private string templateIdField; private string idField; private string typeField; private string titleField; private string codeField; private string summaryField; private string deadLineField; private string scheduleDateStartField; private string scheduleDateEndField; private string scheduleDurationField; private TaskPriority priorityField; private DynamicMemberList requestedParticipantsField; private bool requestedParticipantsNotifyField; private DynamicMemberList optionalParticipantsField; private bool optionalParticipantsNotifyField; private string argumentField; private string activityTemplateIdField; private string activityTemplateCodeField; private string workflowTemplateIdField; private string workflowTemplateCodeField; private bool cancelledOnActivityChangeField; /// public string TemplateId { get { return this.templateIdField; } set { this.templateIdField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Type { get { return this.typeField; } set { this.typeField = value; } } /// public string Title { get { return this.titleField; } set { this.titleField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Summary { get { return this.summaryField; } set { this.summaryField = value; } } /// public string DeadLine { get { return this.deadLineField; } set { this.deadLineField = value; } } /// public string ScheduleDateStart { get { return this.scheduleDateStartField; } set { this.scheduleDateStartField = value; } } /// public string ScheduleDateEnd { get { return this.scheduleDateEndField; } set { this.scheduleDateEndField = value; } } /// public string ScheduleDuration { get { return this.scheduleDurationField; } set { this.scheduleDurationField = value; } } /// public TaskPriority Priority { get { return this.priorityField; } set { this.priorityField = value; } } /// public DynamicMemberList RequestedParticipants { get { return this.requestedParticipantsField; } set { this.requestedParticipantsField = value; } } /// public bool RequestedParticipantsNotify { get { return this.requestedParticipantsNotifyField; } set { this.requestedParticipantsNotifyField = value; } } /// public DynamicMemberList OptionalParticipants { get { return this.optionalParticipantsField; } set { this.optionalParticipantsField = value; } } /// public bool OptionalParticipantsNotify { get { return this.optionalParticipantsNotifyField; } set { this.optionalParticipantsNotifyField = value; } } /// public string Argument { get { return this.argumentField; } set { this.argumentField = value; } } /// public string ActivityTemplateId { get { return this.activityTemplateIdField; } set { this.activityTemplateIdField = value; } } /// public string ActivityTemplateCode { get { return this.activityTemplateCodeField; } set { this.activityTemplateCodeField = value; } } /// public string WorkflowTemplateId { get { return this.workflowTemplateIdField; } set { this.workflowTemplateIdField = value; } } /// public string WorkflowTemplateCode { get { return this.workflowTemplateCodeField; } set { this.workflowTemplateCodeField = value; } } /// public bool CancelledOnActivityChange { get { return this.cancelledOnActivityChangeField; } set { this.cancelledOnActivityChangeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class ActionTriplet { private int priorityField; private string argumentField; private string actionCodeField; /// public int Priority { get { return this.priorityField; } set { this.priorityField = value; } } /// public string Argument { get { return this.argumentField; } set { this.argumentField = value; } } /// public string ActionCode { get { return this.actionCodeField; } set { this.actionCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class ActivityTemplate { private string idField; private string workflowTemplateIdField; private string workflowTemplateCodeField; private string templateIdField; private string nameField; private string codeField; private string descriptionField; private bool compulsaryTaskField; private ActionTriplet[] actionListField; private string finishFormulaField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string WorkflowTemplateId { get { return this.workflowTemplateIdField; } set { this.workflowTemplateIdField = value; } } /// public string WorkflowTemplateCode { get { return this.workflowTemplateCodeField; } set { this.workflowTemplateCodeField = value; } } /// public string TemplateId { get { return this.templateIdField; } set { this.templateIdField = value; } } /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public bool CompulsaryTask { get { return this.compulsaryTaskField; } set { this.compulsaryTaskField = value; } } /// public ActionTriplet[] ActionList { get { return this.actionListField; } set { this.actionListField = value; } } /// public string FinishFormula { get { return this.finishFormulaField; } set { this.finishFormulaField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class WorkflowTemplate { private string templateIdField; private string idField; private string codeField; private string descriptionField; private System.DateTime creationDateField; private bool creationDateFieldSpecified; private string creatorField; private int priorityField; private bool statusField; private string formulaField; private string firstActivityCodeField; /// public string TemplateId { get { return this.templateIdField; } set { this.templateIdField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } /// public string Description { get { return this.descriptionField; } set { this.descriptionField = value; } } /// public System.DateTime CreationDate { get { return this.creationDateField; } set { this.creationDateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreationDateSpecified { get { return this.creationDateFieldSpecified; } set { this.creationDateFieldSpecified = value; } } /// public string Creator { get { return this.creatorField; } set { this.creatorField = value; } } /// public int Priority { get { return this.priorityField; } set { this.priorityField = value; } } /// public bool Status { get { return this.statusField; } set { this.statusField = value; } } /// public string Formula { get { return this.formulaField; } set { this.formulaField = value; } } /// public string FirstActivityCode { get { return this.firstActivityCodeField; } set { this.firstActivityCodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DuplicationFieldOfSingle { private string labelField; private string formulaField; private string codeField; /// public string Label { get { return this.labelField; } set { this.labelField = value; } } /// public string Formula { get { return this.formulaField; } set { this.formulaField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DuplicationFieldOfMezzoDateTime { private string labelField; private string formulaField; private string codeField; /// public string Label { get { return this.labelField; } set { this.labelField = value; } } /// public string Formula { get { return this.formulaField; } set { this.formulaField = value; } } /// public string Code { get { return this.codeField; } set { this.codeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum TaskView { /// All, /// MyCurrent, /// My, /// AllCurrent, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowConfigurationSaveCompletedEventHandler(object sender, WorkflowConfigurationSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkflowConfigurationSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkflowConfigurationSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public WorkflowConfiguration Result { get { this.RaiseExceptionIfNecessary(); return ((WorkflowConfiguration)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowConfigurationGetCompletedEventHandler(object sender, WorkflowConfigurationGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkflowConfigurationGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkflowConfigurationGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public WorkflowConfiguration Result { get { this.RaiseExceptionIfNecessary(); return ((WorkflowConfiguration)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowConfigurationDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowConfigurationImportCompletedEventHandler(object sender, WorkflowConfigurationImportCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkflowConfigurationImportCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkflowConfigurationImportCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public WorkflowConfiguration Result { get { this.RaiseExceptionIfNecessary(); return ((WorkflowConfiguration)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowFullImportCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowTemplateGetCompletedEventHandler(object sender, WorkflowTemplateGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkflowTemplateGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkflowTemplateGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public WorkflowTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((WorkflowTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowTemplateGetByNameCompletedEventHandler(object sender, WorkflowTemplateGetByNameCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkflowTemplateGetByNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkflowTemplateGetByNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public WorkflowTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((WorkflowTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowTemplateGetListCompletedEventHandler(object sender, WorkflowTemplateGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkflowTemplateGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkflowTemplateGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public WorkflowTemplate[] Result { get { this.RaiseExceptionIfNecessary(); return ((WorkflowTemplate[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowTemplateGetListAsDataSetCompletedEventHandler(object sender, WorkflowTemplateGetListAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkflowTemplateGetListAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkflowTemplateGetListAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowTemplateSaveCompletedEventHandler(object sender, WorkflowTemplateSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkflowTemplateSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkflowTemplateSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public WorkflowTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((WorkflowTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowTemplateImportCompletedEventHandler(object sender, WorkflowTemplateImportCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkflowTemplateImportCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkflowTemplateImportCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public WorkflowTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((WorkflowTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowTemplateDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActivityTemplateGetCompletedEventHandler(object sender, ActivityTemplateGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActivityTemplateGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActivityTemplateGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ActivityTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((ActivityTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActivityTemplateGetByNameCompletedEventHandler(object sender, ActivityTemplateGetByNameCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActivityTemplateGetByNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActivityTemplateGetByNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ActivityTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((ActivityTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActivityTemplateGetListCompletedEventHandler(object sender, ActivityTemplateGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActivityTemplateGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActivityTemplateGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ActivityTemplate[] Result { get { this.RaiseExceptionIfNecessary(); return ((ActivityTemplate[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActivityTemplateGetListAsDataSetCompletedEventHandler(object sender, ActivityTemplateGetListAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActivityTemplateGetListAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActivityTemplateGetListAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActivityTemplateSaveCompletedEventHandler(object sender, ActivityTemplateSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActivityTemplateSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActivityTemplateSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ActivityTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((ActivityTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActivityTemplateImportCompletedEventHandler(object sender, ActivityTemplateImportCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActivityTemplateImportCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActivityTemplateImportCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ActivityTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((ActivityTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActivityTemplateDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskTemplateGetCompletedEventHandler(object sender, TaskTemplateGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskTemplateGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskTemplateGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public TaskTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((TaskTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskTemplateGetByNameCompletedEventHandler(object sender, TaskTemplateGetByNameCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskTemplateGetByNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskTemplateGetByNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public TaskTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((TaskTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskTemplateGetListCompletedEventHandler(object sender, TaskTemplateGetListCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskTemplateGetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskTemplateGetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public TaskTemplate[] Result { get { this.RaiseExceptionIfNecessary(); return ((TaskTemplate[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskTemplateGetListAsDataSetCompletedEventHandler(object sender, TaskTemplateGetListAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskTemplateGetListAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskTemplateGetListAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskTemplateSaveCompletedEventHandler(object sender, TaskTemplateSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskTemplateSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskTemplateSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public TaskTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((TaskTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskTemplateImportCompletedEventHandler(object sender, TaskTemplateImportCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskTemplateImportCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskTemplateImportCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public TaskTemplate Result { get { this.RaiseExceptionIfNecessary(); return ((TaskTemplate)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskTemplateDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowInstantiateCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkflowDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActivityGetCompletedEventHandler(object sender, ActivityGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActivityGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActivityGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Activity Result { get { this.RaiseExceptionIfNecessary(); return ((Activity)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActivityGetListForWorkflowCompletedEventHandler(object sender, ActivityGetListForWorkflowCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ActivityGetListForWorkflowCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ActivityGetListForWorkflowCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Activity[] Result { get { this.RaiseExceptionIfNecessary(); return ((Activity[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void ActivityDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskSaveCompletedEventHandler(object sender, TaskSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Task Result { get { this.RaiseExceptionIfNecessary(); return ((Task)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetCompletedEventHandler(object sender, TaskGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Task Result { get { this.RaiseExceptionIfNecessary(); return ((Task)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetListForActivityCompletedEventHandler(object sender, TaskGetListForActivityCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetListForActivityCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetListForActivityCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Task[] Result { get { this.RaiseExceptionIfNecessary(); return ((Task[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetListForWorkflowByActivityIdAsDatasetCompletedEventHandler(object sender, TaskGetListForWorkflowByActivityIdAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetListForWorkflowByActivityIdAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetListForWorkflowByActivityIdAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetListForCurrentUserAsDatasetCompletedEventHandler(object sender, TaskGetListForCurrentUserAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetListForCurrentUserAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetListForCurrentUserAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetListForCurrentUserCompletedEventHandler(object sender, TaskGetListForCurrentUserCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetListForCurrentUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetListForCurrentUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Task[] Result { get { this.RaiseExceptionIfNecessary(); return ((Task[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskSearchAsDatasetCompletedEventHandler(object sender, TaskSearchAsDatasetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskSearchAsDatasetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskSearchAsDatasetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetListAsDataSetCompletedEventHandler(object sender, TaskGetListAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetListAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetListAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetListByDocumentIdAsDataSetCompletedEventHandler(object sender, TaskGetListByDocumentIdAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetListByDocumentIdAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetListByDocumentIdAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskCancelCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskExecuteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetFileContentCompletedEventHandler(object sender, TaskGetFileContentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetFileContentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetFileContentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public byte[] Result { get { this.RaiseExceptionIfNecessary(); return ((byte[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="navigationSoap", Namespace="http://www.mezzoteam.com/")] public partial class navigation : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback WorkspaceChangeOperationCompleted; /// public navigation() { this.Url = "http://www.mezzoteam.com/ws/navigation.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event WorkspaceChangeCompletedEventHandler WorkspaceChangeCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/WorkspaceChange", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string WorkspaceChange(string workspaceId) { object[] results = this.Invoke("WorkspaceChange", new object[] { workspaceId}); return ((string)(results[0])); } /// public System.IAsyncResult BeginWorkspaceChange(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("WorkspaceChange", new object[] { workspaceId}, callback, asyncState); } /// public string EndWorkspaceChange(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((string)(results[0])); } /// public void WorkspaceChangeAsync(string workspaceId) { this.WorkspaceChangeAsync(workspaceId, null); } /// public void WorkspaceChangeAsync(string workspaceId, object userState) { if ((this.WorkspaceChangeOperationCompleted == null)) { this.WorkspaceChangeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWorkspaceChangeOperationCompleted); } this.InvokeAsync("WorkspaceChange", new object[] { workspaceId}, this.WorkspaceChangeOperationCompleted, userState); } private void OnWorkspaceChangeOperationCompleted(object arg) { if ((this.WorkspaceChangeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WorkspaceChangeCompleted(this, new WorkspaceChangeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void WorkspaceChangeCompletedEventHandler(object sender, WorkspaceChangeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WorkspaceChangeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WorkspaceChangeCompletedEventArgs(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("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="diarySoap", Namespace="http://www.mezzoteam.com/")] public partial class diary : System.Web.Services.Protocols.SoapHttpClientProtocol { private CredentialSoapHeader credentialSoapHeaderValueField; private System.Threading.SendOrPostCallback GetPeriodFromCalendarAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback CalendarDeleteOperationCompleted; private System.Threading.SendOrPostCallback CalendarGetFirstIdFromWorkspaceOperationCompleted; private System.Threading.SendOrPostCallback TaskSaveOperationCompleted; private System.Threading.SendOrPostCallback TaskDeleteOperationCompleted; private System.Threading.SendOrPostCallback TaskGetOperationCompleted; private System.Threading.SendOrPostCallback TaskGetListFromCalendarOperationCompleted; private System.Threading.SendOrPostCallback TaskGetListFromCalendarAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback TaskGetListActiveFromCalendarAsDataSetOperationCompleted; private System.Threading.SendOrPostCallback EventSaveOperationCompleted; private System.Threading.SendOrPostCallback EventDeleteOperationCompleted; private System.Threading.SendOrPostCallback EventGetOperationCompleted; private System.Threading.SendOrPostCallback EventGetListFromCalendarOperationCompleted; /// public diary() { this.Url = "http://www.mezzoteam.com/ws/diary.asmx"; } public CredentialSoapHeader CredentialSoapHeaderValue { get { return this.credentialSoapHeaderValueField; } set { this.credentialSoapHeaderValueField = value; } } /// public event GetPeriodFromCalendarAsDataSetCompletedEventHandler GetPeriodFromCalendarAsDataSetCompleted; /// public event CalendarDeleteCompletedEventHandler CalendarDeleteCompleted; /// public event CalendarGetFirstIdFromWorkspaceCompletedEventHandler CalendarGetFirstIdFromWorkspaceCompleted; /// public event TaskSaveCompletedEventHandler1 TaskSaveCompleted; /// public event TaskDeleteCompletedEventHandler TaskDeleteCompleted; /// public event TaskGetCompletedEventHandler1 TaskGetCompleted; /// public event TaskGetListFromCalendarCompletedEventHandler TaskGetListFromCalendarCompleted; /// public event TaskGetListFromCalendarAsDataSetCompletedEventHandler TaskGetListFromCalendarAsDataSetCompleted; /// public event TaskGetListActiveFromCalendarAsDataSetCompletedEventHandler TaskGetListActiveFromCalendarAsDataSetCompleted; /// public event EventSaveCompletedEventHandler EventSaveCompleted; /// public event EventDeleteCompletedEventHandler EventDeleteCompleted; /// public event EventGetCompletedEventHandler EventGetCompleted; /// public event EventGetListFromCalendarCompletedEventHandler EventGetListFromCalendarCompleted; /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/GetPeriodFromCalendarAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet GetPeriodFromCalendarAsDataSet(string calendarId, System.DateTime startDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool startDateSpecified, System.DateTime endDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool endDateSpecified, DiaryCalendarLevelDetail detailLevel) { object[] results = this.Invoke("GetPeriodFromCalendarAsDataSet", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified, detailLevel}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginGetPeriodFromCalendarAsDataSet(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified, DiaryCalendarLevelDetail detailLevel, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetPeriodFromCalendarAsDataSet", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified, detailLevel}, callback, asyncState); } /// public System.Data.DataSet EndGetPeriodFromCalendarAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void GetPeriodFromCalendarAsDataSetAsync(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified, DiaryCalendarLevelDetail detailLevel) { this.GetPeriodFromCalendarAsDataSetAsync(calendarId, startDate, startDateSpecified, endDate, endDateSpecified, detailLevel, null); } /// public void GetPeriodFromCalendarAsDataSetAsync(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified, DiaryCalendarLevelDetail detailLevel, object userState) { if ((this.GetPeriodFromCalendarAsDataSetOperationCompleted == null)) { this.GetPeriodFromCalendarAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPeriodFromCalendarAsDataSetOperationCompleted); } this.InvokeAsync("GetPeriodFromCalendarAsDataSet", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified, detailLevel}, this.GetPeriodFromCalendarAsDataSetOperationCompleted, userState); } private void OnGetPeriodFromCalendarAsDataSetOperationCompleted(object arg) { if ((this.GetPeriodFromCalendarAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetPeriodFromCalendarAsDataSetCompleted(this, new GetPeriodFromCalendarAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/CalendarDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void CalendarDelete(string calendarId) { this.Invoke("CalendarDelete", new object[] { calendarId}); } /// public System.IAsyncResult BeginCalendarDelete(string calendarId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("CalendarDelete", new object[] { calendarId}, callback, asyncState); } /// public void EndCalendarDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void CalendarDeleteAsync(string calendarId) { this.CalendarDeleteAsync(calendarId, null); } /// public void CalendarDeleteAsync(string calendarId, object userState) { if ((this.CalendarDeleteOperationCompleted == null)) { this.CalendarDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCalendarDeleteOperationCompleted); } this.InvokeAsync("CalendarDelete", new object[] { calendarId}, this.CalendarDeleteOperationCompleted, userState); } private void OnCalendarDeleteOperationCompleted(object arg) { if ((this.CalendarDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.CalendarDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/CalendarGetFirstIdFromWorkspace", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string CalendarGetFirstIdFromWorkspace(string workspaceId) { object[] results = this.Invoke("CalendarGetFirstIdFromWorkspace", new object[] { workspaceId}); return ((string)(results[0])); } /// public System.IAsyncResult BeginCalendarGetFirstIdFromWorkspace(string workspaceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("CalendarGetFirstIdFromWorkspace", new object[] { workspaceId}, callback, asyncState); } /// public string EndCalendarGetFirstIdFromWorkspace(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((string)(results[0])); } /// public void CalendarGetFirstIdFromWorkspaceAsync(string workspaceId) { this.CalendarGetFirstIdFromWorkspaceAsync(workspaceId, null); } /// public void CalendarGetFirstIdFromWorkspaceAsync(string workspaceId, object userState) { if ((this.CalendarGetFirstIdFromWorkspaceOperationCompleted == null)) { this.CalendarGetFirstIdFromWorkspaceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCalendarGetFirstIdFromWorkspaceOperationCompleted); } this.InvokeAsync("CalendarGetFirstIdFromWorkspace", new object[] { workspaceId}, this.CalendarGetFirstIdFromWorkspaceOperationCompleted, userState); } private void OnCalendarGetFirstIdFromWorkspaceOperationCompleted(object arg) { if ((this.CalendarGetFirstIdFromWorkspaceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.CalendarGetFirstIdFromWorkspaceCompleted(this, new CalendarGetFirstIdFromWorkspaceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public DiaryTask TaskSave(DiaryTask task) { object[] results = this.Invoke("TaskSave", new object[] { task}); return ((DiaryTask)(results[0])); } /// public System.IAsyncResult BeginTaskSave(DiaryTask task, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskSave", new object[] { task}, callback, asyncState); } /// public DiaryTask EndTaskSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((DiaryTask)(results[0])); } /// public void TaskSaveAsync(DiaryTask task) { this.TaskSaveAsync(task, null); } /// public void TaskSaveAsync(DiaryTask task, object userState) { if ((this.TaskSaveOperationCompleted == null)) { this.TaskSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskSaveOperationCompleted); } this.InvokeAsync("TaskSave", new object[] { task}, this.TaskSaveOperationCompleted, userState); } private void OnTaskSaveOperationCompleted(object arg) { if ((this.TaskSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskSaveCompleted(this, new TaskSaveCompletedEventArgs1(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void TaskDelete(string taskId) { this.Invoke("TaskDelete", new object[] { taskId}); } /// public System.IAsyncResult BeginTaskDelete(string taskId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskDelete", new object[] { taskId}, callback, asyncState); } /// public void EndTaskDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void TaskDeleteAsync(string taskId) { this.TaskDeleteAsync(taskId, null); } /// public void TaskDeleteAsync(string taskId, object userState) { if ((this.TaskDeleteOperationCompleted == null)) { this.TaskDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskDeleteOperationCompleted); } this.InvokeAsync("TaskDelete", new object[] { taskId}, this.TaskDeleteOperationCompleted, userState); } private void OnTaskDeleteOperationCompleted(object arg) { if ((this.TaskDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public DiaryTask TaskGet(string taskId) { object[] results = this.Invoke("TaskGet", new object[] { taskId}); return ((DiaryTask)(results[0])); } /// public System.IAsyncResult BeginTaskGet(string taskId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGet", new object[] { taskId}, callback, asyncState); } /// public DiaryTask EndTaskGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((DiaryTask)(results[0])); } /// public void TaskGetAsync(string taskId) { this.TaskGetAsync(taskId, null); } /// public void TaskGetAsync(string taskId, object userState) { if ((this.TaskGetOperationCompleted == null)) { this.TaskGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetOperationCompleted); } this.InvokeAsync("TaskGet", new object[] { taskId}, this.TaskGetOperationCompleted, userState); } private void OnTaskGetOperationCompleted(object arg) { if ((this.TaskGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetCompleted(this, new TaskGetCompletedEventArgs1(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGetListFromCalendar", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public DiaryTask[] TaskGetListFromCalendar(string calendarId, System.DateTime startDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool startDateSpecified, System.DateTime endDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool endDateSpecified) { object[] results = this.Invoke("TaskGetListFromCalendar", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified}); return ((DiaryTask[])(results[0])); } /// public System.IAsyncResult BeginTaskGetListFromCalendar(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGetListFromCalendar", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified}, callback, asyncState); } /// public DiaryTask[] EndTaskGetListFromCalendar(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((DiaryTask[])(results[0])); } /// public void TaskGetListFromCalendarAsync(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified) { this.TaskGetListFromCalendarAsync(calendarId, startDate, startDateSpecified, endDate, endDateSpecified, null); } /// public void TaskGetListFromCalendarAsync(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified, object userState) { if ((this.TaskGetListFromCalendarOperationCompleted == null)) { this.TaskGetListFromCalendarOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetListFromCalendarOperationCompleted); } this.InvokeAsync("TaskGetListFromCalendar", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified}, this.TaskGetListFromCalendarOperationCompleted, userState); } private void OnTaskGetListFromCalendarOperationCompleted(object arg) { if ((this.TaskGetListFromCalendarCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetListFromCalendarCompleted(this, new TaskGetListFromCalendarCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGetListFromCalendarAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet TaskGetListFromCalendarAsDataSet(string calendarId, System.DateTime startDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool startDateSpecified, System.DateTime endDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool endDateSpecified) { object[] results = this.Invoke("TaskGetListFromCalendarAsDataSet", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginTaskGetListFromCalendarAsDataSet(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGetListFromCalendarAsDataSet", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified}, callback, asyncState); } /// public System.Data.DataSet EndTaskGetListFromCalendarAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void TaskGetListFromCalendarAsDataSetAsync(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified) { this.TaskGetListFromCalendarAsDataSetAsync(calendarId, startDate, startDateSpecified, endDate, endDateSpecified, null); } /// public void TaskGetListFromCalendarAsDataSetAsync(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified, object userState) { if ((this.TaskGetListFromCalendarAsDataSetOperationCompleted == null)) { this.TaskGetListFromCalendarAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetListFromCalendarAsDataSetOperationCompleted); } this.InvokeAsync("TaskGetListFromCalendarAsDataSet", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified}, this.TaskGetListFromCalendarAsDataSetOperationCompleted, userState); } private void OnTaskGetListFromCalendarAsDataSetOperationCompleted(object arg) { if ((this.TaskGetListFromCalendarAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetListFromCalendarAsDataSetCompleted(this, new TaskGetListFromCalendarAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/TaskGetListActiveFromCalendarAsDataSet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public System.Data.DataSet TaskGetListActiveFromCalendarAsDataSet(string calendarId) { object[] results = this.Invoke("TaskGetListActiveFromCalendarAsDataSet", new object[] { calendarId}); return ((System.Data.DataSet)(results[0])); } /// public System.IAsyncResult BeginTaskGetListActiveFromCalendarAsDataSet(string calendarId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("TaskGetListActiveFromCalendarAsDataSet", new object[] { calendarId}, callback, asyncState); } /// public System.Data.DataSet EndTaskGetListActiveFromCalendarAsDataSet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((System.Data.DataSet)(results[0])); } /// public void TaskGetListActiveFromCalendarAsDataSetAsync(string calendarId) { this.TaskGetListActiveFromCalendarAsDataSetAsync(calendarId, null); } /// public void TaskGetListActiveFromCalendarAsDataSetAsync(string calendarId, object userState) { if ((this.TaskGetListActiveFromCalendarAsDataSetOperationCompleted == null)) { this.TaskGetListActiveFromCalendarAsDataSetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTaskGetListActiveFromCalendarAsDataSetOperationCompleted); } this.InvokeAsync("TaskGetListActiveFromCalendarAsDataSet", new object[] { calendarId}, this.TaskGetListActiveFromCalendarAsDataSetOperationCompleted, userState); } private void OnTaskGetListActiveFromCalendarAsDataSetOperationCompleted(object arg) { if ((this.TaskGetListActiveFromCalendarAsDataSetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.TaskGetListActiveFromCalendarAsDataSetCompleted(this, new TaskGetListActiveFromCalendarAsDataSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/EventSave", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public DiaryEvent EventSave(DiaryEvent diaryevent) { object[] results = this.Invoke("EventSave", new object[] { diaryevent}); return ((DiaryEvent)(results[0])); } /// public System.IAsyncResult BeginEventSave(DiaryEvent diaryevent, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("EventSave", new object[] { diaryevent}, callback, asyncState); } /// public DiaryEvent EndEventSave(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((DiaryEvent)(results[0])); } /// public void EventSaveAsync(DiaryEvent diaryevent) { this.EventSaveAsync(diaryevent, null); } /// public void EventSaveAsync(DiaryEvent diaryevent, object userState) { if ((this.EventSaveOperationCompleted == null)) { this.EventSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEventSaveOperationCompleted); } this.InvokeAsync("EventSave", new object[] { diaryevent}, this.EventSaveOperationCompleted, userState); } private void OnEventSaveOperationCompleted(object arg) { if ((this.EventSaveCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.EventSaveCompleted(this, new EventSaveCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/EventDelete", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void EventDelete(string eventId) { this.Invoke("EventDelete", new object[] { eventId}); } /// public System.IAsyncResult BeginEventDelete(string eventId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("EventDelete", new object[] { eventId}, callback, asyncState); } /// public void EndEventDelete(System.IAsyncResult asyncResult) { this.EndInvoke(asyncResult); } /// public void EventDeleteAsync(string eventId) { this.EventDeleteAsync(eventId, null); } /// public void EventDeleteAsync(string eventId, object userState) { if ((this.EventDeleteOperationCompleted == null)) { this.EventDeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEventDeleteOperationCompleted); } this.InvokeAsync("EventDelete", new object[] { eventId}, this.EventDeleteOperationCompleted, userState); } private void OnEventDeleteOperationCompleted(object arg) { if ((this.EventDeleteCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.EventDeleteCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/EventGet", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public DiaryEvent EventGet(string eventId) { object[] results = this.Invoke("EventGet", new object[] { eventId}); return ((DiaryEvent)(results[0])); } /// public System.IAsyncResult BeginEventGet(string eventId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("EventGet", new object[] { eventId}, callback, asyncState); } /// public DiaryEvent EndEventGet(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((DiaryEvent)(results[0])); } /// public void EventGetAsync(string eventId) { this.EventGetAsync(eventId, null); } /// public void EventGetAsync(string eventId, object userState) { if ((this.EventGetOperationCompleted == null)) { this.EventGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEventGetOperationCompleted); } this.InvokeAsync("EventGet", new object[] { eventId}, this.EventGetOperationCompleted, userState); } private void OnEventGetOperationCompleted(object arg) { if ((this.EventGetCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.EventGetCompleted(this, new EventGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapHeaderAttribute("CredentialSoapHeaderValue")] [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.mezzoteam.com/EventGetListFromCalendar", RequestNamespace="http://www.mezzoteam.com/", ResponseNamespace="http://www.mezzoteam.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public DiaryEvent[] EventGetListFromCalendar(string calendarId, System.DateTime startDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool startDateSpecified, System.DateTime endDate, [System.Xml.Serialization.XmlIgnoreAttribute()] bool endDateSpecified) { object[] results = this.Invoke("EventGetListFromCalendar", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified}); return ((DiaryEvent[])(results[0])); } /// public System.IAsyncResult BeginEventGetListFromCalendar(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("EventGetListFromCalendar", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified}, callback, asyncState); } /// public DiaryEvent[] EndEventGetListFromCalendar(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((DiaryEvent[])(results[0])); } /// public void EventGetListFromCalendarAsync(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified) { this.EventGetListFromCalendarAsync(calendarId, startDate, startDateSpecified, endDate, endDateSpecified, null); } /// public void EventGetListFromCalendarAsync(string calendarId, System.DateTime startDate, bool startDateSpecified, System.DateTime endDate, bool endDateSpecified, object userState) { if ((this.EventGetListFromCalendarOperationCompleted == null)) { this.EventGetListFromCalendarOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEventGetListFromCalendarOperationCompleted); } this.InvokeAsync("EventGetListFromCalendar", new object[] { calendarId, startDate, startDateSpecified, endDate, endDateSpecified}, this.EventGetListFromCalendarOperationCompleted, userState); } private void OnEventGetListFromCalendarOperationCompleted(object arg) { if ((this.EventGetListFromCalendarCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.EventGetListFromCalendarCompleted(this, new EventGetListFromCalendarCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.FlagsAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum DiaryCalendarLevelDetail { /// DiaryEvent = 1, /// DiaryTask = 2, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DiaryTask { private string idField; private string workspaceIdField; private string nameField; private string recurrenceIdField; private int versionField; private string summaryField; private DiaryTaskType typeField; private UserReference creatorField; private UserReference modificatorField; private UserReference ownerField; private System.DateTime createdField; private bool createdFieldSpecified; private System.DateTime lastModField; private bool lastModFieldSpecified; private System.DateTime dtStartField; private bool dtStartFieldSpecified; private System.DateTime dtEndField; private bool dtEndFieldSpecified; private TimeSpan durationField; private System.DateTime realDtStartField; private bool realDtStartFieldSpecified; private System.DateTime realDtEndField; private bool realDtEndFieldSpecified; private TimeSpan realDurationField; private string calendarIdField; private string locationField; private DiaryPriority priorityField; private UserReference organizerField; private DiaryTaskStatus statusField; private string statusCommentField; private string geoField; private string classField; private string commentField; private string categoryField; private DiaryAttendee[] attendeesField; /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string RecurrenceId { get { return this.recurrenceIdField; } set { this.recurrenceIdField = value; } } /// public int Version { get { return this.versionField; } set { this.versionField = value; } } /// public string Summary { get { return this.summaryField; } set { this.summaryField = value; } } /// public DiaryTaskType Type { get { return this.typeField; } set { this.typeField = value; } } /// public UserReference Creator { get { return this.creatorField; } set { this.creatorField = value; } } /// public UserReference Modificator { get { return this.modificatorField; } set { this.modificatorField = value; } } /// public UserReference Owner { get { return this.ownerField; } set { this.ownerField = value; } } /// public System.DateTime Created { get { return this.createdField; } set { this.createdField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreatedSpecified { get { return this.createdFieldSpecified; } set { this.createdFieldSpecified = value; } } /// public System.DateTime LastMod { get { return this.lastModField; } set { this.lastModField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool LastModSpecified { get { return this.lastModFieldSpecified; } set { this.lastModFieldSpecified = value; } } /// public System.DateTime DtStart { get { return this.dtStartField; } set { this.dtStartField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DtStartSpecified { get { return this.dtStartFieldSpecified; } set { this.dtStartFieldSpecified = value; } } /// public System.DateTime DtEnd { get { return this.dtEndField; } set { this.dtEndField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DtEndSpecified { get { return this.dtEndFieldSpecified; } set { this.dtEndFieldSpecified = value; } } /// public TimeSpan Duration { get { return this.durationField; } set { this.durationField = value; } } /// public System.DateTime RealDtStart { get { return this.realDtStartField; } set { this.realDtStartField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool RealDtStartSpecified { get { return this.realDtStartFieldSpecified; } set { this.realDtStartFieldSpecified = value; } } /// public System.DateTime RealDtEnd { get { return this.realDtEndField; } set { this.realDtEndField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool RealDtEndSpecified { get { return this.realDtEndFieldSpecified; } set { this.realDtEndFieldSpecified = value; } } /// public TimeSpan RealDuration { get { return this.realDurationField; } set { this.realDurationField = value; } } /// public string CalendarId { get { return this.calendarIdField; } set { this.calendarIdField = value; } } /// public string Location { get { return this.locationField; } set { this.locationField = value; } } /// public DiaryPriority Priority { get { return this.priorityField; } set { this.priorityField = value; } } /// public UserReference Organizer { get { return this.organizerField; } set { this.organizerField = value; } } /// public DiaryTaskStatus Status { get { return this.statusField; } set { this.statusField = value; } } /// public string StatusComment { get { return this.statusCommentField; } set { this.statusCommentField = value; } } /// public string Geo { get { return this.geoField; } set { this.geoField = value; } } /// public string Class { get { return this.classField; } set { this.classField = value; } } /// public string Comment { get { return this.commentField; } set { this.commentField = value; } } /// public string Category { get { return this.categoryField; } set { this.categoryField = value; } } /// public DiaryAttendee[] Attendees { get { return this.attendeesField; } set { this.attendeesField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum DiaryTaskType { /// Task_Ask, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class TimeSpan { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DiaryEvent { private string workspaceIdField; private string idField; private string recurrenceIdField; private int versionField; private DiaryEventType typeField; private string nameField; private string summaryField; private UserReference creatorField; private UserReference modificatorField; private UserReference ownerField; private System.DateTime createdField; private bool createdFieldSpecified; private System.DateTime lastModField; private bool lastModFieldSpecified; private System.DateTime dtStartField; private bool dtStartFieldSpecified; private System.DateTime dtEndField; private bool dtEndFieldSpecified; private TimeSpan durationField; private string calendarIdField; private string locationField; private DiaryPriority priorityField; private UserReference organizerField; private DiaryEventStatus statusField; private DiaryAttendee[] attendeesField; private string geoField; private string classField; private string commentField; /// public string WorkspaceId { get { return this.workspaceIdField; } set { this.workspaceIdField = value; } } /// public string Id { get { return this.idField; } set { this.idField = value; } } /// public string RecurrenceId { get { return this.recurrenceIdField; } set { this.recurrenceIdField = value; } } /// public int Version { get { return this.versionField; } set { this.versionField = value; } } /// public DiaryEventType Type { get { return this.typeField; } set { this.typeField = value; } } /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public string Summary { get { return this.summaryField; } set { this.summaryField = value; } } /// public UserReference Creator { get { return this.creatorField; } set { this.creatorField = value; } } /// public UserReference Modificator { get { return this.modificatorField; } set { this.modificatorField = value; } } /// public UserReference Owner { get { return this.ownerField; } set { this.ownerField = value; } } /// public System.DateTime Created { get { return this.createdField; } set { this.createdField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool CreatedSpecified { get { return this.createdFieldSpecified; } set { this.createdFieldSpecified = value; } } /// public System.DateTime LastMod { get { return this.lastModField; } set { this.lastModField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool LastModSpecified { get { return this.lastModFieldSpecified; } set { this.lastModFieldSpecified = value; } } /// public System.DateTime dtStart { get { return this.dtStartField; } set { this.dtStartField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool dtStartSpecified { get { return this.dtStartFieldSpecified; } set { this.dtStartFieldSpecified = value; } } /// public System.DateTime dtEnd { get { return this.dtEndField; } set { this.dtEndField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool dtEndSpecified { get { return this.dtEndFieldSpecified; } set { this.dtEndFieldSpecified = value; } } /// public TimeSpan Duration { get { return this.durationField; } set { this.durationField = value; } } /// public string CalendarId { get { return this.calendarIdField; } set { this.calendarIdField = value; } } /// public string Location { get { return this.locationField; } set { this.locationField = value; } } /// public DiaryPriority Priority { get { return this.priorityField; } set { this.priorityField = value; } } /// public UserReference Organizer { get { return this.organizerField; } set { this.organizerField = value; } } /// public DiaryEventStatus Status { get { return this.statusField; } set { this.statusField = value; } } /// public DiaryAttendee[] Attendees { get { return this.attendeesField; } set { this.attendeesField = value; } } /// public string Geo { get { return this.geoField; } set { this.geoField = value; } } /// public string Class { get { return this.classField; } set { this.classField = value; } } /// public string Comment { get { return this.commentField; } set { this.commentField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum DiaryEventType { /// Meeting_Ask, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum DiaryPriority { /// Undefined, /// Low, /// Medium, /// High, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum DiaryEventStatus { /// Tentative, /// Confirmed, /// Cancelled, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public partial class DiaryAttendee { private UserReference attendeeField; private DiaryAttendeeParticipation participationField; private DiaryAttendeeStatus statusField; private string statusSummaryField; private bool isMainField; /// public UserReference Attendee { get { return this.attendeeField; } set { this.attendeeField = value; } } /// public DiaryAttendeeParticipation Participation { get { return this.participationField; } set { this.participationField = value; } } /// public DiaryAttendeeStatus Status { get { return this.statusField; } set { this.statusField = value; } } /// public string StatusSummary { get { return this.statusSummaryField; } set { this.statusSummaryField = value; } } /// public bool IsMain { get { return this.isMainField; } set { this.isMainField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum DiaryAttendeeParticipation { /// ReqParticipant, /// OptParticipant, /// NonParticipant, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum DiaryAttendeeStatus { /// NeedAction, /// Accepted, /// Tentative, /// Declined, /// Delegated, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mezzoteam.com/")] public enum DiaryTaskStatus { /// Needs_Action, /// In_Process, /// Completed, /// Suspended, /// Cancelled, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void GetPeriodFromCalendarAsDataSetCompletedEventHandler(object sender, GetPeriodFromCalendarAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetPeriodFromCalendarAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetPeriodFromCalendarAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void CalendarDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void CalendarGetFirstIdFromWorkspaceCompletedEventHandler(object sender, CalendarGetFirstIdFromWorkspaceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class CalendarGetFirstIdFromWorkspaceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal CalendarGetFirstIdFromWorkspaceCompletedEventArgs(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("wsdl", "2.0.50727.1432")] public delegate void TaskSaveCompletedEventHandler1(object sender, TaskSaveCompletedEventArgs1 e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskSaveCompletedEventArgs1 : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskSaveCompletedEventArgs1(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public DiaryTask Result { get { this.RaiseExceptionIfNecessary(); return ((DiaryTask)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetCompletedEventHandler1(object sender, TaskGetCompletedEventArgs1 e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetCompletedEventArgs1 : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetCompletedEventArgs1(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public DiaryTask Result { get { this.RaiseExceptionIfNecessary(); return ((DiaryTask)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetListFromCalendarCompletedEventHandler(object sender, TaskGetListFromCalendarCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetListFromCalendarCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetListFromCalendarCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public DiaryTask[] Result { get { this.RaiseExceptionIfNecessary(); return ((DiaryTask[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetListFromCalendarAsDataSetCompletedEventHandler(object sender, TaskGetListFromCalendarAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetListFromCalendarAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetListFromCalendarAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void TaskGetListActiveFromCalendarAsDataSetCompletedEventHandler(object sender, TaskGetListActiveFromCalendarAsDataSetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class TaskGetListActiveFromCalendarAsDataSetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal TaskGetListActiveFromCalendarAsDataSetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public System.Data.DataSet Result { get { this.RaiseExceptionIfNecessary(); return ((System.Data.DataSet)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void EventSaveCompletedEventHandler(object sender, EventSaveCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class EventSaveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal EventSaveCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public DiaryEvent Result { get { this.RaiseExceptionIfNecessary(); return ((DiaryEvent)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void EventDeleteCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void EventGetCompletedEventHandler(object sender, EventGetCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class EventGetCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal EventGetCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public DiaryEvent Result { get { this.RaiseExceptionIfNecessary(); return ((DiaryEvent)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] public delegate void EventGetListFromCalendarCompletedEventHandler(object sender, EventGetListFromCalendarCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class EventGetListFromCalendarCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal EventGetListFromCalendarCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public DiaryEvent[] Result { get { this.RaiseExceptionIfNecessary(); return ((DiaryEvent[])(this.results[0])); } } } }