Advertisement
fabroPaste

Untitled

Jan 26th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 22.43 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:4.0.30319.42000
  5. //
  6. //     Changes to this file may cause incorrect behavior and will be lost if
  7. //     the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10.  
  11. namespace stack.ServRef {
  12.    
  13.    
  14.     /// <remarks/>
  15.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1087.0")]
  16.     [System.SerializableAttribute()]
  17.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  18.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  19.     [System.Xml.Serialization.XmlTypeAttribute(TypeName="Z_CA_WS_ARS_AFC_GET_SCH_CC.RfcException", Namespace="urn:sap-com:document:sap:rfc:functions")]
  20.     public partial class Z_CA_WS_ARS_AFC_GET_SCH_CCRfcException : object, System.ComponentModel.INotifyPropertyChanged {
  21.        
  22.         private Z_CA_WS_ARS_AFC_GET_SCH_CCRfcExceptions nameField;
  23.        
  24.         private string textField;
  25.        
  26.         private RfcExceptionMessage messageField;
  27.        
  28.         /// <remarks/>
  29.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  30.         public Z_CA_WS_ARS_AFC_GET_SCH_CCRfcExceptions Name {
  31.             get {
  32.                 return this.nameField;
  33.             }
  34.             set {
  35.                 this.nameField = value;
  36.                 this.RaisePropertyChanged("Name");
  37.             }
  38.         }
  39.        
  40.         /// <remarks/>
  41.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  42.         public string Text {
  43.             get {
  44.                 return this.textField;
  45.             }
  46.             set {
  47.                 this.textField = value;
  48.                 this.RaisePropertyChanged("Text");
  49.             }
  50.         }
  51.        
  52.         /// <remarks/>
  53.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  54.         public RfcExceptionMessage Message {
  55.             get {
  56.                 return this.messageField;
  57.             }
  58.             set {
  59.                 this.messageField = value;
  60.                 this.RaisePropertyChanged("Message");
  61.             }
  62.         }
  63.        
  64.         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  65.        
  66.         protected void RaisePropertyChanged(string propertyName) {
  67.             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  68.             if ((propertyChanged != null)) {
  69.                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  70.             }
  71.         }
  72.     }
  73.    
  74.     /// <remarks/>
  75.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1087.0")]
  76.     [System.SerializableAttribute()]
  77.     [System.Xml.Serialization.XmlTypeAttribute(TypeName="Z_CA_WS_ARS_AFC_GET_SCH_CC.RfcExceptions", Namespace="urn:sap-com:document:sap:rfc:functions")]
  78.     public enum Z_CA_WS_ARS_AFC_GET_SCH_CCRfcExceptions {
  79.        
  80.         /// <remarks/>
  81.         PARAMETER_ERROR,
  82.     }
  83.    
  84.     /// <remarks/>
  85.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1087.0")]
  86.     [System.SerializableAttribute()]
  87.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  88.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  89.     [System.Xml.Serialization.XmlTypeAttribute(TypeName="RfcException.Message", Namespace="urn:sap-com:document:sap:rfc:functions")]
  90.     public partial class RfcExceptionMessage : object, System.ComponentModel.INotifyPropertyChanged {
  91.        
  92.         private string idField;
  93.        
  94.         private string numberField;
  95.        
  96.         /// <remarks/>
  97.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  98.         public string ID {
  99.             get {
  100.                 return this.idField;
  101.             }
  102.             set {
  103.                 this.idField = value;
  104.                 this.RaisePropertyChanged("ID");
  105.             }
  106.         }
  107.        
  108.         /// <remarks/>
  109.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  110.         public string Number {
  111.             get {
  112.                 return this.numberField;
  113.             }
  114.             set {
  115.                 this.numberField = value;
  116.                 this.RaisePropertyChanged("Number");
  117.             }
  118.         }
  119.        
  120.         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  121.        
  122.         protected void RaisePropertyChanged(string propertyName) {
  123.             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  124.             if ((propertyChanged != null)) {
  125.                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  126.             }
  127.         }
  128.     }
  129.    
  130.     /// <remarks/>
  131.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1087.0")]
  132.     [System.SerializableAttribute()]
  133.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  134.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  135.     [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")]
  136.     public partial class ZCA_SCH_CC : object, System.ComponentModel.INotifyPropertyChanged {
  137.        
  138.         private string mANDTField;
  139.        
  140.         private byte[] gUIDField;
  141.        
  142.         private string iD_OFFField;
  143.        
  144.         private string pAYField;
  145.        
  146.         /// <remarks/>
  147.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  148.         public string MANDT {
  149.             get {
  150.                 return this.mANDTField;
  151.             }
  152.             set {
  153.                 this.mANDTField = value;
  154.                 this.RaisePropertyChanged("MANDT");
  155.             }
  156.         }
  157.        
  158.         /// <remarks/>
  159.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="base64Binary", Order=1)]
  160.         public byte[] GUID {
  161.             get {
  162.                 return this.gUIDField;
  163.             }
  164.             set {
  165.                 this.gUIDField = value;
  166.                 this.RaisePropertyChanged("GUID");
  167.             }
  168.         }
  169.        
  170.         /// <remarks/>
  171.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  172.         public string ID_OFF {
  173.             get {
  174.                 return this.iD_OFFField;
  175.             }
  176.             set {
  177.                 this.iD_OFFField = value;
  178.                 this.RaisePropertyChanged("ID_OFF");
  179.             }
  180.         }
  181.        
  182.         /// <remarks/>
  183.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  184.         public string PAY {
  185.             get {
  186.                 return this.pAYField;
  187.             }
  188.             set {
  189.                 this.pAYField = value;
  190.                 this.RaisePropertyChanged("PAY");
  191.             }
  192.         }
  193.        
  194.         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  195.        
  196.         protected void RaisePropertyChanged(string propertyName) {
  197.             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  198.             if ((propertyChanged != null)) {
  199.                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  200.             }
  201.         }
  202.     }
  203.    
  204.     /// <remarks/>
  205.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1087.0")]
  206.     [System.SerializableAttribute()]
  207.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  208.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  209.     [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")]
  210.     public partial class ZOFF_S : object, System.ComponentModel.INotifyPropertyChanged {
  211.        
  212.         private string iD_OFFField;
  213.        
  214.         /// <remarks/>
  215.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  216.         public string ID_OFF {
  217.             get {
  218.                 return this.iD_OFFField;
  219.             }
  220.             set {
  221.                 this.iD_OFFField = value;
  222.                 this.RaisePropertyChanged("ID_OFF");
  223.             }
  224.         }
  225.        
  226.         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  227.        
  228.         protected void RaisePropertyChanged(string propertyName) {
  229.             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  230.             if ((propertyChanged != null)) {
  231.                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  232.             }
  233.         }
  234.     }
  235.    
  236.     /// <remarks/>
  237.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1087.0")]
  238.     [System.SerializableAttribute()]
  239.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  240.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  241.     [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")]
  242.     public partial class CRMT_ERMS_NAME_VALUE : object, System.ComponentModel.INotifyPropertyChanged {
  243.        
  244.         private string nAMEField;
  245.        
  246.         private string vALUEField;
  247.        
  248.         /// <remarks/>
  249.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  250.         public string NAME {
  251.             get {
  252.                 return this.nAMEField;
  253.             }
  254.             set {
  255.                 this.nAMEField = value;
  256.                 this.RaisePropertyChanged("NAME");
  257.             }
  258.         }
  259.        
  260.         /// <remarks/>
  261.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  262.         public string VALUE {
  263.             get {
  264.                 return this.vALUEField;
  265.             }
  266.             set {
  267.                 this.vALUEField = value;
  268.                 this.RaisePropertyChanged("VALUE");
  269.             }
  270.         }
  271.        
  272.         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  273.        
  274.         protected void RaisePropertyChanged(string propertyName) {
  275.             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  276.             if ((propertyChanged != null)) {
  277.                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  278.             }
  279.         }
  280.     }
  281.    
  282.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  283.     [System.ServiceModel.ServiceContractAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", ConfigurationName="ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC")]
  284.     public interface Z_CA_WS_ARS_AFC_GET_SCH_CC {
  285.        
  286.         // CODEGEN: Generating message contract since the operation Z_CA_WS_ARS_AFC_GET_SCH_CC is neither RPC nor document wrapped.
  287.         [System.ServiceModel.OperationContractAttribute(Action="urn:sap-com:document:sap:rfc:functions:Z_CA_WS_ARS_AFC_GET_SCH_CC:Z_CA_WS_ARS_AFC" +
  288.             "_GET_SCH_CCRequest", ReplyAction="*")]
  289.         [System.ServiceModel.FaultContractAttribute(typeof(stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCRfcException), Action="urn:sap-com:document:sap:rfc:functions:Z_CA_WS_ARS_AFC_GET_SCH_CC:Z_CA_WS_ARS_AFC" +
  290.             "_GET_SCH_CCRequest", Name="Z_CA_WS_ARS_AFC_GET_SCH_CC.Exception")]
  291.         [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  292.         stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse1 Z_CA_WS_ARS_AFC_GET_SCH_CC(stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCRequest request);
  293.        
  294.         [System.ServiceModel.OperationContractAttribute(Action="urn:sap-com:document:sap:rfc:functions:Z_CA_WS_ARS_AFC_GET_SCH_CC:Z_CA_WS_ARS_AFC" +
  295.             "_GET_SCH_CCRequest", ReplyAction="*")]
  296.         System.Threading.Tasks.Task<stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse1> Z_CA_WS_ARS_AFC_GET_SCH_CCAsync(stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCRequest request);
  297.     }
  298.    
  299.     /// <remarks/>
  300.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1087.0")]
  301.     [System.SerializableAttribute()]
  302.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  303.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  304.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
  305.     public partial class Z_CA_WS_ARS_AFC_GET_SCH_CC : object, System.ComponentModel.INotifyPropertyChanged {
  306.        
  307.         private CRMT_ERMS_NAME_VALUE[] iT_GENERICField;
  308.        
  309.         private ZOFF_S[] iT_OFFSField;
  310.        
  311.         private string iV_BPField;
  312.        
  313.         private string iV_SYS_CALLField;
  314.        
  315.         private string iV_PAYField;
  316.        
  317.         /// <remarks/>
  318.         [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  319.         [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  320.         public CRMT_ERMS_NAME_VALUE[] IT_GENERIC {
  321.             get {
  322.                 return this.iT_GENERICField;
  323.             }
  324.             set {
  325.                 this.iT_GENERICField = value;
  326.                 this.RaisePropertyChanged("IT_GENERIC");
  327.             }
  328.         }
  329.        
  330.         /// <remarks/>
  331.         [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  332.         [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  333.         public ZOFF_S[] IT_OFFS {
  334.             get {
  335.                 return this.iT_OFFSField;
  336.             }
  337.             set {
  338.                 this.iT_OFFSField = value;
  339.                 this.RaisePropertyChanged("IT_OFFS");
  340.             }
  341.         }
  342.        
  343.         /// <remarks/>
  344.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  345.         public string IV_BP {
  346.             get {
  347.                 return this.iV_BPField;
  348.             }
  349.             set {
  350.                 this.iV_BPField = value;
  351.                 this.RaisePropertyChanged("IV_BP");
  352.             }
  353.         }
  354.        
  355.         /// <remarks/>
  356.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  357.         public string IV_SYS_CALL {
  358.             get {
  359.                 return this.iV_SYS_CALLField;
  360.             }
  361.             set {
  362.                 this.iV_SYS_CALLField = value;
  363.                 this.RaisePropertyChanged("IV_SYS_CALL");
  364.             }
  365.         }
  366.        
  367.         /// <remarks/>
  368.         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
  369.         public string IV_PAY {
  370.             get {
  371.                 return this.iV_PAYField;
  372.             }
  373.             set {
  374.                 this.iV_PAYField = value;
  375.                 this.RaisePropertyChanged("IV_PAY");
  376.             }
  377.         }
  378.        
  379.         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  380.        
  381.         protected void RaisePropertyChanged(string propertyName) {
  382.             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  383.             if ((propertyChanged != null)) {
  384.                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  385.             }
  386.         }
  387.     }
  388.    
  389.     /// <remarks/>
  390.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1087.0")]
  391.     [System.SerializableAttribute()]
  392.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  393.     [System.ComponentModel.DesignerCategoryAttribute("code")]
  394.     [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
  395.     public partial class Z_CA_WS_ARS_AFC_GET_SCH_CCResponse : object, System.ComponentModel.INotifyPropertyChanged {
  396.        
  397.         private ZCA_SCH_CC[] eT_SCH_CCField;
  398.        
  399.         /// <remarks/>
  400.         [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  401.         [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  402.         public ZCA_SCH_CC[] ET_SCH_CC {
  403.             get {
  404.                 return this.eT_SCH_CCField;
  405.             }
  406.             set {
  407.                 this.eT_SCH_CCField = value;
  408.                 this.RaisePropertyChanged("ET_SCH_CC");
  409.             }
  410.         }
  411.        
  412.         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  413.        
  414.         protected void RaisePropertyChanged(string propertyName) {
  415.             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  416.             if ((propertyChanged != null)) {
  417.                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  418.             }
  419.         }
  420.     }
  421.    
  422.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  423.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  424.     [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  425.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  426.     public partial class Z_CA_WS_ARS_AFC_GET_SCH_CCRequest {
  427.        
  428.         [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
  429.         public stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC Z_CA_WS_ARS_AFC_GET_SCH_CC;
  430.        
  431.         public Z_CA_WS_ARS_AFC_GET_SCH_CCRequest() {
  432.         }
  433.        
  434.         public Z_CA_WS_ARS_AFC_GET_SCH_CCRequest(stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC Z_CA_WS_ARS_AFC_GET_SCH_CC) {
  435.             this.Z_CA_WS_ARS_AFC_GET_SCH_CC = Z_CA_WS_ARS_AFC_GET_SCH_CC;
  436.         }
  437.     }
  438.    
  439.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  440.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  441.     [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  442.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  443.     public partial class Z_CA_WS_ARS_AFC_GET_SCH_CCResponse1 {
  444.        
  445.         [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
  446.         public stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse Z_CA_WS_ARS_AFC_GET_SCH_CCResponse;
  447.        
  448.         public Z_CA_WS_ARS_AFC_GET_SCH_CCResponse1() {
  449.         }
  450.        
  451.         public Z_CA_WS_ARS_AFC_GET_SCH_CCResponse1(stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse Z_CA_WS_ARS_AFC_GET_SCH_CCResponse) {
  452.             this.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse = Z_CA_WS_ARS_AFC_GET_SCH_CCResponse;
  453.         }
  454.     }
  455.    
  456.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  457.     public interface Z_CA_WS_ARS_AFC_GET_SCH_CCChannel : stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC, System.ServiceModel.IClientChannel {
  458.     }
  459.    
  460.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  461.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  462.     public partial class Z_CA_WS_ARS_AFC_GET_SCH_CCClient : System.ServiceModel.ClientBase<stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC>, stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC {
  463.        
  464.         public Z_CA_WS_ARS_AFC_GET_SCH_CCClient() {
  465.         }
  466.        
  467.         public Z_CA_WS_ARS_AFC_GET_SCH_CCClient(string endpointConfigurationName) :
  468.                 base(endpointConfigurationName) {
  469.         }
  470.        
  471.         public Z_CA_WS_ARS_AFC_GET_SCH_CCClient(string endpointConfigurationName, string remoteAddress) :
  472.                 base(endpointConfigurationName, remoteAddress) {
  473.         }
  474.        
  475.         public Z_CA_WS_ARS_AFC_GET_SCH_CCClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  476.                 base(endpointConfigurationName, remoteAddress) {
  477.         }
  478.        
  479.         public Z_CA_WS_ARS_AFC_GET_SCH_CCClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  480.                 base(binding, remoteAddress) {
  481.         }
  482.        
  483.         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  484.         stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse1 stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC.Z_CA_WS_ARS_AFC_GET_SCH_CC(stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCRequest request) {
  485.             return base.Channel.Z_CA_WS_ARS_AFC_GET_SCH_CC(request);
  486.         }
  487.        
  488.         public stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse Z_CA_WS_ARS_AFC_GET_SCH_CC(stack.ServRef.stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC Z_CA_WS_ARS_AFC_GET_SCH_CC1) {
  489.             stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCRequest inValue = new stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCRequest();
  490.             inValue.Z_CA_WS_ARS_AFC_GET_SCH_CC = Z_CA_WS_ARS_AFC_GET_SCH_CC1;
  491.             stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse1 retVal = ((stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC)(this)).Z_CA_WS_ARS_AFC_GET_SCH_CC(inValue);
  492.             return retVal.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse;
  493.         }
  494.        
  495.         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  496.         System.Threading.Tasks.Task<stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse1> stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC.Z_CA_WS_ARS_AFC_GET_SCH_CCAsync(stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCRequest request) {
  497.             return base.Channel.Z_CA_WS_ARS_AFC_GET_SCH_CCAsync(request);
  498.         }
  499.        
  500.         public System.Threading.Tasks.Task<stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCResponse1> Z_CA_WS_ARS_AFC_GET_SCH_CCAsync(stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC Z_CA_WS_ARS_AFC_GET_SCH_CC) {
  501.             stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCRequest inValue = new stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CCRequest();
  502.             inValue.Z_CA_WS_ARS_AFC_GET_SCH_CC = Z_CA_WS_ARS_AFC_GET_SCH_CC;
  503.             return ((stack.ServRef.Z_CA_WS_ARS_AFC_GET_SCH_CC)(this)).Z_CA_WS_ARS_AFC_GET_SCH_CCAsync(inValue);
  504.         }
  505.     }
  506. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement