| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // Ce code a été généré par un outil.
- // Version du runtime :4.0.30319.42000
- //
- // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
- // le code est régénéré.
- // </auto-generated>
- //------------------------------------------------------------------------------
- //
- // Ce code source a été automatiquement généré par Microsoft.VSDesigner, Version 4.0.30319.42000.
- //
- #pragma warning disable 1591
- namespace CD67.FicheCollege.Entity.WsTiers {
- using System;
- using System.Web.Services;
- using System.Diagnostics;
- using System.Web.Services.Protocols;
- using System.Xml.Serialization;
- using System.ComponentModel;
-
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Web.Services.WebServiceBindingAttribute(Name="WsTiersSoap", Namespace="http://tempuri.org/")]
- public partial class WsTiers : System.Web.Services.Protocols.SoapHttpClientProtocol {
-
- private System.Threading.SendOrPostCallback GetByIdOperationCompleted;
-
- private System.Threading.SendOrPostCallback GetByIdsOperationCompleted;
-
- private System.Threading.SendOrPostCallback GetByOperationCompleted;
-
- private System.Threading.SendOrPostCallback GetAllOperationCompleted;
-
- private System.Threading.SendOrPostCallback GetAllSortedOperationCompleted;
-
- private System.Threading.SendOrPostCallback GetManyByOperationCompleted;
-
- private System.Threading.SendOrPostCallback GetManyBySortedOperationCompleted;
-
- private bool useDefaultCredentialsSetExplicitly;
-
- /// <remarks/>
- public WsTiers() {
- this.Url = global::CD67.FicheCollege.Entity.Properties.Settings.Default.CD67_FicheCollege_Entity_WsTiers_WsTiers;
- if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
- this.UseDefaultCredentials = true;
- this.useDefaultCredentialsSetExplicitly = false;
- }
- else {
- this.useDefaultCredentialsSetExplicitly = true;
- }
- }
-
- public new string Url {
- get {
- return base.Url;
- }
- set {
- if ((((this.IsLocalFileSystemWebService(base.Url) == true)
- && (this.useDefaultCredentialsSetExplicitly == false))
- && (this.IsLocalFileSystemWebService(value) == false))) {
- base.UseDefaultCredentials = false;
- }
- base.Url = value;
- }
- }
-
- public new bool UseDefaultCredentials {
- get {
- return base.UseDefaultCredentials;
- }
- set {
- base.UseDefaultCredentials = value;
- this.useDefaultCredentialsSetExplicitly = true;
- }
- }
-
- /// <remarks/>
- public event GetByIdCompletedEventHandler GetByIdCompleted;
-
- /// <remarks/>
- public event GetByIdsCompletedEventHandler GetByIdsCompleted;
-
- /// <remarks/>
- public event GetByCompletedEventHandler GetByCompleted;
-
- /// <remarks/>
- public event GetAllCompletedEventHandler GetAllCompleted;
-
- /// <remarks/>
- public event GetAllSortedCompletedEventHandler GetAllSortedCompleted;
-
- /// <remarks/>
- public event GetManyByCompletedEventHandler GetManyByCompleted;
-
- /// <remarks/>
- public event GetManyBySortedCompletedEventHandler GetManyBySortedCompleted;
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetById", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public Tiers GetById(string Key) {
- object[] results = this.Invoke("GetById", new object[] {
- Key});
- return ((Tiers)(results[0]));
- }
-
- /// <remarks/>
- public void GetByIdAsync(string Key) {
- this.GetByIdAsync(Key, null);
- }
-
- /// <remarks/>
- public void GetByIdAsync(string Key, object userState) {
- if ((this.GetByIdOperationCompleted == null)) {
- this.GetByIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetByIdOperationCompleted);
- }
- this.InvokeAsync("GetById", new object[] {
- Key}, this.GetByIdOperationCompleted, userState);
- }
-
- private void OnGetByIdOperationCompleted(object arg) {
- if ((this.GetByIdCompleted != null)) {
- System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.GetByIdCompleted(this, new GetByIdCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
- }
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetByIds", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public Tiers[] GetByIds(string[] Keys) {
- object[] results = this.Invoke("GetByIds", new object[] {
- Keys});
- return ((Tiers[])(results[0]));
- }
-
- /// <remarks/>
- public void GetByIdsAsync(string[] Keys) {
- this.GetByIdsAsync(Keys, null);
- }
-
- /// <remarks/>
- public void GetByIdsAsync(string[] Keys, object userState) {
- if ((this.GetByIdsOperationCompleted == null)) {
- this.GetByIdsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetByIdsOperationCompleted);
- }
- this.InvokeAsync("GetByIds", new object[] {
- Keys}, this.GetByIdsOperationCompleted, userState);
- }
-
- private void OnGetByIdsOperationCompleted(object arg) {
- if ((this.GetByIdsCompleted != null)) {
- System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.GetByIdsCompleted(this, new GetByIdsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
- }
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetBy", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public Tiers GetBy(string FilterExpression) {
- object[] results = this.Invoke("GetBy", new object[] {
- FilterExpression});
- return ((Tiers)(results[0]));
- }
-
- /// <remarks/>
- public void GetByAsync(string FilterExpression) {
- this.GetByAsync(FilterExpression, null);
- }
-
- /// <remarks/>
- public void GetByAsync(string FilterExpression, object userState) {
- if ((this.GetByOperationCompleted == null)) {
- this.GetByOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetByOperationCompleted);
- }
- this.InvokeAsync("GetBy", new object[] {
- FilterExpression}, this.GetByOperationCompleted, userState);
- }
-
- private void OnGetByOperationCompleted(object arg) {
- if ((this.GetByCompleted != null)) {
- System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.GetByCompleted(this, new GetByCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
- }
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetAll", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public Tiers[] GetAll() {
- object[] results = this.Invoke("GetAll", new object[0]);
- return ((Tiers[])(results[0]));
- }
-
- /// <remarks/>
- public void GetAllAsync() {
- this.GetAllAsync(null);
- }
-
- /// <remarks/>
- public void GetAllAsync(object userState) {
- if ((this.GetAllOperationCompleted == null)) {
- this.GetAllOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAllOperationCompleted);
- }
- this.InvokeAsync("GetAll", new object[0], this.GetAllOperationCompleted, userState);
- }
-
- private void OnGetAllOperationCompleted(object arg) {
- if ((this.GetAllCompleted != null)) {
- System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.GetAllCompleted(this, new GetAllCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
- }
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetAllSorted", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public Tiers[] GetAllSorted(string SortField, bool SortAscendant) {
- object[] results = this.Invoke("GetAllSorted", new object[] {
- SortField,
- SortAscendant});
- return ((Tiers[])(results[0]));
- }
-
- /// <remarks/>
- public void GetAllSortedAsync(string SortField, bool SortAscendant) {
- this.GetAllSortedAsync(SortField, SortAscendant, null);
- }
-
- /// <remarks/>
- public void GetAllSortedAsync(string SortField, bool SortAscendant, object userState) {
- if ((this.GetAllSortedOperationCompleted == null)) {
- this.GetAllSortedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAllSortedOperationCompleted);
- }
- this.InvokeAsync("GetAllSorted", new object[] {
- SortField,
- SortAscendant}, this.GetAllSortedOperationCompleted, userState);
- }
-
- private void OnGetAllSortedOperationCompleted(object arg) {
- if ((this.GetAllSortedCompleted != null)) {
- System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.GetAllSortedCompleted(this, new GetAllSortedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
- }
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetManyBy", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public Tiers[] GetManyBy(string FilterExpression) {
- object[] results = this.Invoke("GetManyBy", new object[] {
- FilterExpression});
- return ((Tiers[])(results[0]));
- }
-
- /// <remarks/>
- public void GetManyByAsync(string FilterExpression) {
- this.GetManyByAsync(FilterExpression, null);
- }
-
- /// <remarks/>
- public void GetManyByAsync(string FilterExpression, object userState) {
- if ((this.GetManyByOperationCompleted == null)) {
- this.GetManyByOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetManyByOperationCompleted);
- }
- this.InvokeAsync("GetManyBy", new object[] {
- FilterExpression}, this.GetManyByOperationCompleted, userState);
- }
-
- private void OnGetManyByOperationCompleted(object arg) {
- if ((this.GetManyByCompleted != null)) {
- System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.GetManyByCompleted(this, new GetManyByCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
- }
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetManyBySorted", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public Tiers[] GetManyBySorted(string FilterExpression, string SortField, bool SortAscendant) {
- object[] results = this.Invoke("GetManyBySorted", new object[] {
- FilterExpression,
- SortField,
- SortAscendant});
- return ((Tiers[])(results[0]));
- }
-
- /// <remarks/>
- public void GetManyBySortedAsync(string FilterExpression, string SortField, bool SortAscendant) {
- this.GetManyBySortedAsync(FilterExpression, SortField, SortAscendant, null);
- }
-
- /// <remarks/>
- public void GetManyBySortedAsync(string FilterExpression, string SortField, bool SortAscendant, object userState) {
- if ((this.GetManyBySortedOperationCompleted == null)) {
- this.GetManyBySortedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetManyBySortedOperationCompleted);
- }
- this.InvokeAsync("GetManyBySorted", new object[] {
- FilterExpression,
- SortField,
- SortAscendant}, this.GetManyBySortedOperationCompleted, userState);
- }
-
- private void OnGetManyBySortedOperationCompleted(object arg) {
- if ((this.GetManyBySortedCompleted != null)) {
- System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.GetManyBySortedCompleted(this, new GetManyBySortedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
- }
- }
-
- /// <remarks/>
- public new void CancelAsync(object userState) {
- base.CancelAsync(userState);
- }
-
- private bool IsLocalFileSystemWebService(string url) {
- if (((url == null)
- || (url == string.Empty))) {
- return false;
- }
- System.Uri wsUri = new System.Uri(url);
- if (((wsUri.Port >= 1024)
- && (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) {
- return true;
- }
- return false;
- }
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1590.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
- public partial class Tiers {
-
- private int idField;
-
- private string codeTiersField;
-
- private string codeOrganisationField;
-
- private string codeFamilleField;
-
- private string familleField;
-
- private string codeNatureJuridiqueField;
-
- private string natureJuridiqueField;
-
- private string codeCategorieField;
-
- private string sigleField;
-
- private string nomField;
-
- private string raisonSociale1Field;
-
- private string raisonSociale2Field;
-
- /// <remarks/>
- public int Id {
- get {
- return this.idField;
- }
- set {
- this.idField = value;
- }
- }
-
- /// <remarks/>
- public string CodeTiers {
- get {
- return this.codeTiersField;
- }
- set {
- this.codeTiersField = value;
- }
- }
-
- /// <remarks/>
- public string CodeOrganisation {
- get {
- return this.codeOrganisationField;
- }
- set {
- this.codeOrganisationField = value;
- }
- }
-
- /// <remarks/>
- public string CodeFamille {
- get {
- return this.codeFamilleField;
- }
- set {
- this.codeFamilleField = value;
- }
- }
-
- /// <remarks/>
- public string Famille {
- get {
- return this.familleField;
- }
- set {
- this.familleField = value;
- }
- }
-
- /// <remarks/>
- public string CodeNatureJuridique {
- get {
- return this.codeNatureJuridiqueField;
- }
- set {
- this.codeNatureJuridiqueField = value;
- }
- }
-
- /// <remarks/>
- public string NatureJuridique {
- get {
- return this.natureJuridiqueField;
- }
- set {
- this.natureJuridiqueField = value;
- }
- }
-
- /// <remarks/>
- public string CodeCategorie {
- get {
- return this.codeCategorieField;
- }
- set {
- this.codeCategorieField = value;
- }
- }
-
- /// <remarks/>
- public string Sigle {
- get {
- return this.sigleField;
- }
- set {
- this.sigleField = value;
- }
- }
-
- /// <remarks/>
- public string Nom {
- get {
- return this.nomField;
- }
- set {
- this.nomField = value;
- }
- }
-
- /// <remarks/>
- public string RaisonSociale1 {
- get {
- return this.raisonSociale1Field;
- }
- set {
- this.raisonSociale1Field = value;
- }
- }
-
- /// <remarks/>
- public string RaisonSociale2 {
- get {
- return this.raisonSociale2Field;
- }
- set {
- this.raisonSociale2Field = value;
- }
- }
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- public delegate void GetByIdCompletedEventHandler(object sender, GetByIdCompletedEventArgs e);
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class GetByIdCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- internal GetByIdCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- /// <remarks/>
- public Tiers Result {
- get {
- this.RaiseExceptionIfNecessary();
- return ((Tiers)(this.results[0]));
- }
- }
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- public delegate void GetByIdsCompletedEventHandler(object sender, GetByIdsCompletedEventArgs e);
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class GetByIdsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- internal GetByIdsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- /// <remarks/>
- public Tiers[] Result {
- get {
- this.RaiseExceptionIfNecessary();
- return ((Tiers[])(this.results[0]));
- }
- }
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- public delegate void GetByCompletedEventHandler(object sender, GetByCompletedEventArgs e);
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class GetByCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- internal GetByCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- /// <remarks/>
- public Tiers Result {
- get {
- this.RaiseExceptionIfNecessary();
- return ((Tiers)(this.results[0]));
- }
- }
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- public delegate void GetAllCompletedEventHandler(object sender, GetAllCompletedEventArgs e);
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class GetAllCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- internal GetAllCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- /// <remarks/>
- public Tiers[] Result {
- get {
- this.RaiseExceptionIfNecessary();
- return ((Tiers[])(this.results[0]));
- }
- }
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- public delegate void GetAllSortedCompletedEventHandler(object sender, GetAllSortedCompletedEventArgs e);
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class GetAllSortedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- internal GetAllSortedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- /// <remarks/>
- public Tiers[] Result {
- get {
- this.RaiseExceptionIfNecessary();
- return ((Tiers[])(this.results[0]));
- }
- }
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- public delegate void GetManyByCompletedEventHandler(object sender, GetManyByCompletedEventArgs e);
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class GetManyByCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- internal GetManyByCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- /// <remarks/>
- public Tiers[] Result {
- get {
- this.RaiseExceptionIfNecessary();
- return ((Tiers[])(this.results[0]));
- }
- }
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- public delegate void GetManyBySortedCompletedEventHandler(object sender, GetManyBySortedCompletedEventArgs e);
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.6.1590.0")]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class GetManyBySortedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- internal GetManyBySortedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- /// <remarks/>
- public Tiers[] Result {
- get {
- this.RaiseExceptionIfNecessary();
- return ((Tiers[])(this.results[0]));
- }
- }
- }
- }
- #pragma warning restore 1591
|