554 lines
20 KiB
C#
554 lines
20 KiB
C#
|
//------------------------------------------------------------------------------
|
|||
|
// <auto-generated>
|
|||
|
// 此代码由工具生成。
|
|||
|
// 运行时版本:4.0.30319.42000
|
|||
|
//
|
|||
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|||
|
// 重新生成代码,这些更改将会丢失。
|
|||
|
// </auto-generated>
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
|
|||
|
namespace DeiNiu.wms.win.ServiceReferenceVender {
|
|||
|
using System.Runtime.Serialization;
|
|||
|
using System;
|
|||
|
|
|||
|
|
|||
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|||
|
[System.Runtime.Serialization.DataContractAttribute(Name="WcfErp_bussinessDoc", Namespace="http://schemas.datacontract.org/2004/07/DeiNiu.Wcf")]
|
|||
|
[System.SerializableAttribute()]
|
|||
|
public partial class WcfErp_bussinessDoc : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|||
|
|
|||
|
[System.NonSerializedAttribute()]
|
|||
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private int IDField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string addressField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string businessCodeField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string businessIdField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string businessNameField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string contactField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string createtimeField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string dftAddressField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private bool drField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string eMailField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string entIdField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string ext1Field;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string ext2Field;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string ext3Field;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string ext4Field;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string faxField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string invoiceAddressField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string invoiceHeadField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string invoiceNoField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string lastmodifiedField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string mangerField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string memField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private int operaterField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string phoneField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string pinyinField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private int statusField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private int typeField;
|
|||
|
|
|||
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|||
|
private string zipCodeField;
|
|||
|
|
|||
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|||
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|||
|
get {
|
|||
|
return this.extensionDataField;
|
|||
|
}
|
|||
|
set {
|
|||
|
this.extensionDataField = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public int ID {
|
|||
|
get {
|
|||
|
return this.IDField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((this.IDField.Equals(value) != true)) {
|
|||
|
this.IDField = value;
|
|||
|
this.RaisePropertyChanged("ID");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string address {
|
|||
|
get {
|
|||
|
return this.addressField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.addressField, value) != true)) {
|
|||
|
this.addressField = value;
|
|||
|
this.RaisePropertyChanged("address");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string businessCode {
|
|||
|
get {
|
|||
|
return this.businessCodeField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.businessCodeField, value) != true)) {
|
|||
|
this.businessCodeField = value;
|
|||
|
this.RaisePropertyChanged("businessCode");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string businessId {
|
|||
|
get {
|
|||
|
return this.businessIdField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.businessIdField, value) != true)) {
|
|||
|
this.businessIdField = value;
|
|||
|
this.RaisePropertyChanged("businessId");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string businessName {
|
|||
|
get {
|
|||
|
return this.businessNameField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.businessNameField, value) != true)) {
|
|||
|
this.businessNameField = value;
|
|||
|
this.RaisePropertyChanged("businessName");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string contact {
|
|||
|
get {
|
|||
|
return this.contactField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.contactField, value) != true)) {
|
|||
|
this.contactField = value;
|
|||
|
this.RaisePropertyChanged("contact");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string createtime {
|
|||
|
get {
|
|||
|
return this.createtimeField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.createtimeField, value) != true)) {
|
|||
|
this.createtimeField = value;
|
|||
|
this.RaisePropertyChanged("createtime");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string dftAddress {
|
|||
|
get {
|
|||
|
return this.dftAddressField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.dftAddressField, value) != true)) {
|
|||
|
this.dftAddressField = value;
|
|||
|
this.RaisePropertyChanged("dftAddress");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public bool dr {
|
|||
|
get {
|
|||
|
return this.drField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((this.drField.Equals(value) != true)) {
|
|||
|
this.drField = value;
|
|||
|
this.RaisePropertyChanged("dr");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string eMail {
|
|||
|
get {
|
|||
|
return this.eMailField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.eMailField, value) != true)) {
|
|||
|
this.eMailField = value;
|
|||
|
this.RaisePropertyChanged("eMail");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string entId {
|
|||
|
get {
|
|||
|
return this.entIdField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.entIdField, value) != true)) {
|
|||
|
this.entIdField = value;
|
|||
|
this.RaisePropertyChanged("entId");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string ext1 {
|
|||
|
get {
|
|||
|
return this.ext1Field;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.ext1Field, value) != true)) {
|
|||
|
this.ext1Field = value;
|
|||
|
this.RaisePropertyChanged("ext1");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string ext2 {
|
|||
|
get {
|
|||
|
return this.ext2Field;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.ext2Field, value) != true)) {
|
|||
|
this.ext2Field = value;
|
|||
|
this.RaisePropertyChanged("ext2");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string ext3 {
|
|||
|
get {
|
|||
|
return this.ext3Field;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.ext3Field, value) != true)) {
|
|||
|
this.ext3Field = value;
|
|||
|
this.RaisePropertyChanged("ext3");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string ext4 {
|
|||
|
get {
|
|||
|
return this.ext4Field;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.ext4Field, value) != true)) {
|
|||
|
this.ext4Field = value;
|
|||
|
this.RaisePropertyChanged("ext4");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string fax {
|
|||
|
get {
|
|||
|
return this.faxField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.faxField, value) != true)) {
|
|||
|
this.faxField = value;
|
|||
|
this.RaisePropertyChanged("fax");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string invoiceAddress {
|
|||
|
get {
|
|||
|
return this.invoiceAddressField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.invoiceAddressField, value) != true)) {
|
|||
|
this.invoiceAddressField = value;
|
|||
|
this.RaisePropertyChanged("invoiceAddress");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string invoiceHead {
|
|||
|
get {
|
|||
|
return this.invoiceHeadField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.invoiceHeadField, value) != true)) {
|
|||
|
this.invoiceHeadField = value;
|
|||
|
this.RaisePropertyChanged("invoiceHead");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string invoiceNo {
|
|||
|
get {
|
|||
|
return this.invoiceNoField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.invoiceNoField, value) != true)) {
|
|||
|
this.invoiceNoField = value;
|
|||
|
this.RaisePropertyChanged("invoiceNo");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string lastmodified {
|
|||
|
get {
|
|||
|
return this.lastmodifiedField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.lastmodifiedField, value) != true)) {
|
|||
|
this.lastmodifiedField = value;
|
|||
|
this.RaisePropertyChanged("lastmodified");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string manger {
|
|||
|
get {
|
|||
|
return this.mangerField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.mangerField, value) != true)) {
|
|||
|
this.mangerField = value;
|
|||
|
this.RaisePropertyChanged("manger");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string mem {
|
|||
|
get {
|
|||
|
return this.memField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.memField, value) != true)) {
|
|||
|
this.memField = value;
|
|||
|
this.RaisePropertyChanged("mem");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public int operater {
|
|||
|
get {
|
|||
|
return this.operaterField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((this.operaterField.Equals(value) != true)) {
|
|||
|
this.operaterField = value;
|
|||
|
this.RaisePropertyChanged("operater");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string phone {
|
|||
|
get {
|
|||
|
return this.phoneField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.phoneField, value) != true)) {
|
|||
|
this.phoneField = value;
|
|||
|
this.RaisePropertyChanged("phone");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string pinyin {
|
|||
|
get {
|
|||
|
return this.pinyinField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.pinyinField, value) != true)) {
|
|||
|
this.pinyinField = value;
|
|||
|
this.RaisePropertyChanged("pinyin");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public int status {
|
|||
|
get {
|
|||
|
return this.statusField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((this.statusField.Equals(value) != true)) {
|
|||
|
this.statusField = value;
|
|||
|
this.RaisePropertyChanged("status");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public int type {
|
|||
|
get {
|
|||
|
return this.typeField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((this.typeField.Equals(value) != true)) {
|
|||
|
this.typeField = value;
|
|||
|
this.RaisePropertyChanged("type");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|||
|
public string zipCode {
|
|||
|
get {
|
|||
|
return this.zipCodeField;
|
|||
|
}
|
|||
|
set {
|
|||
|
if ((object.ReferenceEquals(this.zipCodeField, value) != true)) {
|
|||
|
this.zipCodeField = value;
|
|||
|
this.RaisePropertyChanged("zipCode");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
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")]
|
|||
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceReferenceVender.IErp_bussinessDoc")]
|
|||
|
public interface IErp_bussinessDoc {
|
|||
|
|
|||
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IErp_bussinessDoc/query", ReplyAction="http://tempuri.org/IErp_bussinessDoc/queryResponse")]
|
|||
|
System.Data.DataSet query(string querystr, int rownumStart, int rownumEnd);
|
|||
|
|
|||
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IErp_bussinessDoc/add", ReplyAction="http://tempuri.org/IErp_bussinessDoc/addResponse")]
|
|||
|
int add(DeiNiu.wms.win.ServiceReferenceVender.WcfErp_bussinessDoc wcfData);
|
|||
|
|
|||
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IErp_bussinessDoc/update", ReplyAction="http://tempuri.org/IErp_bussinessDoc/updateResponse")]
|
|||
|
int update(DeiNiu.wms.win.ServiceReferenceVender.WcfErp_bussinessDoc wcfData);
|
|||
|
|
|||
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IErp_bussinessDoc/delete", ReplyAction="http://tempuri.org/IErp_bussinessDoc/deleteResponse")]
|
|||
|
int delete(DeiNiu.wms.win.ServiceReferenceVender.WcfErp_bussinessDoc wcfData);
|
|||
|
}
|
|||
|
|
|||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|||
|
public interface IErp_bussinessDocChannel : DeiNiu.wms.win.ServiceReferenceVender.IErp_bussinessDoc, System.ServiceModel.IClientChannel {
|
|||
|
}
|
|||
|
|
|||
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|||
|
public partial class Erp_bussinessDocClient : System.ServiceModel.ClientBase<DeiNiu.wms.win.ServiceReferenceVender.IErp_bussinessDoc>, DeiNiu.wms.win.ServiceReferenceVender.IErp_bussinessDoc {
|
|||
|
|
|||
|
public Erp_bussinessDocClient() {
|
|||
|
}
|
|||
|
|
|||
|
public Erp_bussinessDocClient(string endpointConfigurationName) :
|
|||
|
base(endpointConfigurationName) {
|
|||
|
}
|
|||
|
|
|||
|
public Erp_bussinessDocClient(string endpointConfigurationName, string remoteAddress) :
|
|||
|
base(endpointConfigurationName, remoteAddress) {
|
|||
|
}
|
|||
|
|
|||
|
public Erp_bussinessDocClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|||
|
base(endpointConfigurationName, remoteAddress) {
|
|||
|
}
|
|||
|
|
|||
|
public Erp_bussinessDocClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|||
|
base(binding, remoteAddress) {
|
|||
|
}
|
|||
|
|
|||
|
public System.Data.DataSet query(string querystr, int rownumStart, int rownumEnd) {
|
|||
|
return base.Channel.query(querystr, rownumStart, rownumEnd);
|
|||
|
}
|
|||
|
|
|||
|
public int add(DeiNiu.wms.win.ServiceReferenceVender.WcfErp_bussinessDoc wcfData) {
|
|||
|
return base.Channel.add(wcfData);
|
|||
|
}
|
|||
|
|
|||
|
public int update(DeiNiu.wms.win.ServiceReferenceVender.WcfErp_bussinessDoc wcfData) {
|
|||
|
return base.Channel.update(wcfData);
|
|||
|
}
|
|||
|
|
|||
|
public int delete(DeiNiu.wms.win.ServiceReferenceVender.WcfErp_bussinessDoc wcfData) {
|
|||
|
return base.Channel.delete(wcfData);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|