锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6152 lines
240 KiB

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace ICSSoft.Frame.APP.SAP {
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="ICSTransferInputWH", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSTransferInputWH : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
private System.DateTime PostingDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TextField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SignField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UserField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSTransferInputWHMessage[] InputMessageField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
public System.DateTime PostingDate {
get {
return this.PostingDateField;
}
set {
if ((this.PostingDateField.Equals(value) != true)) {
this.PostingDateField = value;
this.RaisePropertyChanged("PostingDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Text {
get {
return this.TextField;
}
set {
if ((object.ReferenceEquals(this.TextField, value) != true)) {
this.TextField = value;
this.RaisePropertyChanged("Text");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=3)]
public string Sign {
get {
return this.SignField;
}
set {
if ((object.ReferenceEquals(this.SignField, value) != true)) {
this.SignField = value;
this.RaisePropertyChanged("Sign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string User {
get {
return this.UserField;
}
set {
if ((object.ReferenceEquals(this.UserField, value) != true)) {
this.UserField = value;
this.RaisePropertyChanged("User");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public ICSSoft.Frame.APP.SAP.ICSTransferInputWHMessage[] InputMessage {
get {
return this.InputMessageField;
}
set {
if ((object.ReferenceEquals(this.InputMessageField, value) != true)) {
this.InputMessageField = value;
this.RaisePropertyChanged("InputMessage");
}
}
}
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="ICSTransferInputWHMessage", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSTransferInputWHMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FromWHCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string LotNOField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ToWHCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VenCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CusCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SOCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SORowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ProjectCodeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string FromWHCode {
get {
return this.FromWHCodeField;
}
set {
if ((object.ReferenceEquals(this.FromWHCodeField, value) != true)) {
this.FromWHCodeField = value;
this.RaisePropertyChanged("FromWHCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string LotNO {
get {
return this.LotNOField;
}
set {
if ((object.ReferenceEquals(this.LotNOField, value) != true)) {
this.LotNOField = value;
this.RaisePropertyChanged("LotNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string ToWHCode {
get {
return this.ToWHCodeField;
}
set {
if ((object.ReferenceEquals(this.ToWHCodeField, value) != true)) {
this.ToWHCodeField = value;
this.RaisePropertyChanged("ToWHCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string VenCode {
get {
return this.VenCodeField;
}
set {
if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
this.VenCodeField = value;
this.RaisePropertyChanged("VenCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string CusCode {
get {
return this.CusCodeField;
}
set {
if ((object.ReferenceEquals(this.CusCodeField, value) != true)) {
this.CusCodeField = value;
this.RaisePropertyChanged("CusCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string SOCode {
get {
return this.SOCodeField;
}
set {
if ((object.ReferenceEquals(this.SOCodeField, value) != true)) {
this.SOCodeField = value;
this.RaisePropertyChanged("SOCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string SORow {
get {
return this.SORowField;
}
set {
if ((object.ReferenceEquals(this.SORowField, value) != true)) {
this.SORowField = value;
this.RaisePropertyChanged("SORow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string ProjectCode {
get {
return this.ProjectCodeField;
}
set {
if ((object.ReferenceEquals(this.ProjectCodeField, value) != true)) {
this.ProjectCodeField = value;
this.RaisePropertyChanged("ProjectCode");
}
}
}
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="ICSTransferResult", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSTransferResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FlagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string YearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSTransferResultMessage[] ResultMessageField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Flag {
get {
return this.FlagField;
}
set {
if ((object.ReferenceEquals(this.FlagField, value) != true)) {
this.FlagField = value;
this.RaisePropertyChanged("Flag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string VoucherNO {
get {
return this.VoucherNOField;
}
set {
if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
this.VoucherNOField = value;
this.RaisePropertyChanged("VoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=3)]
public ICSSoft.Frame.APP.SAP.ICSTransferResultMessage[] ResultMessage {
get {
return this.ResultMessageField;
}
set {
if ((object.ReferenceEquals(this.ResultMessageField, value) != true)) {
this.ResultMessageField = value;
this.RaisePropertyChanged("ResultMessage");
}
}
}
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="ICSTransferResultMessage", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSTransferResultMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TypeField;
[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(EmitDefaultValue=false)]
public string Type {
get {
return this.TypeField;
}
set {
if ((object.ReferenceEquals(this.TypeField, value) != true)) {
this.TypeField = value;
this.RaisePropertyChanged("Type");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
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.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="ICSTransferInputOut", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSTransferInputOut : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string MoveTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VenCodeField;
private System.DateTime PostingDateField;
private System.DateTime VoucherDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UserField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSTransferInputOutMessage[] InputMessageField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=1)]
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(EmitDefaultValue=false, Order=2)]
public string VenCode {
get {
return this.VenCodeField;
}
set {
if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
this.VenCodeField = value;
this.RaisePropertyChanged("VenCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public System.DateTime PostingDate {
get {
return this.PostingDateField;
}
set {
if ((this.PostingDateField.Equals(value) != true)) {
this.PostingDateField = value;
this.RaisePropertyChanged("PostingDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
public System.DateTime VoucherDate {
get {
return this.VoucherDateField;
}
set {
if ((this.VoucherDateField.Equals(value) != true)) {
this.VoucherDateField = value;
this.RaisePropertyChanged("VoucherDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string User {
get {
return this.UserField;
}
set {
if ((object.ReferenceEquals(this.UserField, value) != true)) {
this.UserField = value;
this.RaisePropertyChanged("User");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public ICSSoft.Frame.APP.SAP.ICSTransferInputOutMessage[] InputMessage {
get {
return this.InputMessageField;
}
set {
if ((object.ReferenceEquals(this.InputMessageField, value) != true)) {
this.InputMessageField = value;
this.RaisePropertyChanged("InputMessage");
}
}
}
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="ICSTransferInputOutMessage", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSTransferInputOutMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WHCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string WHCode {
get {
return this.WHCodeField;
}
set {
if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
this.WHCodeField = value;
this.RaisePropertyChanged("WHCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
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="ICSTransferInputOutNew", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSTransferInputOutNew : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VenCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UserField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSTransferInputOutMessageNew[] InputMessageField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=1)]
public string VenCode {
get {
return this.VenCodeField;
}
set {
if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
this.VenCodeField = value;
this.RaisePropertyChanged("VenCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string User {
get {
return this.UserField;
}
set {
if ((object.ReferenceEquals(this.UserField, value) != true)) {
this.UserField = value;
this.RaisePropertyChanged("User");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public ICSSoft.Frame.APP.SAP.ICSTransferInputOutMessageNew[] InputMessage {
get {
return this.InputMessageField;
}
set {
if ((object.ReferenceEquals(this.InputMessageField, value) != true)) {
this.InputMessageField = value;
this.RaisePropertyChanged("InputMessage");
}
}
}
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="ICSTransferInputOutMessageNew", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSTransferInputOutMessageNew : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Code {
get {
return this.CodeField;
}
set {
if ((object.ReferenceEquals(this.CodeField, value) != true)) {
this.CodeField = value;
this.RaisePropertyChanged("Code");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Row {
get {
return this.RowField;
}
set {
if ((object.ReferenceEquals(this.RowField, value) != true)) {
this.RowField = value;
this.RaisePropertyChanged("Row");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
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="ICSTransferResultNew", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSTransferResultNew : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string POCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PORowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SNCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SNRowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FlagField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string POCode {
get {
return this.POCodeField;
}
set {
if ((object.ReferenceEquals(this.POCodeField, value) != true)) {
this.POCodeField = value;
this.RaisePropertyChanged("POCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string PORow {
get {
return this.PORowField;
}
set {
if ((object.ReferenceEquals(this.PORowField, value) != true)) {
this.PORowField = value;
this.RaisePropertyChanged("PORow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string SNCode {
get {
return this.SNCodeField;
}
set {
if ((object.ReferenceEquals(this.SNCodeField, value) != true)) {
this.SNCodeField = value;
this.RaisePropertyChanged("SNCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string SNRow {
get {
return this.SNRowField;
}
set {
if ((object.ReferenceEquals(this.SNRowField, value) != true)) {
this.SNRowField = value;
this.RaisePropertyChanged("SNRow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string Flag {
get {
return this.FlagField;
}
set {
if ((object.ReferenceEquals(this.FlagField, value) != true)) {
this.FlagField = value;
this.RaisePropertyChanged("Flag");
}
}
}
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="ICSVoucherCancelInput", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSVoucherCancelInput : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SNField;
private System.DateTime PostingDateField;
private System.DateTime VoucherDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UserField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=1)]
public string SN {
get {
return this.SNField;
}
set {
if ((object.ReferenceEquals(this.SNField, value) != true)) {
this.SNField = value;
this.RaisePropertyChanged("SN");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=2)]
public System.DateTime PostingDate {
get {
return this.PostingDateField;
}
set {
if ((this.PostingDateField.Equals(value) != true)) {
this.PostingDateField = value;
this.RaisePropertyChanged("PostingDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public System.DateTime VoucherDate {
get {
return this.VoucherDateField;
}
set {
if ((this.VoucherDateField.Equals(value) != true)) {
this.VoucherDateField = value;
this.RaisePropertyChanged("VoucherDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string User {
get {
return this.UserField;
}
set {
if ((object.ReferenceEquals(this.UserField, value) != true)) {
this.UserField = value;
this.RaisePropertyChanged("User");
}
}
}
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="ICSVoucherCancelResult", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSVoucherCancelResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FlagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string YearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSVoucherCancelResultMessage[] MessageField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Flag {
get {
return this.FlagField;
}
set {
if ((object.ReferenceEquals(this.FlagField, value) != true)) {
this.FlagField = value;
this.RaisePropertyChanged("Flag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string VoucherNO {
get {
return this.VoucherNOField;
}
set {
if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
this.VoucherNOField = value;
this.RaisePropertyChanged("VoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=3)]
public ICSSoft.Frame.APP.SAP.ICSVoucherCancelResultMessage[] 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.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="ICSVoucherCancelResultMessage", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSVoucherCancelResultMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string IDField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CodeField;
[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(EmitDefaultValue=false)]
public string Type {
get {
return this.TypeField;
}
set {
if ((object.ReferenceEquals(this.TypeField, value) != true)) {
this.TypeField = value;
this.RaisePropertyChanged("Type");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string ID {
get {
return this.IDField;
}
set {
if ((object.ReferenceEquals(this.IDField, value) != true)) {
this.IDField = value;
this.RaisePropertyChanged("ID");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string Code {
get {
return this.CodeField;
}
set {
if ((object.ReferenceEquals(this.CodeField, value) != true)) {
this.CodeField = value;
this.RaisePropertyChanged("Code");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
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.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="ICSWHStock", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSWHStock : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WHCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VenCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SOCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SORowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SignField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UnrestrictedField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WayField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string QualityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FrozenField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=1)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string WHCode {
get {
return this.WHCodeField;
}
set {
if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
this.WHCodeField = value;
this.RaisePropertyChanged("WHCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string VenCode {
get {
return this.VenCodeField;
}
set {
if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
this.VenCodeField = value;
this.RaisePropertyChanged("VenCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string SOCode {
get {
return this.SOCodeField;
}
set {
if ((object.ReferenceEquals(this.SOCodeField, value) != true)) {
this.SOCodeField = value;
this.RaisePropertyChanged("SOCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string SORow {
get {
return this.SORowField;
}
set {
if ((object.ReferenceEquals(this.SORowField, value) != true)) {
this.SORowField = value;
this.RaisePropertyChanged("SORow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string Sign {
get {
return this.SignField;
}
set {
if ((object.ReferenceEquals(this.SignField, value) != true)) {
this.SignField = value;
this.RaisePropertyChanged("Sign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string Unrestricted {
get {
return this.UnrestrictedField;
}
set {
if ((object.ReferenceEquals(this.UnrestrictedField, value) != true)) {
this.UnrestrictedField = value;
this.RaisePropertyChanged("Unrestricted");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string Way {
get {
return this.WayField;
}
set {
if ((object.ReferenceEquals(this.WayField, value) != true)) {
this.WayField = value;
this.RaisePropertyChanged("Way");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string Quality {
get {
return this.QualityField;
}
set {
if ((object.ReferenceEquals(this.QualityField, value) != true)) {
this.QualityField = value;
this.RaisePropertyChanged("Quality");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string Frozen {
get {
return this.FrozenField;
}
set {
if ((object.ReferenceEquals(this.FrozenField, value) != true)) {
this.FrozenField = value;
this.RaisePropertyChanged("Frozen");
}
}
}
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="ICSERPPOInInput", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSERPPOInInput : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SNField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string MoveTypeField;
private System.DateTime PostingDateField;
private System.DateTime VoucherDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UserField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSERPPOInInputMessage[] InputMessageField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=1)]
public string SN {
get {
return this.SNField;
}
set {
if ((object.ReferenceEquals(this.SNField, value) != true)) {
this.SNField = value;
this.RaisePropertyChanged("SN");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
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(IsRequired=true, Order=3)]
public System.DateTime PostingDate {
get {
return this.PostingDateField;
}
set {
if ((this.PostingDateField.Equals(value) != true)) {
this.PostingDateField = value;
this.RaisePropertyChanged("PostingDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
public System.DateTime VoucherDate {
get {
return this.VoucherDateField;
}
set {
if ((this.VoucherDateField.Equals(value) != true)) {
this.VoucherDateField = value;
this.RaisePropertyChanged("VoucherDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string User {
get {
return this.UserField;
}
set {
if ((object.ReferenceEquals(this.UserField, value) != true)) {
this.UserField = value;
this.RaisePropertyChanged("User");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public ICSSoft.Frame.APP.SAP.ICSERPPOInInputMessage[] InputMessage {
get {
return this.InputMessageField;
}
set {
if ((object.ReferenceEquals(this.InputMessageField, value) != true)) {
this.InputMessageField = value;
this.RaisePropertyChanged("InputMessage");
}
}
}
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="ICSERPPOInInputMessage", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSERPPOInInputMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string POCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PORowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PORowTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VenCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string LotNOField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WHCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherRowField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string POCode {
get {
return this.POCodeField;
}
set {
if ((object.ReferenceEquals(this.POCodeField, value) != true)) {
this.POCodeField = value;
this.RaisePropertyChanged("POCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string PORow {
get {
return this.PORowField;
}
set {
if ((object.ReferenceEquals(this.PORowField, value) != true)) {
this.PORowField = value;
this.RaisePropertyChanged("PORow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string PORowType {
get {
return this.PORowTypeField;
}
set {
if ((object.ReferenceEquals(this.PORowTypeField, value) != true)) {
this.PORowTypeField = value;
this.RaisePropertyChanged("PORowType");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string VenCode {
get {
return this.VenCodeField;
}
set {
if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
this.VenCodeField = value;
this.RaisePropertyChanged("VenCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string LotNO {
get {
return this.LotNOField;
}
set {
if ((object.ReferenceEquals(this.LotNOField, value) != true)) {
this.LotNOField = value;
this.RaisePropertyChanged("LotNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string WHCode {
get {
return this.WHCodeField;
}
set {
if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
this.WHCodeField = value;
this.RaisePropertyChanged("WHCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string VoucherNO {
get {
return this.VoucherNOField;
}
set {
if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
this.VoucherNOField = value;
this.RaisePropertyChanged("VoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string VoucherRow {
get {
return this.VoucherRowField;
}
set {
if ((object.ReferenceEquals(this.VoucherRowField, value) != true)) {
this.VoucherRowField = value;
this.RaisePropertyChanged("VoucherRow");
}
}
}
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="ICSERPPOInResult", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSERPPOInResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FlagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string YearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSERPPOInResultMessage[] MessageField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSERPPOInResultStock[] StockField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSERPPOInResultResult[] ResultField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Flag {
get {
return this.FlagField;
}
set {
if ((object.ReferenceEquals(this.FlagField, value) != true)) {
this.FlagField = value;
this.RaisePropertyChanged("Flag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string VoucherNO {
get {
return this.VoucherNOField;
}
set {
if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
this.VoucherNOField = value;
this.RaisePropertyChanged("VoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=3)]
public ICSSoft.Frame.APP.SAP.ICSERPPOInResultMessage[] Message {
get {
return this.MessageField;
}
set {
if ((object.ReferenceEquals(this.MessageField, value) != true)) {
this.MessageField = value;
this.RaisePropertyChanged("Message");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public ICSSoft.Frame.APP.SAP.ICSERPPOInResultStock[] Stock {
get {
return this.StockField;
}
set {
if ((object.ReferenceEquals(this.StockField, value) != true)) {
this.StockField = value;
this.RaisePropertyChanged("Stock");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public ICSSoft.Frame.APP.SAP.ICSERPPOInResultResult[] Result {
get {
return this.ResultField;
}
set {
if ((object.ReferenceEquals(this.ResultField, value) != true)) {
this.ResultField = value;
this.RaisePropertyChanged("Result");
}
}
}
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="ICSERPPOInResultMessage", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSERPPOInResultMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string POCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PORowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string IDField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CodeField;
[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(EmitDefaultValue=false)]
public string POCode {
get {
return this.POCodeField;
}
set {
if ((object.ReferenceEquals(this.POCodeField, value) != true)) {
this.POCodeField = value;
this.RaisePropertyChanged("POCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string PORow {
get {
return this.PORowField;
}
set {
if ((object.ReferenceEquals(this.PORowField, value) != true)) {
this.PORowField = value;
this.RaisePropertyChanged("PORow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Type {
get {
return this.TypeField;
}
set {
if ((object.ReferenceEquals(this.TypeField, value) != true)) {
this.TypeField = value;
this.RaisePropertyChanged("Type");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string ID {
get {
return this.IDField;
}
set {
if ((object.ReferenceEquals(this.IDField, value) != true)) {
this.IDField = value;
this.RaisePropertyChanged("ID");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string Code {
get {
return this.CodeField;
}
set {
if ((object.ReferenceEquals(this.CodeField, value) != true)) {
this.CodeField = value;
this.RaisePropertyChanged("Code");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
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.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="ICSERPPOInResultStock", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSERPPOInResultStock : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherRowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string POCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PORowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VenNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SignField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string MoveTypeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=1)]
public string VoucherNO {
get {
return this.VoucherNOField;
}
set {
if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
this.VoucherNOField = value;
this.RaisePropertyChanged("VoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string VoucherRow {
get {
return this.VoucherRowField;
}
set {
if ((object.ReferenceEquals(this.VoucherRowField, value) != true)) {
this.VoucherRowField = value;
this.RaisePropertyChanged("VoucherRow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string POCode {
get {
return this.POCodeField;
}
set {
if ((object.ReferenceEquals(this.POCodeField, value) != true)) {
this.POCodeField = value;
this.RaisePropertyChanged("POCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string PORow {
get {
return this.PORowField;
}
set {
if ((object.ReferenceEquals(this.PORowField, value) != true)) {
this.PORowField = value;
this.RaisePropertyChanged("PORow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string VenName {
get {
return this.VenNameField;
}
set {
if ((object.ReferenceEquals(this.VenNameField, value) != true)) {
this.VenNameField = value;
this.RaisePropertyChanged("VenName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string Sign {
get {
return this.SignField;
}
set {
if ((object.ReferenceEquals(this.SignField, value) != true)) {
this.SignField = value;
this.RaisePropertyChanged("Sign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=8)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string MoveType {
get {
return this.MoveTypeField;
}
set {
if ((object.ReferenceEquals(this.MoveTypeField, value) != true)) {
this.MoveTypeField = value;
this.RaisePropertyChanged("MoveType");
}
}
}
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="ICSERPPOInResultResult", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSERPPOInResultResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherRowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string POCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PORowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string MoveTypeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=1)]
public string VoucherNO {
get {
return this.VoucherNOField;
}
set {
if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
this.VoucherNOField = value;
this.RaisePropertyChanged("VoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string VoucherRow {
get {
return this.VoucherRowField;
}
set {
if ((object.ReferenceEquals(this.VoucherRowField, value) != true)) {
this.VoucherRowField = value;
this.RaisePropertyChanged("VoucherRow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string POCode {
get {
return this.POCodeField;
}
set {
if ((object.ReferenceEquals(this.POCodeField, value) != true)) {
this.POCodeField = value;
this.RaisePropertyChanged("POCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string PORow {
get {
return this.PORowField;
}
set {
if ((object.ReferenceEquals(this.PORowField, value) != true)) {
this.PORowField = value;
this.RaisePropertyChanged("PORow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string MoveType {
get {
return this.MoveTypeField;
}
set {
if ((object.ReferenceEquals(this.MoveTypeField, value) != true)) {
this.MoveTypeField = value;
this.RaisePropertyChanged("MoveType");
}
}
}
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="ICSERPSOInput", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSERPSOInput : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CodeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Code {
get {
return this.CodeField;
}
set {
if ((object.ReferenceEquals(this.CodeField, value) != true)) {
this.CodeField = value;
this.RaisePropertyChanged("Code");
}
}
}
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="ICSERPSOResult", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSERPSOResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSResultMessage[] MessageField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSERPSODispatch[] SODispatchField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public ICSSoft.Frame.APP.SAP.ICSResultMessage[] Message {
get {
return this.MessageField;
}
set {
if ((object.ReferenceEquals(this.MessageField, value) != true)) {
this.MessageField = value;
this.RaisePropertyChanged("Message");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public ICSSoft.Frame.APP.SAP.ICSERPSODispatch[] SODispatch {
get {
return this.SODispatchField;
}
set {
if ((object.ReferenceEquals(this.SODispatchField, value) != true)) {
this.SODispatchField = value;
this.RaisePropertyChanged("SODispatch");
}
}
}
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="ICSResultMessage", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSResultMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TypeField;
[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(EmitDefaultValue=false)]
public string Code {
get {
return this.CodeField;
}
set {
if ((object.ReferenceEquals(this.CodeField, value) != true)) {
this.CodeField = value;
this.RaisePropertyChanged("Code");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Row {
get {
return this.RowField;
}
set {
if ((object.ReferenceEquals(this.RowField, value) != true)) {
this.RowField = value;
this.RaisePropertyChanged("Row");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Type {
get {
return this.TypeField;
}
set {
if ((object.ReferenceEquals(this.TypeField, value) != true)) {
this.TypeField = value;
this.RaisePropertyChanged("Type");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
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.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="ICSERPSODispatch", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSERPSODispatch : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
private int IDField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DispatchCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DispatchRowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SOCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SORowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CusCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CusNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SalesOrganizationField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ClassField;
private System.DateTime ArriveDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string Term1Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string Term2Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SendField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SaleField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WHCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string LotNoField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SignField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherRowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string YearField;
private System.DateTime VoucherDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string StatusField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RowStatusField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CreatePersonField;
private System.Nullable<System.DateTime> ModifyDateField;
private System.DateTime MTIMEField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
public int ID {
get {
return this.IDField;
}
set {
if ((this.IDField.Equals(value) != true)) {
this.IDField = value;
this.RaisePropertyChanged("ID");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string DispatchCode {
get {
return this.DispatchCodeField;
}
set {
if ((object.ReferenceEquals(this.DispatchCodeField, value) != true)) {
this.DispatchCodeField = value;
this.RaisePropertyChanged("DispatchCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string DispatchRow {
get {
return this.DispatchRowField;
}
set {
if ((object.ReferenceEquals(this.DispatchRowField, value) != true)) {
this.DispatchRowField = value;
this.RaisePropertyChanged("DispatchRow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string SOCode {
get {
return this.SOCodeField;
}
set {
if ((object.ReferenceEquals(this.SOCodeField, value) != true)) {
this.SOCodeField = value;
this.RaisePropertyChanged("SOCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string SORow {
get {
return this.SORowField;
}
set {
if ((object.ReferenceEquals(this.SORowField, value) != true)) {
this.SORowField = value;
this.RaisePropertyChanged("SORow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string CusCode {
get {
return this.CusCodeField;
}
set {
if ((object.ReferenceEquals(this.CusCodeField, value) != true)) {
this.CusCodeField = value;
this.RaisePropertyChanged("CusCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string CusName {
get {
return this.CusNameField;
}
set {
if ((object.ReferenceEquals(this.CusNameField, value) != true)) {
this.CusNameField = value;
this.RaisePropertyChanged("CusName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string SalesOrganization {
get {
return this.SalesOrganizationField;
}
set {
if ((object.ReferenceEquals(this.SalesOrganizationField, value) != true)) {
this.SalesOrganizationField = value;
this.RaisePropertyChanged("SalesOrganization");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string Type {
get {
return this.TypeField;
}
set {
if ((object.ReferenceEquals(this.TypeField, value) != true)) {
this.TypeField = value;
this.RaisePropertyChanged("Type");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string Class {
get {
return this.ClassField;
}
set {
if ((object.ReferenceEquals(this.ClassField, value) != true)) {
this.ClassField = value;
this.RaisePropertyChanged("Class");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=10)]
public System.DateTime ArriveDate {
get {
return this.ArriveDateField;
}
set {
if ((this.ArriveDateField.Equals(value) != true)) {
this.ArriveDateField = value;
this.RaisePropertyChanged("ArriveDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string Term1 {
get {
return this.Term1Field;
}
set {
if ((object.ReferenceEquals(this.Term1Field, value) != true)) {
this.Term1Field = value;
this.RaisePropertyChanged("Term1");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public string Term2 {
get {
return this.Term2Field;
}
set {
if ((object.ReferenceEquals(this.Term2Field, value) != true)) {
this.Term2Field = value;
this.RaisePropertyChanged("Term2");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
public string Send {
get {
return this.SendField;
}
set {
if ((object.ReferenceEquals(this.SendField, value) != true)) {
this.SendField = value;
this.RaisePropertyChanged("Send");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)]
public string Sale {
get {
return this.SaleField;
}
set {
if ((object.ReferenceEquals(this.SaleField, value) != true)) {
this.SaleField = value;
this.RaisePropertyChanged("Sale");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=15)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)]
public string WHCode {
get {
return this.WHCodeField;
}
set {
if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
this.WHCodeField = value;
this.RaisePropertyChanged("WHCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=17)]
public string LotNo {
get {
return this.LotNoField;
}
set {
if ((object.ReferenceEquals(this.LotNoField, value) != true)) {
this.LotNoField = value;
this.RaisePropertyChanged("LotNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=18)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=19)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=20)]
public string Sign {
get {
return this.SignField;
}
set {
if ((object.ReferenceEquals(this.SignField, value) != true)) {
this.SignField = value;
this.RaisePropertyChanged("Sign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=21)]
public string VoucherNO {
get {
return this.VoucherNOField;
}
set {
if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
this.VoucherNOField = value;
this.RaisePropertyChanged("VoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=22)]
public string VoucherRow {
get {
return this.VoucherRowField;
}
set {
if ((object.ReferenceEquals(this.VoucherRowField, value) != true)) {
this.VoucherRowField = value;
this.RaisePropertyChanged("VoucherRow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=23)]
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(IsRequired=true, Order=24)]
public System.DateTime VoucherDate {
get {
return this.VoucherDateField;
}
set {
if ((this.VoucherDateField.Equals(value) != true)) {
this.VoucherDateField = value;
this.RaisePropertyChanged("VoucherDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=25)]
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(EmitDefaultValue=false, Order=26)]
public string RowStatus {
get {
return this.RowStatusField;
}
set {
if ((object.ReferenceEquals(this.RowStatusField, value) != true)) {
this.RowStatusField = value;
this.RaisePropertyChanged("RowStatus");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=27)]
public string CreatePerson {
get {
return this.CreatePersonField;
}
set {
if ((object.ReferenceEquals(this.CreatePersonField, value) != true)) {
this.CreatePersonField = value;
this.RaisePropertyChanged("CreatePerson");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=28)]
public System.Nullable<System.DateTime> ModifyDate {
get {
return this.ModifyDateField;
}
set {
if ((this.ModifyDateField.Equals(value) != true)) {
this.ModifyDateField = value;
this.RaisePropertyChanged("ModifyDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=29)]
public System.DateTime MTIME {
get {
return this.MTIMEField;
}
set {
if ((this.MTIMEField.Equals(value) != true)) {
this.MTIMEField = value;
this.RaisePropertyChanged("MTIME");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=30)]
public string WorkPoint {
get {
return this.WorkPointField;
}
set {
if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
this.WorkPointField = value;
this.RaisePropertyChanged("WorkPoint");
}
}
}
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="ICSCheckInsert", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSCheckInsert : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UserField;
private System.DateTime DateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FlagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSCheckInsertData[] DataField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string User {
get {
return this.UserField;
}
set {
if ((object.ReferenceEquals(this.UserField, value) != true)) {
this.UserField = value;
this.RaisePropertyChanged("User");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=1)]
public System.DateTime Date {
get {
return this.DateField;
}
set {
if ((this.DateField.Equals(value) != true)) {
this.DateField = value;
this.RaisePropertyChanged("Date");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string Flag {
get {
return this.FlagField;
}
set {
if ((object.ReferenceEquals(this.FlagField, value) != true)) {
this.FlagField = value;
this.RaisePropertyChanged("Flag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public ICSSoft.Frame.APP.SAP.ICSCheckInsertData[] Data {
get {
return this.DataField;
}
set {
if ((object.ReferenceEquals(this.DataField, value) != true)) {
this.DataField = value;
this.RaisePropertyChanged("Data");
}
}
}
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="ICSCheckInsertData", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSCheckInsertData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WHCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SignField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string LotNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WHTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SOCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SORowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VenCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CusCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ProjectCodeField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=1)]
public string WHCode {
get {
return this.WHCodeField;
}
set {
if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
this.WHCodeField = value;
this.RaisePropertyChanged("WHCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string Sign {
get {
return this.SignField;
}
set {
if ((object.ReferenceEquals(this.SignField, value) != true)) {
this.SignField = value;
this.RaisePropertyChanged("Sign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string LotNO {
get {
return this.LotNOField;
}
set {
if ((object.ReferenceEquals(this.LotNOField, value) != true)) {
this.LotNOField = value;
this.RaisePropertyChanged("LotNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string WHType {
get {
return this.WHTypeField;
}
set {
if ((object.ReferenceEquals(this.WHTypeField, value) != true)) {
this.WHTypeField = value;
this.RaisePropertyChanged("WHType");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string SOCode {
get {
return this.SOCodeField;
}
set {
if ((object.ReferenceEquals(this.SOCodeField, value) != true)) {
this.SOCodeField = value;
this.RaisePropertyChanged("SOCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string SORow {
get {
return this.SORowField;
}
set {
if ((object.ReferenceEquals(this.SORowField, value) != true)) {
this.SORowField = value;
this.RaisePropertyChanged("SORow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string VenCode {
get {
return this.VenCodeField;
}
set {
if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
this.VenCodeField = value;
this.RaisePropertyChanged("VenCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string CusCode {
get {
return this.CusCodeField;
}
set {
if ((object.ReferenceEquals(this.CusCodeField, value) != true)) {
this.CusCodeField = value;
this.RaisePropertyChanged("CusCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string ProjectCode {
get {
return this.ProjectCodeField;
}
set {
if ((object.ReferenceEquals(this.ProjectCodeField, value) != true)) {
this.ProjectCodeField = value;
this.RaisePropertyChanged("ProjectCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=11)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
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="ICSCheckResult", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSCheckResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSCheckMessage[] MessageField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSCheckVoucher[] VoucherField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSCheckData[] DataField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public ICSSoft.Frame.APP.SAP.ICSCheckMessage[] Message {
get {
return this.MessageField;
}
set {
if ((object.ReferenceEquals(this.MessageField, value) != true)) {
this.MessageField = value;
this.RaisePropertyChanged("Message");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public ICSSoft.Frame.APP.SAP.ICSCheckVoucher[] Voucher {
get {
return this.VoucherField;
}
set {
if ((object.ReferenceEquals(this.VoucherField, value) != true)) {
this.VoucherField = value;
this.RaisePropertyChanged("Voucher");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public ICSSoft.Frame.APP.SAP.ICSCheckData[] Data {
get {
return this.DataField;
}
set {
if ((object.ReferenceEquals(this.DataField, value) != true)) {
this.DataField = value;
this.RaisePropertyChanged("Data");
}
}
}
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="ICSCheckMessage", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSCheckMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TypeField;
[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(EmitDefaultValue=false)]
public string Type {
get {
return this.TypeField;
}
set {
if ((object.ReferenceEquals(this.TypeField, value) != true)) {
this.TypeField = value;
this.RaisePropertyChanged("Type");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
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.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="ICSCheckVoucher", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSCheckVoucher : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string YearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WHCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SignField;
private System.DateTime VoucherDateField;
private System.DateTime ActualDateField;
private System.DateTime ModifyDateField;
private System.DateTime DifferentDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string MonthField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UserField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DifferentSignField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DeleteSignField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string VoucherNO {
get {
return this.VoucherNOField;
}
set {
if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
this.VoucherNOField = value;
this.RaisePropertyChanged("VoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=2)]
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(EmitDefaultValue=false, Order=3)]
public string WHCode {
get {
return this.WHCodeField;
}
set {
if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
this.WHCodeField = value;
this.RaisePropertyChanged("WHCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string Sign {
get {
return this.SignField;
}
set {
if ((object.ReferenceEquals(this.SignField, value) != true)) {
this.SignField = value;
this.RaisePropertyChanged("Sign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)]
public System.DateTime VoucherDate {
get {
return this.VoucherDateField;
}
set {
if ((this.VoucherDateField.Equals(value) != true)) {
this.VoucherDateField = value;
this.RaisePropertyChanged("VoucherDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)]
public System.DateTime ActualDate {
get {
return this.ActualDateField;
}
set {
if ((this.ActualDateField.Equals(value) != true)) {
this.ActualDateField = value;
this.RaisePropertyChanged("ActualDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=7)]
public System.DateTime ModifyDate {
get {
return this.ModifyDateField;
}
set {
if ((this.ModifyDateField.Equals(value) != true)) {
this.ModifyDateField = value;
this.RaisePropertyChanged("ModifyDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=8)]
public System.DateTime DifferentDate {
get {
return this.DifferentDateField;
}
set {
if ((this.DifferentDateField.Equals(value) != true)) {
this.DifferentDateField = value;
this.RaisePropertyChanged("DifferentDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
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(EmitDefaultValue=false, Order=10)]
public string User {
get {
return this.UserField;
}
set {
if ((object.ReferenceEquals(this.UserField, value) != true)) {
this.UserField = value;
this.RaisePropertyChanged("User");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string DifferentSign {
get {
return this.DifferentSignField;
}
set {
if ((object.ReferenceEquals(this.DifferentSignField, value) != true)) {
this.DifferentSignField = value;
this.RaisePropertyChanged("DifferentSign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public string DeleteSign {
get {
return this.DeleteSignField;
}
set {
if ((object.ReferenceEquals(this.DeleteSignField, value) != true)) {
this.DeleteSignField = value;
this.RaisePropertyChanged("DeleteSign");
}
}
}
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="ICSCheckData", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSCheckData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string YearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherRowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WHCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string LotNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SignField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WHTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SOCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SORowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VenCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CusCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ProjectCodeField;
private decimal QuantitySAPField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string NullSignField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DifferentSignField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DeleteSignField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ActualUserField;
private System.DateTime ActualTimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ModifyUserField;
private System.DateTime ModifyTimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DifferentVoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DifferentYearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DifferentVoucherRowField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DifferentUserField;
private System.DateTime DifferentTimeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string VoucherNO {
get {
return this.VoucherNOField;
}
set {
if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
this.VoucherNOField = value;
this.RaisePropertyChanged("VoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=2)]
public string VoucherRow {
get {
return this.VoucherRowField;
}
set {
if ((object.ReferenceEquals(this.VoucherRowField, value) != true)) {
this.VoucherRowField = value;
this.RaisePropertyChanged("VoucherRow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
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(EmitDefaultValue=false, Order=5)]
public string WHCode {
get {
return this.WHCodeField;
}
set {
if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
this.WHCodeField = value;
this.RaisePropertyChanged("WHCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string LotNO {
get {
return this.LotNOField;
}
set {
if ((object.ReferenceEquals(this.LotNOField, value) != true)) {
this.LotNOField = value;
this.RaisePropertyChanged("LotNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string Sign {
get {
return this.SignField;
}
set {
if ((object.ReferenceEquals(this.SignField, value) != true)) {
this.SignField = value;
this.RaisePropertyChanged("Sign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string WHType {
get {
return this.WHTypeField;
}
set {
if ((object.ReferenceEquals(this.WHTypeField, value) != true)) {
this.WHTypeField = value;
this.RaisePropertyChanged("WHType");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string SOCode {
get {
return this.SOCodeField;
}
set {
if ((object.ReferenceEquals(this.SOCodeField, value) != true)) {
this.SOCodeField = value;
this.RaisePropertyChanged("SOCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string SORow {
get {
return this.SORowField;
}
set {
if ((object.ReferenceEquals(this.SORowField, value) != true)) {
this.SORowField = value;
this.RaisePropertyChanged("SORow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string VenCode {
get {
return this.VenCodeField;
}
set {
if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
this.VenCodeField = value;
this.RaisePropertyChanged("VenCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public string CusCode {
get {
return this.CusCodeField;
}
set {
if ((object.ReferenceEquals(this.CusCodeField, value) != true)) {
this.CusCodeField = value;
this.RaisePropertyChanged("CusCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
public string ProjectCode {
get {
return this.ProjectCodeField;
}
set {
if ((object.ReferenceEquals(this.ProjectCodeField, value) != true)) {
this.ProjectCodeField = value;
this.RaisePropertyChanged("ProjectCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=14)]
public decimal QuantitySAP {
get {
return this.QuantitySAPField;
}
set {
if ((this.QuantitySAPField.Equals(value) != true)) {
this.QuantitySAPField = value;
this.RaisePropertyChanged("QuantitySAP");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=15)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=17)]
public string NullSign {
get {
return this.NullSignField;
}
set {
if ((object.ReferenceEquals(this.NullSignField, value) != true)) {
this.NullSignField = value;
this.RaisePropertyChanged("NullSign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=18)]
public string DifferentSign {
get {
return this.DifferentSignField;
}
set {
if ((object.ReferenceEquals(this.DifferentSignField, value) != true)) {
this.DifferentSignField = value;
this.RaisePropertyChanged("DifferentSign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=19)]
public string DeleteSign {
get {
return this.DeleteSignField;
}
set {
if ((object.ReferenceEquals(this.DeleteSignField, value) != true)) {
this.DeleteSignField = value;
this.RaisePropertyChanged("DeleteSign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=20)]
public string ActualUser {
get {
return this.ActualUserField;
}
set {
if ((object.ReferenceEquals(this.ActualUserField, value) != true)) {
this.ActualUserField = value;
this.RaisePropertyChanged("ActualUser");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=21)]
public System.DateTime ActualTime {
get {
return this.ActualTimeField;
}
set {
if ((this.ActualTimeField.Equals(value) != true)) {
this.ActualTimeField = value;
this.RaisePropertyChanged("ActualTime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=22)]
public string ModifyUser {
get {
return this.ModifyUserField;
}
set {
if ((object.ReferenceEquals(this.ModifyUserField, value) != true)) {
this.ModifyUserField = value;
this.RaisePropertyChanged("ModifyUser");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=23)]
public System.DateTime ModifyTime {
get {
return this.ModifyTimeField;
}
set {
if ((this.ModifyTimeField.Equals(value) != true)) {
this.ModifyTimeField = value;
this.RaisePropertyChanged("ModifyTime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=24)]
public string DifferentVoucherNO {
get {
return this.DifferentVoucherNOField;
}
set {
if ((object.ReferenceEquals(this.DifferentVoucherNOField, value) != true)) {
this.DifferentVoucherNOField = value;
this.RaisePropertyChanged("DifferentVoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=25)]
public string DifferentYear {
get {
return this.DifferentYearField;
}
set {
if ((object.ReferenceEquals(this.DifferentYearField, value) != true)) {
this.DifferentYearField = value;
this.RaisePropertyChanged("DifferentYear");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=26)]
public string DifferentVoucherRow {
get {
return this.DifferentVoucherRowField;
}
set {
if ((object.ReferenceEquals(this.DifferentVoucherRowField, value) != true)) {
this.DifferentVoucherRowField = value;
this.RaisePropertyChanged("DifferentVoucherRow");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=27)]
public string DifferentUser {
get {
return this.DifferentUserField;
}
set {
if ((object.ReferenceEquals(this.DifferentUserField, value) != true)) {
this.DifferentUserField = value;
this.RaisePropertyChanged("DifferentUser");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=28)]
public System.DateTime DifferentTime {
get {
return this.DifferentTimeField;
}
set {
if ((this.DifferentTimeField.Equals(value) != true)) {
this.DifferentTimeField = value;
this.RaisePropertyChanged("DifferentTime");
}
}
}
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="ICSCheckUpdate", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSCheckUpdate : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UserField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSCheckData[] DataField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string User {
get {
return this.UserField;
}
set {
if ((object.ReferenceEquals(this.UserField, value) != true)) {
this.UserField = value;
this.RaisePropertyChanged("User");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public ICSSoft.Frame.APP.SAP.ICSCheckData[] Data {
get {
return this.DataField;
}
set {
if ((object.ReferenceEquals(this.DataField, value) != true)) {
this.DataField = value;
this.RaisePropertyChanged("Data");
}
}
}
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="ICSCheckDifference", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSCheckDifference : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UserField;
private System.DateTime DateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSCheckData[] DataField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string User {
get {
return this.UserField;
}
set {
if ((object.ReferenceEquals(this.UserField, value) != true)) {
this.UserField = value;
this.RaisePropertyChanged("User");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=1)]
public System.DateTime Date {
get {
return this.DateField;
}
set {
if ((this.DateField.Equals(value) != true)) {
this.DateField = value;
this.RaisePropertyChanged("Date");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public ICSSoft.Frame.APP.SAP.ICSCheckData[] Data {
get {
return this.DataField;
}
set {
if ((object.ReferenceEquals(this.DataField, value) != true)) {
this.DataField = value;
this.RaisePropertyChanged("Data");
}
}
}
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="ICSItemOutInput", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSItemOutInput : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WorkPointField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TextField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CenterField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UserField;
private System.DateTime PostingDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string BackSignField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSItemOutInputMessage[] InputMessageField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=1)]
public string Text {
get {
return this.TextField;
}
set {
if ((object.ReferenceEquals(this.TextField, value) != true)) {
this.TextField = value;
this.RaisePropertyChanged("Text");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string Center {
get {
return this.CenterField;
}
set {
if ((object.ReferenceEquals(this.CenterField, value) != true)) {
this.CenterField = value;
this.RaisePropertyChanged("Center");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string User {
get {
return this.UserField;
}
set {
if ((object.ReferenceEquals(this.UserField, value) != true)) {
this.UserField = value;
this.RaisePropertyChanged("User");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
public System.DateTime PostingDate {
get {
return this.PostingDateField;
}
set {
if ((this.PostingDateField.Equals(value) != true)) {
this.PostingDateField = value;
this.RaisePropertyChanged("PostingDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string BackSign {
get {
return this.BackSignField;
}
set {
if ((object.ReferenceEquals(this.BackSignField, value) != true)) {
this.BackSignField = value;
this.RaisePropertyChanged("BackSign");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public ICSSoft.Frame.APP.SAP.ICSItemOutInputMessage[] InputMessage {
get {
return this.InputMessageField;
}
set {
if ((object.ReferenceEquals(this.InputMessageField, value) != true)) {
this.InputMessageField = value;
this.RaisePropertyChanged("InputMessage");
}
}
}
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="ICSItemOutInputMessage", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSItemOutInputMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string WHCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string LotNOField;
private decimal QuantityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ComUnitCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RowTextField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string InvCode {
get {
return this.InvCodeField;
}
set {
if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
this.InvCodeField = value;
this.RaisePropertyChanged("InvCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string WHCode {
get {
return this.WHCodeField;
}
set {
if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
this.WHCodeField = value;
this.RaisePropertyChanged("WHCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string LotNO {
get {
return this.LotNOField;
}
set {
if ((object.ReferenceEquals(this.LotNOField, value) != true)) {
this.LotNOField = value;
this.RaisePropertyChanged("LotNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public decimal Quantity {
get {
return this.QuantityField;
}
set {
if ((this.QuantityField.Equals(value) != true)) {
this.QuantityField = value;
this.RaisePropertyChanged("Quantity");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string ComUnitCode {
get {
return this.ComUnitCodeField;
}
set {
if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
this.ComUnitCodeField = value;
this.RaisePropertyChanged("ComUnitCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string RowText {
get {
return this.RowTextField;
}
set {
if ((object.ReferenceEquals(this.RowTextField, value) != true)) {
this.RowTextField = value;
this.RaisePropertyChanged("RowText");
}
}
}
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="ICSItemOutResult", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSItemOutResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FlagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TextField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string VoucherNOField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string YearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private ICSSoft.Frame.APP.SAP.ICSItemOutResultMessage[] ResultMessageField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Flag {
get {
return this.FlagField;
}
set {
if ((object.ReferenceEquals(this.FlagField, value) != true)) {
this.FlagField = value;
this.RaisePropertyChanged("Flag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string Text {
get {
return this.TextField;
}
set {
if ((object.ReferenceEquals(this.TextField, value) != true)) {
this.TextField = value;
this.RaisePropertyChanged("Text");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string VoucherNO {
get {
return this.VoucherNOField;
}
set {
if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
this.VoucherNOField = value;
this.RaisePropertyChanged("VoucherNO");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
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(EmitDefaultValue=false, Order=4)]
public ICSSoft.Frame.APP.SAP.ICSItemOutResultMessage[] ResultMessage {
get {
return this.ResultMessageField;
}
set {
if ((object.ReferenceEquals(this.ResultMessageField, value) != true)) {
this.ResultMessageField = value;
this.RaisePropertyChanged("ResultMessage");
}
}
}
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="ICSItemOutResultMessage", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ICSItemOutResultMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TypeField;
[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(EmitDefaultValue=false)]
public string Type {
get {
return this.TypeField;
}
set {
if ((object.ReferenceEquals(this.TypeField, value) != true)) {
this.TypeField = value;
this.RaisePropertyChanged("Type");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
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="SAP.ASPWebSoap")]
public interface ASPWebSoap {
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initTransferWH", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.initTransferWHResponse initTransferWH(ICSSoft.Frame.APP.SAP.initTransferWHRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initTransferOut", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.initTransferOutResponse initTransferOut(ICSSoft.Frame.APP.SAP.initTransferOutRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initTransferOutNew", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.initTransferOutNewResponse initTransferOutNew(ICSSoft.Frame.APP.SAP.initTransferOutNewRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/VoucherCancel", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.VoucherCancelResponse VoucherCancel(ICSSoft.Frame.APP.SAP.VoucherCancelRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 WorkPoint 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetWHStock", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.GetWHStockResponse GetWHStock(ICSSoft.Frame.APP.SAP.GetWHStockRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/POIn", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.POInResponse POIn(ICSSoft.Frame.APP.SAP.POInRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 User 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SO", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.SOResponse SO(ICSSoft.Frame.APP.SAP.SORequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckInsert", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.CheckInsertResponse CheckInsert(ICSSoft.Frame.APP.SAP.CheckInsertRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckUpdate", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.CheckUpdateResponse CheckUpdate(ICSSoft.Frame.APP.SAP.CheckUpdateRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckDifference", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.CheckDifferenceResponse CheckDifference(ICSSoft.Frame.APP.SAP.CheckDifferenceRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ItemOut", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.ItemOutResponse ItemOut(ICSSoft.Frame.APP.SAP.ItemOutRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 Language 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetCenter", ReplyAction="*")]
ICSSoft.Frame.APP.SAP.GetCenterResponse GetCenter(ICSSoft.Frame.APP.SAP.GetCenterRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initInventory", ReplyAction="*")]
void initInventory();
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initVendor", ReplyAction="*")]
void initVendor();
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initWareHourse", ReplyAction="*")]
void initWareHourse();
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initPO", ReplyAction="*")]
void initPO();
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initMO", ReplyAction="*")]
void initMO();
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initMOBom", ReplyAction="*")]
void initMOBom();
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initMOBomRes", ReplyAction="*")]
void initMOBomRes();
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initSODispatch", ReplyAction="*")]
void initSODispatch();
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class initTransferWHRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferWH", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.initTransferWHRequestBody Body;
public initTransferWHRequest() {
}
public initTransferWHRequest(ICSSoft.Frame.APP.SAP.initTransferWHRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class initTransferWHRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSTransferInputWH input;
public initTransferWHRequestBody() {
}
public initTransferWHRequestBody(ICSSoft.Frame.APP.SAP.ICSTransferInputWH input) {
this.input = input;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class initTransferWHResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferWHResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.initTransferWHResponseBody Body;
public initTransferWHResponse() {
}
public initTransferWHResponse(ICSSoft.Frame.APP.SAP.initTransferWHResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class initTransferWHResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferWHResult;
public initTransferWHResponseBody() {
}
public initTransferWHResponseBody(ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferWHResult) {
this.initTransferWHResult = initTransferWHResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class initTransferOutRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferOut", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.initTransferOutRequestBody Body;
public initTransferOutRequest() {
}
public initTransferOutRequest(ICSSoft.Frame.APP.SAP.initTransferOutRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class initTransferOutRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSTransferInputOut input;
public initTransferOutRequestBody() {
}
public initTransferOutRequestBody(ICSSoft.Frame.APP.SAP.ICSTransferInputOut input) {
this.input = input;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class initTransferOutResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferOutResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.initTransferOutResponseBody Body;
public initTransferOutResponse() {
}
public initTransferOutResponse(ICSSoft.Frame.APP.SAP.initTransferOutResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class initTransferOutResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferOutResult;
public initTransferOutResponseBody() {
}
public initTransferOutResponseBody(ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferOutResult) {
this.initTransferOutResult = initTransferOutResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class initTransferOutNewRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferOutNew", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.initTransferOutNewRequestBody Body;
public initTransferOutNewRequest() {
}
public initTransferOutNewRequest(ICSSoft.Frame.APP.SAP.initTransferOutNewRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class initTransferOutNewRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSTransferInputOutNew input;
public initTransferOutNewRequestBody() {
}
public initTransferOutNewRequestBody(ICSSoft.Frame.APP.SAP.ICSTransferInputOutNew input) {
this.input = input;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class initTransferOutNewResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferOutNewResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.initTransferOutNewResponseBody Body;
public initTransferOutNewResponse() {
}
public initTransferOutNewResponse(ICSSoft.Frame.APP.SAP.initTransferOutNewResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class initTransferOutNewResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSTransferResultNew[] initTransferOutNewResult;
public initTransferOutNewResponseBody() {
}
public initTransferOutNewResponseBody(ICSSoft.Frame.APP.SAP.ICSTransferResultNew[] initTransferOutNewResult) {
this.initTransferOutNewResult = initTransferOutNewResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class VoucherCancelRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="VoucherCancel", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.VoucherCancelRequestBody Body;
public VoucherCancelRequest() {
}
public VoucherCancelRequest(ICSSoft.Frame.APP.SAP.VoucherCancelRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class VoucherCancelRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSVoucherCancelInput input;
public VoucherCancelRequestBody() {
}
public VoucherCancelRequestBody(ICSSoft.Frame.APP.SAP.ICSVoucherCancelInput input) {
this.input = input;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class VoucherCancelResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="VoucherCancelResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.VoucherCancelResponseBody Body;
public VoucherCancelResponse() {
}
public VoucherCancelResponse(ICSSoft.Frame.APP.SAP.VoucherCancelResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class VoucherCancelResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSVoucherCancelResult VoucherCancelResult;
public VoucherCancelResponseBody() {
}
public VoucherCancelResponseBody(ICSSoft.Frame.APP.SAP.ICSVoucherCancelResult VoucherCancelResult) {
this.VoucherCancelResult = VoucherCancelResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetWHStockRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetWHStock", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.GetWHStockRequestBody Body;
public GetWHStockRequest() {
}
public GetWHStockRequest(ICSSoft.Frame.APP.SAP.GetWHStockRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class GetWHStockRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string WorkPoint;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string InvCode;
public GetWHStockRequestBody() {
}
public GetWHStockRequestBody(string WorkPoint, string InvCode) {
this.WorkPoint = WorkPoint;
this.InvCode = InvCode;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetWHStockResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetWHStockResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.GetWHStockResponseBody Body;
public GetWHStockResponse() {
}
public GetWHStockResponse(ICSSoft.Frame.APP.SAP.GetWHStockResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class GetWHStockResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSWHStock[] GetWHStockResult;
public GetWHStockResponseBody() {
}
public GetWHStockResponseBody(ICSSoft.Frame.APP.SAP.ICSWHStock[] GetWHStockResult) {
this.GetWHStockResult = GetWHStockResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class POInRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="POIn", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.POInRequestBody Body;
public POInRequest() {
}
public POInRequest(ICSSoft.Frame.APP.SAP.POInRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class POInRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSERPPOInInput input;
public POInRequestBody() {
}
public POInRequestBody(ICSSoft.Frame.APP.SAP.ICSERPPOInInput input) {
this.input = input;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class POInResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="POInResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.POInResponseBody Body;
public POInResponse() {
}
public POInResponse(ICSSoft.Frame.APP.SAP.POInResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class POInResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSERPPOInResult POInResult;
public POInResponseBody() {
}
public POInResponseBody(ICSSoft.Frame.APP.SAP.ICSERPPOInResult POInResult) {
this.POInResult = POInResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SORequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SO", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.SORequestBody Body;
public SORequest() {
}
public SORequest(ICSSoft.Frame.APP.SAP.SORequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class SORequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string User;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public ICSSoft.Frame.APP.SAP.ICSERPSOInput[] input;
public SORequestBody() {
}
public SORequestBody(string User, ICSSoft.Frame.APP.SAP.ICSERPSOInput[] input) {
this.User = User;
this.input = input;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SOResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SOResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.SOResponseBody Body;
public SOResponse() {
}
public SOResponse(ICSSoft.Frame.APP.SAP.SOResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class SOResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSERPSOResult SOResult;
public SOResponseBody() {
}
public SOResponseBody(ICSSoft.Frame.APP.SAP.ICSERPSOResult SOResult) {
this.SOResult = SOResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckInsertRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckInsert", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.CheckInsertRequestBody Body;
public CheckInsertRequest() {
}
public CheckInsertRequest(ICSSoft.Frame.APP.SAP.CheckInsertRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class CheckInsertRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSCheckInsert input;
public CheckInsertRequestBody() {
}
public CheckInsertRequestBody(ICSSoft.Frame.APP.SAP.ICSCheckInsert input) {
this.input = input;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckInsertResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckInsertResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.CheckInsertResponseBody Body;
public CheckInsertResponse() {
}
public CheckInsertResponse(ICSSoft.Frame.APP.SAP.CheckInsertResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class CheckInsertResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckInsertResult;
public CheckInsertResponseBody() {
}
public CheckInsertResponseBody(ICSSoft.Frame.APP.SAP.ICSCheckResult CheckInsertResult) {
this.CheckInsertResult = CheckInsertResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckUpdateRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckUpdate", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.CheckUpdateRequestBody Body;
public CheckUpdateRequest() {
}
public CheckUpdateRequest(ICSSoft.Frame.APP.SAP.CheckUpdateRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class CheckUpdateRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSCheckUpdate input;
public CheckUpdateRequestBody() {
}
public CheckUpdateRequestBody(ICSSoft.Frame.APP.SAP.ICSCheckUpdate input) {
this.input = input;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckUpdateResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckUpdateResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.CheckUpdateResponseBody Body;
public CheckUpdateResponse() {
}
public CheckUpdateResponse(ICSSoft.Frame.APP.SAP.CheckUpdateResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class CheckUpdateResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckUpdateResult;
public CheckUpdateResponseBody() {
}
public CheckUpdateResponseBody(ICSSoft.Frame.APP.SAP.ICSCheckResult CheckUpdateResult) {
this.CheckUpdateResult = CheckUpdateResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckDifferenceRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckDifference", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.CheckDifferenceRequestBody Body;
public CheckDifferenceRequest() {
}
public CheckDifferenceRequest(ICSSoft.Frame.APP.SAP.CheckDifferenceRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class CheckDifferenceRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSCheckDifference input;
public CheckDifferenceRequestBody() {
}
public CheckDifferenceRequestBody(ICSSoft.Frame.APP.SAP.ICSCheckDifference input) {
this.input = input;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class CheckDifferenceResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckDifferenceResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.CheckDifferenceResponseBody Body;
public CheckDifferenceResponse() {
}
public CheckDifferenceResponse(ICSSoft.Frame.APP.SAP.CheckDifferenceResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class CheckDifferenceResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckDifferenceResult;
public CheckDifferenceResponseBody() {
}
public CheckDifferenceResponseBody(ICSSoft.Frame.APP.SAP.ICSCheckResult CheckDifferenceResult) {
this.CheckDifferenceResult = CheckDifferenceResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class ItemOutRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="ItemOut", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.ItemOutRequestBody Body;
public ItemOutRequest() {
}
public ItemOutRequest(ICSSoft.Frame.APP.SAP.ItemOutRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class ItemOutRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSItemOutInput input;
public ItemOutRequestBody() {
}
public ItemOutRequestBody(ICSSoft.Frame.APP.SAP.ICSItemOutInput input) {
this.input = input;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class ItemOutResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="ItemOutResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.ItemOutResponseBody Body;
public ItemOutResponse() {
}
public ItemOutResponse(ICSSoft.Frame.APP.SAP.ItemOutResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class ItemOutResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public ICSSoft.Frame.APP.SAP.ICSItemOutResult ItemOutResult;
public ItemOutResponseBody() {
}
public ItemOutResponseBody(ICSSoft.Frame.APP.SAP.ICSItemOutResult ItemOutResult) {
this.ItemOutResult = ItemOutResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCenterRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCenter", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.GetCenterRequestBody Body;
public GetCenterRequest() {
}
public GetCenterRequest(ICSSoft.Frame.APP.SAP.GetCenterRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class GetCenterRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string Language;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string WorkPoint;
public GetCenterRequestBody() {
}
public GetCenterRequestBody(string Language, string WorkPoint) {
this.Language = Language;
this.WorkPoint = WorkPoint;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetCenterResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetCenterResponse", Namespace="http://tempuri.org/", Order=0)]
public ICSSoft.Frame.APP.SAP.GetCenterResponseBody Body;
public GetCenterResponse() {
}
public GetCenterResponse(ICSSoft.Frame.APP.SAP.GetCenterResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class GetCenterResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetCenterResult;
public GetCenterResponseBody() {
}
public GetCenterResponseBody(string GetCenterResult) {
this.GetCenterResult = GetCenterResult;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface ASPWebSoapChannel : ICSSoft.Frame.APP.SAP.ASPWebSoap, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class ASPWebSoapClient : System.ServiceModel.ClientBase<ICSSoft.Frame.APP.SAP.ASPWebSoap>, ICSSoft.Frame.APP.SAP.ASPWebSoap {
public ASPWebSoapClient() {
}
public ASPWebSoapClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public ASPWebSoapClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public ASPWebSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public ASPWebSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.initTransferWHResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.initTransferWH(ICSSoft.Frame.APP.SAP.initTransferWHRequest request) {
return base.Channel.initTransferWH(request);
}
public ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferWH(ICSSoft.Frame.APP.SAP.ICSTransferInputWH input) {
ICSSoft.Frame.APP.SAP.initTransferWHRequest inValue = new ICSSoft.Frame.APP.SAP.initTransferWHRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.initTransferWHRequestBody();
inValue.Body.input = input;
ICSSoft.Frame.APP.SAP.initTransferWHResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).initTransferWH(inValue);
return retVal.Body.initTransferWHResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.initTransferOutResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.initTransferOut(ICSSoft.Frame.APP.SAP.initTransferOutRequest request) {
return base.Channel.initTransferOut(request);
}
public ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferOut(ICSSoft.Frame.APP.SAP.ICSTransferInputOut input) {
ICSSoft.Frame.APP.SAP.initTransferOutRequest inValue = new ICSSoft.Frame.APP.SAP.initTransferOutRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.initTransferOutRequestBody();
inValue.Body.input = input;
ICSSoft.Frame.APP.SAP.initTransferOutResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).initTransferOut(inValue);
return retVal.Body.initTransferOutResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.initTransferOutNewResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.initTransferOutNew(ICSSoft.Frame.APP.SAP.initTransferOutNewRequest request) {
return base.Channel.initTransferOutNew(request);
}
public ICSSoft.Frame.APP.SAP.ICSTransferResultNew[] initTransferOutNew(ICSSoft.Frame.APP.SAP.ICSTransferInputOutNew input) {
ICSSoft.Frame.APP.SAP.initTransferOutNewRequest inValue = new ICSSoft.Frame.APP.SAP.initTransferOutNewRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.initTransferOutNewRequestBody();
inValue.Body.input = input;
ICSSoft.Frame.APP.SAP.initTransferOutNewResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).initTransferOutNew(inValue);
return retVal.Body.initTransferOutNewResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.VoucherCancelResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.VoucherCancel(ICSSoft.Frame.APP.SAP.VoucherCancelRequest request) {
return base.Channel.VoucherCancel(request);
}
public ICSSoft.Frame.APP.SAP.ICSVoucherCancelResult VoucherCancel(ICSSoft.Frame.APP.SAP.ICSVoucherCancelInput input) {
ICSSoft.Frame.APP.SAP.VoucherCancelRequest inValue = new ICSSoft.Frame.APP.SAP.VoucherCancelRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.VoucherCancelRequestBody();
inValue.Body.input = input;
ICSSoft.Frame.APP.SAP.VoucherCancelResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).VoucherCancel(inValue);
return retVal.Body.VoucherCancelResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.GetWHStockResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.GetWHStock(ICSSoft.Frame.APP.SAP.GetWHStockRequest request) {
return base.Channel.GetWHStock(request);
}
public ICSSoft.Frame.APP.SAP.ICSWHStock[] GetWHStock(string WorkPoint, string InvCode) {
ICSSoft.Frame.APP.SAP.GetWHStockRequest inValue = new ICSSoft.Frame.APP.SAP.GetWHStockRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.GetWHStockRequestBody();
inValue.Body.WorkPoint = WorkPoint;
inValue.Body.InvCode = InvCode;
ICSSoft.Frame.APP.SAP.GetWHStockResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).GetWHStock(inValue);
return retVal.Body.GetWHStockResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.POInResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.POIn(ICSSoft.Frame.APP.SAP.POInRequest request) {
return base.Channel.POIn(request);
}
public ICSSoft.Frame.APP.SAP.ICSERPPOInResult POIn(ICSSoft.Frame.APP.SAP.ICSERPPOInInput input) {
ICSSoft.Frame.APP.SAP.POInRequest inValue = new ICSSoft.Frame.APP.SAP.POInRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.POInRequestBody();
inValue.Body.input = input;
ICSSoft.Frame.APP.SAP.POInResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).POIn(inValue);
return retVal.Body.POInResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.SOResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.SO(ICSSoft.Frame.APP.SAP.SORequest request) {
return base.Channel.SO(request);
}
public ICSSoft.Frame.APP.SAP.ICSERPSOResult SO(string User, ICSSoft.Frame.APP.SAP.ICSERPSOInput[] input) {
ICSSoft.Frame.APP.SAP.SORequest inValue = new ICSSoft.Frame.APP.SAP.SORequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.SORequestBody();
inValue.Body.User = User;
inValue.Body.input = input;
ICSSoft.Frame.APP.SAP.SOResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).SO(inValue);
return retVal.Body.SOResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.CheckInsertResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.CheckInsert(ICSSoft.Frame.APP.SAP.CheckInsertRequest request) {
return base.Channel.CheckInsert(request);
}
public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckInsert(ICSSoft.Frame.APP.SAP.ICSCheckInsert input) {
ICSSoft.Frame.APP.SAP.CheckInsertRequest inValue = new ICSSoft.Frame.APP.SAP.CheckInsertRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.CheckInsertRequestBody();
inValue.Body.input = input;
ICSSoft.Frame.APP.SAP.CheckInsertResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).CheckInsert(inValue);
return retVal.Body.CheckInsertResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.CheckUpdateResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.CheckUpdate(ICSSoft.Frame.APP.SAP.CheckUpdateRequest request) {
return base.Channel.CheckUpdate(request);
}
public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckUpdate(ICSSoft.Frame.APP.SAP.ICSCheckUpdate input) {
ICSSoft.Frame.APP.SAP.CheckUpdateRequest inValue = new ICSSoft.Frame.APP.SAP.CheckUpdateRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.CheckUpdateRequestBody();
inValue.Body.input = input;
ICSSoft.Frame.APP.SAP.CheckUpdateResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).CheckUpdate(inValue);
return retVal.Body.CheckUpdateResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.CheckDifferenceResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.CheckDifference(ICSSoft.Frame.APP.SAP.CheckDifferenceRequest request) {
return base.Channel.CheckDifference(request);
}
public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckDifference(ICSSoft.Frame.APP.SAP.ICSCheckDifference input) {
ICSSoft.Frame.APP.SAP.CheckDifferenceRequest inValue = new ICSSoft.Frame.APP.SAP.CheckDifferenceRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.CheckDifferenceRequestBody();
inValue.Body.input = input;
ICSSoft.Frame.APP.SAP.CheckDifferenceResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).CheckDifference(inValue);
return retVal.Body.CheckDifferenceResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.ItemOutResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.ItemOut(ICSSoft.Frame.APP.SAP.ItemOutRequest request) {
return base.Channel.ItemOut(request);
}
public ICSSoft.Frame.APP.SAP.ICSItemOutResult ItemOut(ICSSoft.Frame.APP.SAP.ICSItemOutInput input) {
ICSSoft.Frame.APP.SAP.ItemOutRequest inValue = new ICSSoft.Frame.APP.SAP.ItemOutRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.ItemOutRequestBody();
inValue.Body.input = input;
ICSSoft.Frame.APP.SAP.ItemOutResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).ItemOut(inValue);
return retVal.Body.ItemOutResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ICSSoft.Frame.APP.SAP.GetCenterResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.GetCenter(ICSSoft.Frame.APP.SAP.GetCenterRequest request) {
return base.Channel.GetCenter(request);
}
public string GetCenter(string Language, string WorkPoint) {
ICSSoft.Frame.APP.SAP.GetCenterRequest inValue = new ICSSoft.Frame.APP.SAP.GetCenterRequest();
inValue.Body = new ICSSoft.Frame.APP.SAP.GetCenterRequestBody();
inValue.Body.Language = Language;
inValue.Body.WorkPoint = WorkPoint;
ICSSoft.Frame.APP.SAP.GetCenterResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).GetCenter(inValue);
return retVal.Body.GetCenterResult;
}
public void initInventory() {
base.Channel.initInventory();
}
public void initVendor() {
base.Channel.initVendor();
}
public void initWareHourse() {
base.Channel.initWareHourse();
}
public void initPO() {
base.Channel.initPO();
}
public void initMO() {
base.Channel.initMO();
}
public void initMOBom() {
base.Channel.initMOBom();
}
public void initMOBomRes() {
base.Channel.initMOBomRes();
}
public void initSODispatch() {
base.Channel.initSODispatch();
}
}
}