//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace wcftest.sendToSap { 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="PurchaseOrderEntity", Namespace="http://schemas.datacontract.org/2004/07/iWareSAP.PARAM.Entity")] [System.SerializableAttribute()] public partial class PurchaseOrderEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CoCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CountryField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CreatedByField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime CreatedOnField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CurrencyField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DeletionIndicatorField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DocTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string LastItemField; [System.Runtime.Serialization.OptionalFieldAttribute()] private wcftest.sendToSap.PurchaseOrderMaterialEntity[] MaterialsField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PoNumberField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PurchaseGroupField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PurchaseOrgField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SalesOrderField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SalesOrderItemField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StatusField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VendorCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VendorNameField; [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 CoCode { get { return this.CoCodeField; } set { if ((object.ReferenceEquals(this.CoCodeField, value) != true)) { this.CoCodeField = value; this.RaisePropertyChanged("CoCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Country { get { return this.CountryField; } set { if ((object.ReferenceEquals(this.CountryField, value) != true)) { this.CountryField = value; this.RaisePropertyChanged("Country"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CreatedBy { get { return this.CreatedByField; } set { if ((object.ReferenceEquals(this.CreatedByField, value) != true)) { this.CreatedByField = value; this.RaisePropertyChanged("CreatedBy"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime CreatedOn { get { return this.CreatedOnField; } set { if ((this.CreatedOnField.Equals(value) != true)) { this.CreatedOnField = value; this.RaisePropertyChanged("CreatedOn"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Currency { get { return this.CurrencyField; } set { if ((object.ReferenceEquals(this.CurrencyField, value) != true)) { this.CurrencyField = value; this.RaisePropertyChanged("Currency"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DeletionIndicator { get { return this.DeletionIndicatorField; } set { if ((object.ReferenceEquals(this.DeletionIndicatorField, value) != true)) { this.DeletionIndicatorField = value; this.RaisePropertyChanged("DeletionIndicator"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DocType { get { return this.DocTypeField; } set { if ((object.ReferenceEquals(this.DocTypeField, value) != true)) { this.DocTypeField = value; this.RaisePropertyChanged("DocType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string LastItem { get { return this.LastItemField; } set { if ((object.ReferenceEquals(this.LastItemField, value) != true)) { this.LastItemField = value; this.RaisePropertyChanged("LastItem"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public wcftest.sendToSap.PurchaseOrderMaterialEntity[] Materials { get { return this.MaterialsField; } set { if ((object.ReferenceEquals(this.MaterialsField, value) != true)) { this.MaterialsField = value; this.RaisePropertyChanged("Materials"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PoNumber { get { return this.PoNumberField; } set { if ((object.ReferenceEquals(this.PoNumberField, value) != true)) { this.PoNumberField = value; this.RaisePropertyChanged("PoNumber"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PurchaseGroup { get { return this.PurchaseGroupField; } set { if ((object.ReferenceEquals(this.PurchaseGroupField, value) != true)) { this.PurchaseGroupField = value; this.RaisePropertyChanged("PurchaseGroup"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PurchaseOrg { get { return this.PurchaseOrgField; } set { if ((object.ReferenceEquals(this.PurchaseOrgField, value) != true)) { this.PurchaseOrgField = value; this.RaisePropertyChanged("PurchaseOrg"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SalesOrder { get { return this.SalesOrderField; } set { if ((object.ReferenceEquals(this.SalesOrderField, value) != true)) { this.SalesOrderField = value; this.RaisePropertyChanged("SalesOrder"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SalesOrderItem { get { return this.SalesOrderItemField; } set { if ((object.ReferenceEquals(this.SalesOrderItemField, value) != true)) { this.SalesOrderItemField = value; this.RaisePropertyChanged("SalesOrderItem"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Status { get { return this.StatusField; } set { if ((object.ReferenceEquals(this.StatusField, value) != true)) { this.StatusField = value; this.RaisePropertyChanged("Status"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string VendorCode { get { return this.VendorCodeField; } set { if ((object.ReferenceEquals(this.VendorCodeField, value) != true)) { this.VendorCodeField = value; this.RaisePropertyChanged("VendorCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string VendorName { get { return this.VendorNameField; } set { if ((object.ReferenceEquals(this.VendorNameField, value) != true)) { this.VendorNameField = value; this.RaisePropertyChanged("VendorName"); } } } 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="PurchaseOrderMaterialEntity", Namespace="http://schemas.datacontract.org/2004/07/iWareSAP.PARAM.Entity")] [System.SerializableAttribute()] public partial class PurchaseOrderMaterialEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string BaseUnitField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime ChangedOnField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string CoCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ConvertDen1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ConvertDen2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ConvertNum1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ConvertNum2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string InfoRecField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MaterialCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MaterialGroupField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MaterialNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string OrderPriceUnitField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string OverDelTolField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PlantField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PoItemField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PoNumberField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal PriceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PriceUnitField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal QuantityField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SalesOrderField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SalesOrderItemField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StorageLocationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal TotalPriceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string TrackingNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnderTolField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal WeightField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string WeightUnitField; [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 BaseUnit { get { return this.BaseUnitField; } set { if ((object.ReferenceEquals(this.BaseUnitField, value) != true)) { this.BaseUnitField = value; this.RaisePropertyChanged("BaseUnit"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime ChangedOn { get { return this.ChangedOnField; } set { if ((this.ChangedOnField.Equals(value) != true)) { this.ChangedOnField = value; this.RaisePropertyChanged("ChangedOn"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string CoCode { get { return this.CoCodeField; } set { if ((object.ReferenceEquals(this.CoCodeField, value) != true)) { this.CoCodeField = value; this.RaisePropertyChanged("CoCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ConvertDen1 { get { return this.ConvertDen1Field; } set { if ((object.ReferenceEquals(this.ConvertDen1Field, value) != true)) { this.ConvertDen1Field = value; this.RaisePropertyChanged("ConvertDen1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ConvertDen2 { get { return this.ConvertDen2Field; } set { if ((object.ReferenceEquals(this.ConvertDen2Field, value) != true)) { this.ConvertDen2Field = value; this.RaisePropertyChanged("ConvertDen2"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ConvertNum1 { get { return this.ConvertNum1Field; } set { if ((object.ReferenceEquals(this.ConvertNum1Field, value) != true)) { this.ConvertNum1Field = value; this.RaisePropertyChanged("ConvertNum1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ConvertNum2 { get { return this.ConvertNum2Field; } set { if ((object.ReferenceEquals(this.ConvertNum2Field, value) != true)) { this.ConvertNum2Field = value; this.RaisePropertyChanged("ConvertNum2"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string InfoRec { get { return this.InfoRecField; } set { if ((object.ReferenceEquals(this.InfoRecField, value) != true)) { this.InfoRecField = value; this.RaisePropertyChanged("InfoRec"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MaterialCode { get { return this.MaterialCodeField; } set { if ((object.ReferenceEquals(this.MaterialCodeField, value) != true)) { this.MaterialCodeField = value; this.RaisePropertyChanged("MaterialCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MaterialGroup { get { return this.MaterialGroupField; } set { if ((object.ReferenceEquals(this.MaterialGroupField, value) != true)) { this.MaterialGroupField = value; this.RaisePropertyChanged("MaterialGroup"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MaterialName { get { return this.MaterialNameField; } set { if ((object.ReferenceEquals(this.MaterialNameField, value) != true)) { this.MaterialNameField = value; this.RaisePropertyChanged("MaterialName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string OrderPriceUnit { get { return this.OrderPriceUnitField; } set { if ((object.ReferenceEquals(this.OrderPriceUnitField, value) != true)) { this.OrderPriceUnitField = value; this.RaisePropertyChanged("OrderPriceUnit"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string OverDelTol { get { return this.OverDelTolField; } set { if ((object.ReferenceEquals(this.OverDelTolField, value) != true)) { this.OverDelTolField = value; this.RaisePropertyChanged("OverDelTol"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Plant { get { return this.PlantField; } set { if ((object.ReferenceEquals(this.PlantField, value) != true)) { this.PlantField = value; this.RaisePropertyChanged("Plant"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PoItem { get { return this.PoItemField; } set { if ((object.ReferenceEquals(this.PoItemField, value) != true)) { this.PoItemField = value; this.RaisePropertyChanged("PoItem"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PoNumber { get { return this.PoNumberField; } set { if ((object.ReferenceEquals(this.PoNumberField, value) != true)) { this.PoNumberField = value; this.RaisePropertyChanged("PoNumber"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal Price { get { return this.PriceField; } set { if ((this.PriceField.Equals(value) != true)) { this.PriceField = value; this.RaisePropertyChanged("Price"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PriceUnit { get { return this.PriceUnitField; } set { if ((object.ReferenceEquals(this.PriceUnitField, value) != true)) { this.PriceUnitField = value; this.RaisePropertyChanged("PriceUnit"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal Quantity { get { return this.QuantityField; } set { if ((this.QuantityField.Equals(value) != true)) { this.QuantityField = value; this.RaisePropertyChanged("Quantity"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SalesOrder { get { return this.SalesOrderField; } set { if ((object.ReferenceEquals(this.SalesOrderField, value) != true)) { this.SalesOrderField = value; this.RaisePropertyChanged("SalesOrder"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SalesOrderItem { get { return this.SalesOrderItemField; } set { if ((object.ReferenceEquals(this.SalesOrderItemField, value) != true)) { this.SalesOrderItemField = value; this.RaisePropertyChanged("SalesOrderItem"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string StorageLocation { get { return this.StorageLocationField; } set { if ((object.ReferenceEquals(this.StorageLocationField, value) != true)) { this.StorageLocationField = value; this.RaisePropertyChanged("StorageLocation"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal TotalPrice { get { return this.TotalPriceField; } set { if ((this.TotalPriceField.Equals(value) != true)) { this.TotalPriceField = value; this.RaisePropertyChanged("TotalPrice"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string TrackingNo { get { return this.TrackingNoField; } set { if ((object.ReferenceEquals(this.TrackingNoField, value) != true)) { this.TrackingNoField = value; this.RaisePropertyChanged("TrackingNo"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string UnderTol { get { return this.UnderTolField; } set { if ((object.ReferenceEquals(this.UnderTolField, value) != true)) { this.UnderTolField = value; this.RaisePropertyChanged("UnderTol"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Unit { get { return this.UnitField; } set { if ((object.ReferenceEquals(this.UnitField, value) != true)) { this.UnitField = value; this.RaisePropertyChanged("Unit"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal Weight { get { return this.WeightField; } set { if ((this.WeightField.Equals(value) != true)) { this.WeightField = value; this.RaisePropertyChanged("Weight"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string WeightUnit { get { return this.WeightUnitField; } set { if ((object.ReferenceEquals(this.WeightUnitField, value) != true)) { this.WeightUnitField = value; this.RaisePropertyChanged("WeightUnit"); } } } 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="GRMaterialEntity", Namespace="http://schemas.datacontract.org/2004/07/iWareSAP.PARAM.Entity")] [System.SerializableAttribute()] public partial class GRMaterialEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MaterialCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MoveTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PlantField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PoItemField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PoNumberField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal QuantityField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StorageLocationField; [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 MaterialCode { get { return this.MaterialCodeField; } set { if ((object.ReferenceEquals(this.MaterialCodeField, value) != true)) { this.MaterialCodeField = value; this.RaisePropertyChanged("MaterialCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MoveType { get { return this.MoveTypeField; } set { if ((object.ReferenceEquals(this.MoveTypeField, value) != true)) { this.MoveTypeField = value; this.RaisePropertyChanged("MoveType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Plant { get { return this.PlantField; } set { if ((object.ReferenceEquals(this.PlantField, value) != true)) { this.PlantField = value; this.RaisePropertyChanged("Plant"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PoItem { get { return this.PoItemField; } set { if ((object.ReferenceEquals(this.PoItemField, value) != true)) { this.PoItemField = value; this.RaisePropertyChanged("PoItem"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string PoNumber { get { return this.PoNumberField; } set { if ((object.ReferenceEquals(this.PoNumberField, value) != true)) { this.PoNumberField = value; this.RaisePropertyChanged("PoNumber"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal Quantity { get { return this.QuantityField; } set { if ((this.QuantityField.Equals(value) != true)) { this.QuantityField = value; this.RaisePropertyChanged("Quantity"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string StorageLocation { get { return this.StorageLocationField; } set { if ((object.ReferenceEquals(this.StorageLocationField, value) != true)) { this.StorageLocationField = value; this.RaisePropertyChanged("StorageLocation"); } } } 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="GIMaterialEntity", Namespace="http://schemas.datacontract.org/2004/07/iWareSAP.PARAM.Entity")] [System.SerializableAttribute()] public partial class GIMaterialEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string BatchField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MaterialCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MoveTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PlantField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal QuantityField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string STypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SalesOrderField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SalesOrderItemField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SerialNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StorageLocationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VendorField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string WorkOrderField; [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 Batch { get { return this.BatchField; } set { if ((object.ReferenceEquals(this.BatchField, value) != true)) { this.BatchField = value; this.RaisePropertyChanged("Batch"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MaterialCode { get { return this.MaterialCodeField; } set { if ((object.ReferenceEquals(this.MaterialCodeField, value) != true)) { this.MaterialCodeField = value; this.RaisePropertyChanged("MaterialCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MoveType { get { return this.MoveTypeField; } set { if ((object.ReferenceEquals(this.MoveTypeField, value) != true)) { this.MoveTypeField = value; this.RaisePropertyChanged("MoveType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Plant { get { return this.PlantField; } set { if ((object.ReferenceEquals(this.PlantField, value) != true)) { this.PlantField = value; this.RaisePropertyChanged("Plant"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal Quantity { get { return this.QuantityField; } set { if ((this.QuantityField.Equals(value) != true)) { this.QuantityField = value; this.RaisePropertyChanged("Quantity"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SType { get { return this.STypeField; } set { if ((object.ReferenceEquals(this.STypeField, value) != true)) { this.STypeField = value; this.RaisePropertyChanged("SType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SalesOrder { get { return this.SalesOrderField; } set { if ((object.ReferenceEquals(this.SalesOrderField, value) != true)) { this.SalesOrderField = value; this.RaisePropertyChanged("SalesOrder"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SalesOrderItem { get { return this.SalesOrderItemField; } set { if ((object.ReferenceEquals(this.SalesOrderItemField, value) != true)) { this.SalesOrderItemField = value; this.RaisePropertyChanged("SalesOrderItem"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SerialNo { get { return this.SerialNoField; } set { if ((object.ReferenceEquals(this.SerialNoField, value) != true)) { this.SerialNoField = value; this.RaisePropertyChanged("SerialNo"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string StorageLocation { get { return this.StorageLocationField; } set { if ((object.ReferenceEquals(this.StorageLocationField, value) != true)) { this.StorageLocationField = value; this.RaisePropertyChanged("StorageLocation"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Unit { get { return this.UnitField; } set { if ((object.ReferenceEquals(this.UnitField, value) != true)) { this.UnitField = value; this.RaisePropertyChanged("Unit"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Vendor { get { return this.VendorField; } set { if ((object.ReferenceEquals(this.VendorField, value) != true)) { this.VendorField = value; this.RaisePropertyChanged("Vendor"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string WorkOrder { get { return this.WorkOrderField; } set { if ((object.ReferenceEquals(this.WorkOrderField, value) != true)) { this.WorkOrderField = value; this.RaisePropertyChanged("WorkOrder"); } } } 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="MovMaterialEntity", Namespace="http://schemas.datacontract.org/2004/07/iWareSAP.PARAM.Entity")] [System.SerializableAttribute()] public partial class MovMaterialEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string BatchField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FromStorageLocationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MaterialCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MoveTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PlantField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal QuantityField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string STypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SalesOrderField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SalesOrderItemField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SerialNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ToStorageLocationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UnitField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VendorField; [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 Batch { get { return this.BatchField; } set { if ((object.ReferenceEquals(this.BatchField, value) != true)) { this.BatchField = value; this.RaisePropertyChanged("Batch"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string FromStorageLocation { get { return this.FromStorageLocationField; } set { if ((object.ReferenceEquals(this.FromStorageLocationField, value) != true)) { this.FromStorageLocationField = value; this.RaisePropertyChanged("FromStorageLocation"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MaterialCode { get { return this.MaterialCodeField; } set { if ((object.ReferenceEquals(this.MaterialCodeField, value) != true)) { this.MaterialCodeField = value; this.RaisePropertyChanged("MaterialCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string MoveType { get { return this.MoveTypeField; } set { if ((object.ReferenceEquals(this.MoveTypeField, value) != true)) { this.MoveTypeField = value; this.RaisePropertyChanged("MoveType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Plant { get { return this.PlantField; } set { if ((object.ReferenceEquals(this.PlantField, value) != true)) { this.PlantField = value; this.RaisePropertyChanged("Plant"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal Quantity { get { return this.QuantityField; } set { if ((this.QuantityField.Equals(value) != true)) { this.QuantityField = value; this.RaisePropertyChanged("Quantity"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SType { get { return this.STypeField; } set { if ((object.ReferenceEquals(this.STypeField, value) != true)) { this.STypeField = value; this.RaisePropertyChanged("SType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SalesOrder { get { return this.SalesOrderField; } set { if ((object.ReferenceEquals(this.SalesOrderField, value) != true)) { this.SalesOrderField = value; this.RaisePropertyChanged("SalesOrder"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SalesOrderItem { get { return this.SalesOrderItemField; } set { if ((object.ReferenceEquals(this.SalesOrderItemField, value) != true)) { this.SalesOrderItemField = value; this.RaisePropertyChanged("SalesOrderItem"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SerialNo { get { return this.SerialNoField; } set { if ((object.ReferenceEquals(this.SerialNoField, value) != true)) { this.SerialNoField = value; this.RaisePropertyChanged("SerialNo"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ToStorageLocation { get { return this.ToStorageLocationField; } set { if ((object.ReferenceEquals(this.ToStorageLocationField, value) != true)) { this.ToStorageLocationField = value; this.RaisePropertyChanged("ToStorageLocation"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Unit { get { return this.UnitField; } set { if ((object.ReferenceEquals(this.UnitField, value) != true)) { this.UnitField = value; this.RaisePropertyChanged("Unit"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string Vendor { get { return this.VendorField; } set { if ((object.ReferenceEquals(this.VendorField, value) != true)) { this.VendorField = value; this.RaisePropertyChanged("Vendor"); } } } 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="sendToSap.ISapWcfService")] public interface ISapWcfService { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/GetPurchaseOrder", ReplyAction="http://tempuri.org/ISapWcfService/GetPurchaseOrderResponse")] wcftest.sendToSap.GetPurchaseOrderResponse GetPurchaseOrder(wcftest.sendToSap.GetPurchaseOrderRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/GetPurchaseOrder", ReplyAction="http://tempuri.org/ISapWcfService/GetPurchaseOrderResponse")] System.Threading.Tasks.Task GetPurchaseOrderAsync(wcftest.sendToSap.GetPurchaseOrderRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/GetPurchaseOrderTxt", ReplyAction="http://tempuri.org/ISapWcfService/GetPurchaseOrderTxtResponse")] string GetPurchaseOrderTxt(wcftest.sendToSap.PurchaseOrderEntity po); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/GetPurchaseOrderTxt", ReplyAction="http://tempuri.org/ISapWcfService/GetPurchaseOrderTxtResponse")] System.Threading.Tasks.Task GetPurchaseOrderTxtAsync(wcftest.sendToSap.PurchaseOrderEntity po); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/ConfirmGR", ReplyAction="http://tempuri.org/ISapWcfService/ConfirmGRResponse")] wcftest.sendToSap.ConfirmGRResponse ConfirmGR(wcftest.sendToSap.ConfirmGRRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/ConfirmGR", ReplyAction="http://tempuri.org/ISapWcfService/ConfirmGRResponse")] System.Threading.Tasks.Task ConfirmGRAsync(wcftest.sendToSap.ConfirmGRRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/ConfirmGI", ReplyAction="http://tempuri.org/ISapWcfService/ConfirmGIResponse")] wcftest.sendToSap.ConfirmGIResponse ConfirmGI(wcftest.sendToSap.ConfirmGIRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/ConfirmGI", ReplyAction="http://tempuri.org/ISapWcfService/ConfirmGIResponse")] System.Threading.Tasks.Task ConfirmGIAsync(wcftest.sendToSap.ConfirmGIRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/ConfirmMOV", ReplyAction="http://tempuri.org/ISapWcfService/ConfirmMOVResponse")] wcftest.sendToSap.ConfirmMOVResponse ConfirmMOV(wcftest.sendToSap.ConfirmMOVRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/ConfirmMOV", ReplyAction="http://tempuri.org/ISapWcfService/ConfirmMOVResponse")] System.Threading.Tasks.Task ConfirmMOVAsync(wcftest.sendToSap.ConfirmMOVRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/WmsReverser", ReplyAction="http://tempuri.org/ISapWcfService/WmsReverserResponse")] wcftest.sendToSap.WmsReverserResponse WmsReverser(wcftest.sendToSap.WmsReverserRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISapWcfService/WmsReverser", ReplyAction="http://tempuri.org/ISapWcfService/WmsReverserResponse")] System.Threading.Tasks.Task WmsReverserAsync(wcftest.sendToSap.WmsReverserRequest request); } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPurchaseOrder", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class GetPurchaseOrderRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public string poNumber; public GetPurchaseOrderRequest() { } public GetPurchaseOrderRequest(string poNumber) { this.poNumber = poNumber; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPurchaseOrderResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class GetPurchaseOrderResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public wcftest.sendToSap.PurchaseOrderEntity GetPurchaseOrderResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public GetPurchaseOrderResponse() { } public GetPurchaseOrderResponse(wcftest.sendToSap.PurchaseOrderEntity GetPurchaseOrderResult, string msg) { this.GetPurchaseOrderResult = GetPurchaseOrderResult; this.msg = msg; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="ConfirmGR", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class ConfirmGRRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public wcftest.sendToSap.GRMaterialEntity[] grMaterials; public ConfirmGRRequest() { } public ConfirmGRRequest(wcftest.sendToSap.GRMaterialEntity[] grMaterials) { this.grMaterials = grMaterials; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="ConfirmGRResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class ConfirmGRResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public string ConfirmGRResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public ConfirmGRResponse() { } public ConfirmGRResponse(string ConfirmGRResult, string msg) { this.ConfirmGRResult = ConfirmGRResult; this.msg = msg; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="ConfirmGI", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class ConfirmGIRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public wcftest.sendToSap.GIMaterialEntity[] giMaterials; public ConfirmGIRequest() { } public ConfirmGIRequest(wcftest.sendToSap.GIMaterialEntity[] giMaterials) { this.giMaterials = giMaterials; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="ConfirmGIResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class ConfirmGIResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public string ConfirmGIResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public ConfirmGIResponse() { } public ConfirmGIResponse(string ConfirmGIResult, string msg) { this.ConfirmGIResult = ConfirmGIResult; this.msg = msg; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="ConfirmMOV", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class ConfirmMOVRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public wcftest.sendToSap.MovMaterialEntity[] movMaterials; public ConfirmMOVRequest() { } public ConfirmMOVRequest(wcftest.sendToSap.MovMaterialEntity[] movMaterials) { this.movMaterials = movMaterials; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="ConfirmMOVResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class ConfirmMOVResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public string ConfirmMOVResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public ConfirmMOVResponse() { } public ConfirmMOVResponse(string ConfirmMOVResult, string msg) { this.ConfirmMOVResult = ConfirmMOVResult; this.msg = msg; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="WmsReverser", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class WmsReverserRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public string doc; public WmsReverserRequest() { } public WmsReverserRequest(string doc) { this.doc = doc; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="WmsReverserResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class WmsReverserResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public string WmsReverserResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public WmsReverserResponse() { } public WmsReverserResponse(string WmsReverserResult, string msg) { this.WmsReverserResult = WmsReverserResult; this.msg = msg; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface ISapWcfServiceChannel : wcftest.sendToSap.ISapWcfService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class SapWcfServiceClient : System.ServiceModel.ClientBase, wcftest.sendToSap.ISapWcfService { public SapWcfServiceClient() { } public SapWcfServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public SapWcfServiceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public SapWcfServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public SapWcfServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.sendToSap.GetPurchaseOrderResponse wcftest.sendToSap.ISapWcfService.GetPurchaseOrder(wcftest.sendToSap.GetPurchaseOrderRequest request) { return base.Channel.GetPurchaseOrder(request); } public wcftest.sendToSap.PurchaseOrderEntity GetPurchaseOrder(string poNumber, out string msg) { wcftest.sendToSap.GetPurchaseOrderRequest inValue = new wcftest.sendToSap.GetPurchaseOrderRequest(); inValue.poNumber = poNumber; wcftest.sendToSap.GetPurchaseOrderResponse retVal = ((wcftest.sendToSap.ISapWcfService)(this)).GetPurchaseOrder(inValue); msg = retVal.msg; return retVal.GetPurchaseOrderResult; } public System.Threading.Tasks.Task GetPurchaseOrderAsync(wcftest.sendToSap.GetPurchaseOrderRequest request) { return base.Channel.GetPurchaseOrderAsync(request); } public string GetPurchaseOrderTxt(wcftest.sendToSap.PurchaseOrderEntity po) { return base.Channel.GetPurchaseOrderTxt(po); } public System.Threading.Tasks.Task GetPurchaseOrderTxtAsync(wcftest.sendToSap.PurchaseOrderEntity po) { return base.Channel.GetPurchaseOrderTxtAsync(po); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.sendToSap.ConfirmGRResponse wcftest.sendToSap.ISapWcfService.ConfirmGR(wcftest.sendToSap.ConfirmGRRequest request) { return base.Channel.ConfirmGR(request); } public string ConfirmGR(wcftest.sendToSap.GRMaterialEntity[] grMaterials, out string msg) { wcftest.sendToSap.ConfirmGRRequest inValue = new wcftest.sendToSap.ConfirmGRRequest(); inValue.grMaterials = grMaterials; wcftest.sendToSap.ConfirmGRResponse retVal = ((wcftest.sendToSap.ISapWcfService)(this)).ConfirmGR(inValue); msg = retVal.msg; return retVal.ConfirmGRResult; } public System.Threading.Tasks.Task ConfirmGRAsync(wcftest.sendToSap.ConfirmGRRequest request) { return base.Channel.ConfirmGRAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.sendToSap.ConfirmGIResponse wcftest.sendToSap.ISapWcfService.ConfirmGI(wcftest.sendToSap.ConfirmGIRequest request) { return base.Channel.ConfirmGI(request); } public string ConfirmGI(wcftest.sendToSap.GIMaterialEntity[] giMaterials, out string msg) { wcftest.sendToSap.ConfirmGIRequest inValue = new wcftest.sendToSap.ConfirmGIRequest(); inValue.giMaterials = giMaterials; wcftest.sendToSap.ConfirmGIResponse retVal = ((wcftest.sendToSap.ISapWcfService)(this)).ConfirmGI(inValue); msg = retVal.msg; return retVal.ConfirmGIResult; } public System.Threading.Tasks.Task ConfirmGIAsync(wcftest.sendToSap.ConfirmGIRequest request) { return base.Channel.ConfirmGIAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.sendToSap.ConfirmMOVResponse wcftest.sendToSap.ISapWcfService.ConfirmMOV(wcftest.sendToSap.ConfirmMOVRequest request) { return base.Channel.ConfirmMOV(request); } public string ConfirmMOV(wcftest.sendToSap.MovMaterialEntity[] movMaterials, out string msg) { wcftest.sendToSap.ConfirmMOVRequest inValue = new wcftest.sendToSap.ConfirmMOVRequest(); inValue.movMaterials = movMaterials; wcftest.sendToSap.ConfirmMOVResponse retVal = ((wcftest.sendToSap.ISapWcfService)(this)).ConfirmMOV(inValue); msg = retVal.msg; return retVal.ConfirmMOVResult; } public System.Threading.Tasks.Task ConfirmMOVAsync(wcftest.sendToSap.ConfirmMOVRequest request) { return base.Channel.ConfirmMOVAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.sendToSap.WmsReverserResponse wcftest.sendToSap.ISapWcfService.WmsReverser(wcftest.sendToSap.WmsReverserRequest request) { return base.Channel.WmsReverser(request); } public string WmsReverser(string doc, out string msg) { wcftest.sendToSap.WmsReverserRequest inValue = new wcftest.sendToSap.WmsReverserRequest(); inValue.doc = doc; wcftest.sendToSap.WmsReverserResponse retVal = ((wcftest.sendToSap.ISapWcfService)(this)).WmsReverser(inValue); msg = retVal.msg; return retVal.WmsReverserResult; } public System.Threading.Tasks.Task WmsReverserAsync(wcftest.sendToSap.WmsReverserRequest request) { return base.Channel.WmsReverserAsync(request); } } }