123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:4.0.30319.42000
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace UAS_LabelMachine.Vivo_BoxReelRelation {
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ServiceModel.ServiceContractAttribute(ConfigurationName="Vivo_BoxReelRelation.Service1Soap")]
- public interface Service1Soap {
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/HelloWorld", ReplyAction="*")]
- [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
- string HelloWorld();
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCompID", ReplyAction="*")]
- [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
- string getCompID(string createcode, string boxid, string compname, string manufacturer, string lotno, string datecode, int amount, string ordercode, string createuser, string remark);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCompID_V1", ReplyAction="*")]
- [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
- string getCompID_V1(string createcode, string boxid, string compname, string manufacturer, string lotno, string datecode, string brand, int amount, string ordercode, string createuser, string remark);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/insertBoxReelRelation", ReplyAction="*")]
- [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
- string insertBoxReelRelation(string createcode, string manufacturer, string boxID, string compid, string createuser, string remark);
-
- [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getReelListByBoxID", ReplyAction="*")]
- [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
- UAS_LabelMachine.Vivo_BoxReelRelation.ReelEntity[] getReelListByBoxID(string queryCode, string boxID);
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
- public partial class ReelEntity : object, System.ComponentModel.INotifyPropertyChanged {
-
- private string boxidField;
-
- private string compidField;
-
- private string compnameField;
-
- private string manufacturerField;
-
- private string lotnoField;
-
- private string datecodeField;
-
- private string amountField;
-
- private string ordercodeField;
-
- private string statusField;
-
- private string brandField;
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Order=0)]
- public string Boxid {
- get {
- return this.boxidField;
- }
- set {
- this.boxidField = value;
- this.RaisePropertyChanged("Boxid");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Order=1)]
- public string Compid {
- get {
- return this.compidField;
- }
- set {
- this.compidField = value;
- this.RaisePropertyChanged("Compid");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Order=2)]
- public string Compname {
- get {
- return this.compnameField;
- }
- set {
- this.compnameField = value;
- this.RaisePropertyChanged("Compname");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Order=3)]
- public string Manufacturer {
- get {
- return this.manufacturerField;
- }
- set {
- this.manufacturerField = value;
- this.RaisePropertyChanged("Manufacturer");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Order=4)]
- public string Lotno {
- get {
- return this.lotnoField;
- }
- set {
- this.lotnoField = value;
- this.RaisePropertyChanged("Lotno");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Order=5)]
- public string Datecode {
- get {
- return this.datecodeField;
- }
- set {
- this.datecodeField = value;
- this.RaisePropertyChanged("Datecode");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Order=6)]
- public string Amount {
- get {
- return this.amountField;
- }
- set {
- this.amountField = value;
- this.RaisePropertyChanged("Amount");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Order=7)]
- public string Ordercode {
- get {
- return this.ordercodeField;
- }
- set {
- this.ordercodeField = value;
- this.RaisePropertyChanged("Ordercode");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Order=8)]
- public string Status {
- get {
- return this.statusField;
- }
- set {
- this.statusField = value;
- this.RaisePropertyChanged("Status");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Order=9)]
- public string Brand {
- get {
- return this.brandField;
- }
- set {
- this.brandField = value;
- this.RaisePropertyChanged("Brand");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public interface Service1SoapChannel : UAS_LabelMachine.Vivo_BoxReelRelation.Service1Soap, System.ServiceModel.IClientChannel {
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public partial class Service1SoapClient : System.ServiceModel.ClientBase<UAS_LabelMachine.Vivo_BoxReelRelation.Service1Soap>, UAS_LabelMachine.Vivo_BoxReelRelation.Service1Soap {
-
- public Service1SoapClient() {
- }
-
- public Service1SoapClient(string endpointConfigurationName) :
- base(endpointConfigurationName) {
- }
-
- public Service1SoapClient(string endpointConfigurationName, string remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public Service1SoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public Service1SoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
- base(binding, remoteAddress) {
- }
-
- public string HelloWorld() {
- return base.Channel.HelloWorld();
- }
-
- public string getCompID(string createcode, string boxid, string compname, string manufacturer, string lotno, string datecode, int amount, string ordercode, string createuser, string remark) {
- return base.Channel.getCompID(createcode, boxid, compname, manufacturer, lotno, datecode, amount, ordercode, createuser, remark);
- }
-
- public string getCompID_V1(string createcode, string boxid, string compname, string manufacturer, string lotno, string datecode, string brand, int amount, string ordercode, string createuser, string remark) {
- return base.Channel.getCompID_V1(createcode, boxid, compname, manufacturer, lotno, datecode, brand, amount, ordercode, createuser, remark);
- }
-
- public string insertBoxReelRelation(string createcode, string manufacturer, string boxID, string compid, string createuser, string remark) {
- return base.Channel.insertBoxReelRelation(createcode, manufacturer, boxID, compid, createuser, remark);
- }
-
- public UAS_LabelMachine.Vivo_BoxReelRelation.ReelEntity[] getReelListByBoxID(string queryCode, string boxID) {
- return base.Channel.getReelListByBoxID(queryCode, boxID);
- }
- }
- }
|