257 lines
		
	
	
		
			9.8 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			257 lines
		
	
	
		
			9.8 KiB
		
	
	
	
		
			C#
		
	
	
	
| //------------------------------------------------------------------------------
 | |
| // <auto-generated>
 | |
| //     此代码由工具生成。
 | |
| //     运行时版本:4.0.30319.42000
 | |
| //
 | |
| //     对此文件的更改可能会导致不正确的行为,并且如果
 | |
| //     重新生成代码,这些更改将会丢失。
 | |
| // </auto-generated>
 | |
| //------------------------------------------------------------------------------
 | |
| 
 | |
| namespace DeiNiu.wms.win.ServiceReferenceOwner {
 | |
|     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="WcfOwner", Namespace="http://schemas.datacontract.org/2004/07/DeiNiu.Wcf")]
 | |
|     [System.SerializableAttribute()]
 | |
|     public partial class WcfOwner : 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 createtimeField;
 | |
|         
 | |
|         [System.Runtime.Serialization.OptionalFieldAttribute()]
 | |
|         private string descriptionField;
 | |
|         
 | |
|         [System.Runtime.Serialization.OptionalFieldAttribute()]
 | |
|         private bool drField;
 | |
|         
 | |
|         [System.Runtime.Serialization.OptionalFieldAttribute()]
 | |
|         private string lastmodifiedField;
 | |
|         
 | |
|         [System.Runtime.Serialization.OptionalFieldAttribute()]
 | |
|         private int lotIdField;
 | |
|         
 | |
|         [System.Runtime.Serialization.OptionalFieldAttribute()]
 | |
|         private int operaterField;
 | |
|         
 | |
|         [System.Runtime.Serialization.OptionalFieldAttribute()]
 | |
|         private string ownerCodeField;
 | |
|         
 | |
|         [System.Runtime.Serialization.OptionalFieldAttribute()]
 | |
|         private string ownerNameField;
 | |
|         
 | |
|         [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 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 description {
 | |
|             get {
 | |
|                 return this.descriptionField;
 | |
|             }
 | |
|             set {
 | |
|                 if ((object.ReferenceEquals(this.descriptionField, value) != true)) {
 | |
|                     this.descriptionField = value;
 | |
|                     this.RaisePropertyChanged("description");
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 lastmodified {
 | |
|             get {
 | |
|                 return this.lastmodifiedField;
 | |
|             }
 | |
|             set {
 | |
|                 if ((object.ReferenceEquals(this.lastmodifiedField, value) != true)) {
 | |
|                     this.lastmodifiedField = value;
 | |
|                     this.RaisePropertyChanged("lastmodified");
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [System.Runtime.Serialization.DataMemberAttribute()]
 | |
|         public int lotId {
 | |
|             get {
 | |
|                 return this.lotIdField;
 | |
|             }
 | |
|             set {
 | |
|                 if ((this.lotIdField.Equals(value) != true)) {
 | |
|                     this.lotIdField = value;
 | |
|                     this.RaisePropertyChanged("lotId");
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 ownerCode {
 | |
|             get {
 | |
|                 return this.ownerCodeField;
 | |
|             }
 | |
|             set {
 | |
|                 if ((object.ReferenceEquals(this.ownerCodeField, value) != true)) {
 | |
|                     this.ownerCodeField = value;
 | |
|                     this.RaisePropertyChanged("ownerCode");
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [System.Runtime.Serialization.DataMemberAttribute()]
 | |
|         public string ownerName {
 | |
|             get {
 | |
|                 return this.ownerNameField;
 | |
|             }
 | |
|             set {
 | |
|                 if ((object.ReferenceEquals(this.ownerNameField, value) != true)) {
 | |
|                     this.ownerNameField = value;
 | |
|                     this.RaisePropertyChanged("ownerName");
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         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="ServiceReferenceOwner.IOwner")]
 | |
|     public interface IOwner {
 | |
|         
 | |
|         [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOwner/query", ReplyAction="http://tempuri.org/IOwner/queryResponse")]
 | |
|         System.Data.DataSet query(string querystr, int rownumStart, int rownumEnd);
 | |
|         
 | |
|         [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOwner/addNew", ReplyAction="http://tempuri.org/IOwner/addNewResponse")]
 | |
|         int addNew(DeiNiu.wms.win.ServiceReferenceOwner.WcfOwner wcfDate);
 | |
|         
 | |
|         [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOwner/update", ReplyAction="http://tempuri.org/IOwner/updateResponse")]
 | |
|         int update(DeiNiu.wms.win.ServiceReferenceOwner.WcfOwner wcfDate);
 | |
|         
 | |
|         [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOwner/delete", ReplyAction="http://tempuri.org/IOwner/deleteResponse")]
 | |
|         int delete(DeiNiu.wms.win.ServiceReferenceOwner.WcfOwner wcfDate);
 | |
|         
 | |
|         [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOwner/syncNewOwners", ReplyAction="http://tempuri.org/IOwner/syncNewOwnersResponse")]
 | |
|         int syncNewOwners();
 | |
|     }
 | |
|     
 | |
|     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
 | |
|     public interface IOwnerChannel : DeiNiu.wms.win.ServiceReferenceOwner.IOwner, System.ServiceModel.IClientChannel {
 | |
|     }
 | |
|     
 | |
|     [System.Diagnostics.DebuggerStepThroughAttribute()]
 | |
|     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
 | |
|     public partial class OwnerClient : System.ServiceModel.ClientBase<DeiNiu.wms.win.ServiceReferenceOwner.IOwner>, DeiNiu.wms.win.ServiceReferenceOwner.IOwner {
 | |
|         
 | |
|         public OwnerClient() {
 | |
|         }
 | |
|         
 | |
|         public OwnerClient(string endpointConfigurationName) : 
 | |
|                 base(endpointConfigurationName) {
 | |
|         }
 | |
|         
 | |
|         public OwnerClient(string endpointConfigurationName, string remoteAddress) : 
 | |
|                 base(endpointConfigurationName, remoteAddress) {
 | |
|         }
 | |
|         
 | |
|         public OwnerClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : 
 | |
|                 base(endpointConfigurationName, remoteAddress) {
 | |
|         }
 | |
|         
 | |
|         public OwnerClient(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 addNew(DeiNiu.wms.win.ServiceReferenceOwner.WcfOwner wcfDate) {
 | |
|             return base.Channel.addNew(wcfDate);
 | |
|         }
 | |
|         
 | |
|         public int update(DeiNiu.wms.win.ServiceReferenceOwner.WcfOwner wcfDate) {
 | |
|             return base.Channel.update(wcfDate);
 | |
|         }
 | |
|         
 | |
|         public int delete(DeiNiu.wms.win.ServiceReferenceOwner.WcfOwner wcfDate) {
 | |
|             return base.Channel.delete(wcfDate);
 | |
|         }
 | |
|         
 | |
|         public int syncNewOwners() {
 | |
|             return base.Channel.syncNewOwners();
 | |
|         }
 | |
|     }
 | |
| }
 |