//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
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);
}
///
[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;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string Boxid {
get {
return this.boxidField;
}
set {
this.boxidField = value;
this.RaisePropertyChanged("Boxid");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string Compid {
get {
return this.compidField;
}
set {
this.compidField = value;
this.RaisePropertyChanged("Compid");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string Compname {
get {
return this.compnameField;
}
set {
this.compnameField = value;
this.RaisePropertyChanged("Compname");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string Manufacturer {
get {
return this.manufacturerField;
}
set {
this.manufacturerField = value;
this.RaisePropertyChanged("Manufacturer");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public string Lotno {
get {
return this.lotnoField;
}
set {
this.lotnoField = value;
this.RaisePropertyChanged("Lotno");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
public string Datecode {
get {
return this.datecodeField;
}
set {
this.datecodeField = value;
this.RaisePropertyChanged("Datecode");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
public string Amount {
get {
return this.amountField;
}
set {
this.amountField = value;
this.RaisePropertyChanged("Amount");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
public string Ordercode {
get {
return this.ordercodeField;
}
set {
this.ordercodeField = value;
this.RaisePropertyChanged("Ordercode");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
public string Status {
get {
return this.statusField;
}
set {
this.statusField = value;
this.RaisePropertyChanged("Status");
}
}
///
[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 {
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);
}
}
}