//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace NFine.Application.CreateAPBill { 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="CustCreateApBySrcDocSrv.CreateAPBillModel", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc")] [System.SerializableAttribute()] public partial class CustCreateApBySrcDocSrvCreateAPBillModel : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DepCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MUSERField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SubjectCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VenPayCondField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string WorkPointField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cContactCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cContactNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cPBVBillTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cPBVCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cPBVMakerField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cVenAccountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cVenBankField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cVenCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string dPBVDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string dVouDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillLineModel[] detailsField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string iPBVTaxRateField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string DepCode { get { return this.DepCodeField; } set { if ((object.ReferenceEquals(this.DepCodeField, value) != true)) { this.DepCodeField = value; this.RaisePropertyChanged("DepCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MUSER { get { return this.MUSERField; } set { if ((object.ReferenceEquals(this.MUSERField, value) != true)) { this.MUSERField = value; this.RaisePropertyChanged("MUSER"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SubjectCode { get { return this.SubjectCodeField; } set { if ((object.ReferenceEquals(this.SubjectCodeField, value) != true)) { this.SubjectCodeField = value; this.RaisePropertyChanged("SubjectCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string VenPayCond { get { return this.VenPayCondField; } set { if ((object.ReferenceEquals(this.VenPayCondField, value) != true)) { this.VenPayCondField = value; this.RaisePropertyChanged("VenPayCond"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string WorkPoint { get { return this.WorkPointField; } set { if ((object.ReferenceEquals(this.WorkPointField, value) != true)) { this.WorkPointField = value; this.RaisePropertyChanged("WorkPoint"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string cContactCode { get { return this.cContactCodeField; } set { if ((object.ReferenceEquals(this.cContactCodeField, value) != true)) { this.cContactCodeField = value; this.RaisePropertyChanged("cContactCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string cContactName { get { return this.cContactNameField; } set { if ((object.ReferenceEquals(this.cContactNameField, value) != true)) { this.cContactNameField = value; this.RaisePropertyChanged("cContactName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string cPBVBillType { get { return this.cPBVBillTypeField; } set { if ((object.ReferenceEquals(this.cPBVBillTypeField, value) != true)) { this.cPBVBillTypeField = value; this.RaisePropertyChanged("cPBVBillType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string cPBVCode { get { return this.cPBVCodeField; } set { if ((object.ReferenceEquals(this.cPBVCodeField, value) != true)) { this.cPBVCodeField = value; this.RaisePropertyChanged("cPBVCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string cPBVMaker { get { return this.cPBVMakerField; } set { if ((object.ReferenceEquals(this.cPBVMakerField, value) != true)) { this.cPBVMakerField = value; this.RaisePropertyChanged("cPBVMaker"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string cVenAccount { get { return this.cVenAccountField; } set { if ((object.ReferenceEquals(this.cVenAccountField, value) != true)) { this.cVenAccountField = value; this.RaisePropertyChanged("cVenAccount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string cVenBank { get { return this.cVenBankField; } set { if ((object.ReferenceEquals(this.cVenBankField, value) != true)) { this.cVenBankField = value; this.RaisePropertyChanged("cVenBank"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string cVenCode { get { return this.cVenCodeField; } set { if ((object.ReferenceEquals(this.cVenCodeField, value) != true)) { this.cVenCodeField = value; this.RaisePropertyChanged("cVenCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string dPBVDate { get { return this.dPBVDateField; } set { if ((object.ReferenceEquals(this.dPBVDateField, value) != true)) { this.dPBVDateField = value; this.RaisePropertyChanged("dPBVDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string dVouDate { get { return this.dVouDateField; } set { if ((object.ReferenceEquals(this.dVouDateField, value) != true)) { this.dVouDateField = value; this.RaisePropertyChanged("dVouDate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillLineModel[] details { get { return this.detailsField; } set { if ((object.ReferenceEquals(this.detailsField, value) != true)) { this.detailsField = value; this.RaisePropertyChanged("details"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string iPBVTaxRate { get { return this.iPBVTaxRateField; } set { if ((object.ReferenceEquals(this.iPBVTaxRateField, value) != true)) { this.iPBVTaxRateField = value; this.RaisePropertyChanged("iPBVTaxRate"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="CustCreateApBySrcDocSrv.CreateAPBillLineModel", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc")] [System.SerializableAttribute()] public partial class CustCreateApBySrcDocSrvCreateAPBillLineModel : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MonthField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ReturnDocIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ReturnDocLineIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string WorkPointField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string YearField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cInvCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string iPBVQuantityField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string Month { get { return this.MonthField; } set { if ((object.ReferenceEquals(this.MonthField, value) != true)) { this.MonthField = value; this.RaisePropertyChanged("Month"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ReturnDocID { get { return this.ReturnDocIDField; } set { if ((object.ReferenceEquals(this.ReturnDocIDField, value) != true)) { this.ReturnDocIDField = value; this.RaisePropertyChanged("ReturnDocID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ReturnDocLineID { get { return this.ReturnDocLineIDField; } set { if ((object.ReferenceEquals(this.ReturnDocLineIDField, value) != true)) { this.ReturnDocLineIDField = value; this.RaisePropertyChanged("ReturnDocLineID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string WorkPoint { get { return this.WorkPointField; } set { if ((object.ReferenceEquals(this.WorkPointField, value) != true)) { this.WorkPointField = value; this.RaisePropertyChanged("WorkPoint"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Year { get { return this.YearField; } set { if ((object.ReferenceEquals(this.YearField, value) != true)) { this.YearField = value; this.RaisePropertyChanged("Year"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string cInvCode { get { return this.cInvCodeField; } set { if ((object.ReferenceEquals(this.cInvCodeField, value) != true)) { this.cInvCodeField = value; this.RaisePropertyChanged("cInvCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string iPBVQuantity { get { return this.iPBVQuantityField; } set { if ((object.ReferenceEquals(this.iPBVQuantityField, value) != true)) { this.iPBVQuantityField = value; this.RaisePropertyChanged("iPBVQuantity"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="CustCreateApBySrcDocSrv.ReturnNEWModel", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.Cust.CreateApBillBySrcDoc")] [System.SerializableAttribute()] public partial class CustCreateApBySrcDocSrvReturnNEWModel : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DocNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool IsSuccessField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MESSAGEField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string DocNo { get { return this.DocNoField; } set { if ((object.ReferenceEquals(this.DocNoField, value) != true)) { this.DocNoField = value; this.RaisePropertyChanged("DocNo"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool IsSuccess { get { return this.IsSuccessField; } set { if ((this.IsSuccessField.Equals(value) != true)) { this.IsSuccessField = value; this.RaisePropertyChanged("IsSuccess"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MESSAGE { get { return this.MESSAGEField; } set { if ((object.ReferenceEquals(this.MESSAGEField, value) != true)) { this.MESSAGEField = value; this.RaisePropertyChanged("MESSAGE"); } } } 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="CreateAPBill.ICreateAPBill")] public interface ICreateAPBill { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICreateAPBill/CustCreateAPBill", ReplyAction="http://tempuri.org/ICreateAPBill/CustCreateAPBillResponse")] NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvReturnNEWModel CustCreateAPBill(NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillModel[] APBillList); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICreateAPBill/CustCreateAPBill", ReplyAction="http://tempuri.org/ICreateAPBill/CustCreateAPBillResponse")] System.Threading.Tasks.Task CustCreateAPBillAsync(NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillModel[] APBillList); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface ICreateAPBillChannel : NFine.Application.CreateAPBill.ICreateAPBill, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class CreateAPBillClient : System.ServiceModel.ClientBase, NFine.Application.CreateAPBill.ICreateAPBill { public CreateAPBillClient() { } public CreateAPBillClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public CreateAPBillClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public CreateAPBillClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public CreateAPBillClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvReturnNEWModel CustCreateAPBill(NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillModel[] APBillList) { return base.Channel.CustCreateAPBill(APBillList); } public System.Threading.Tasks.Task CustCreateAPBillAsync(NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvCreateAPBillModel[] APBillList) { return base.Channel.CustCreateAPBillAsync(APBillList); } } }