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.
6473 lines
184 KiB
6473 lines
184 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:2.0.50727.8937
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Util.Data", ClrNamespace="UFSoft.UBF.Util.Data")]
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Exceptions", ClrNamespace="UFSoft.UBF.Exceptions")]
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("http://schemas.datacontract.org/2004/07/UFSoft.UBF.Exceptions", ClrNamespace="UFSoft.UBF.Exceptions1")]
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.PL", ClrNamespace="UFSoft.UBF.PL")]
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Business.BusinessEntity", ClrNamespace="UFSoft.UBF.Business.BusinessEntity")]
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("http://www.UFIDA.org/EntityData", ClrNamespace="www.ufida.org.EntityData")]
|
|
|
|
namespace UFSoft.UBF.PL.Engine
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ObjectState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.PL.Engine")]
|
|
public enum ObjectState : int
|
|
{
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
NotExist = -1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Unchanged = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Unknown = 0,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Inserted = 2,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Updated = 4,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Deleted = 8,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Operating = 9,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
NeedLoad = 10,
|
|
}
|
|
}
|
|
namespace UFSoft.UBF
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
|
|
public partial class ExceptionBase : System.Exception
|
|
{
|
|
|
|
public ExceptionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ExceptionBase.FormatState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
|
|
public enum FormatState : uint
|
|
{
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
None = 0,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Formatting = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Formatted = 2,
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class UnknownException : UFSoft.UBF.ExceptionBase
|
|
{
|
|
|
|
public UnknownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ErrorMessage", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
|
|
public partial class ErrorMessage : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private UFSoft.UBF.ErrorDescriptor errDescriptorField;
|
|
|
|
private string errorTypeField;
|
|
|
|
private UFSoft.UBF.ErrorMessage[] innerMessagesField;
|
|
|
|
private string messageField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public UFSoft.UBF.ErrorDescriptor errDescriptor
|
|
{
|
|
get
|
|
{
|
|
return this.errDescriptorField;
|
|
}
|
|
set
|
|
{
|
|
this.errDescriptorField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string errorType
|
|
{
|
|
get
|
|
{
|
|
return this.errorTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.errorTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.ErrorMessage[] innerMessages
|
|
{
|
|
get
|
|
{
|
|
return this.innerMessagesField;
|
|
}
|
|
set
|
|
{
|
|
this.innerMessagesField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string message
|
|
{
|
|
get
|
|
{
|
|
return this.messageField;
|
|
}
|
|
set
|
|
{
|
|
this.messageField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ErrorDescriptor", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
|
|
public partial class ErrorDescriptor : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string categoryField;
|
|
|
|
private string erroridField;
|
|
|
|
private UFSoft.UBF.ErrorLevel levelField;
|
|
|
|
private string ownerField;
|
|
|
|
private System.DateTime timeStampField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string category
|
|
{
|
|
get
|
|
{
|
|
return this.categoryField;
|
|
}
|
|
set
|
|
{
|
|
this.categoryField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string errorid
|
|
{
|
|
get
|
|
{
|
|
return this.erroridField;
|
|
}
|
|
set
|
|
{
|
|
this.erroridField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.ErrorLevel level
|
|
{
|
|
get
|
|
{
|
|
return this.levelField;
|
|
}
|
|
set
|
|
{
|
|
this.levelField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string owner
|
|
{
|
|
get
|
|
{
|
|
return this.ownerField;
|
|
}
|
|
set
|
|
{
|
|
this.ownerField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime timeStamp
|
|
{
|
|
get
|
|
{
|
|
return this.timeStampField;
|
|
}
|
|
set
|
|
{
|
|
this.timeStampField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ErrorLevel", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
|
|
public enum ErrorLevel : short
|
|
{
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Debug = 0,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Info = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Warn = 2,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Error = 3,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Fatal = 4,
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Business
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
|
|
public partial class BusinessException : UFSoft.UBF.ExceptionBase
|
|
{
|
|
|
|
public BusinessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class AttrsContainerException : UFSoft.UBF.Business.BusinessException
|
|
{
|
|
|
|
public AttrsContainerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class AttributeInValidException : UFSoft.UBF.Business.BusinessException
|
|
{
|
|
|
|
public AttributeInValidException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class EntityNotExistException : UFSoft.UBF.Business.BusinessException
|
|
{
|
|
|
|
public EntityNotExistException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Service
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class ServiceLostException : UFSoft.UBF.ExceptionBase
|
|
{
|
|
|
|
public ServiceLostException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class ServiceException : UFSoft.UBF.ExceptionBase
|
|
{
|
|
|
|
public ServiceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
|
|
public partial class ServiceExceptionDetail : System.ServiceModel.ExceptionDetail, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
public ServiceExceptionDetail(Exception exception) : base(exception) { }
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private UFSoft.UBF.ExceptionBase ExceptionField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.ExceptionBase Exception
|
|
{
|
|
get
|
|
{
|
|
return this.ExceptionField;
|
|
}
|
|
set
|
|
{
|
|
this.ExceptionField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Util.Data
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="MultiLangDataDict", Namespace="UFSoft.UBF.Util.Data")]
|
|
public partial class MultiLangDataDict : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangData[] _langsField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Util.Data.MultiLangData[] _langs
|
|
{
|
|
get
|
|
{
|
|
return this._langsField;
|
|
}
|
|
set
|
|
{
|
|
this._langsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="MultiLangData", Namespace="UFSoft.UBF.Util.Data")]
|
|
public partial class MultiLangData : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string LangTypeField;
|
|
|
|
private string LangValueField;
|
|
|
|
private System.Data.DataRowState StateField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string LangType
|
|
{
|
|
get
|
|
{
|
|
return this.LangTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.LangTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string LangValue
|
|
{
|
|
get
|
|
{
|
|
return this.LangValueField;
|
|
}
|
|
set
|
|
{
|
|
this.LangValueField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.Data.DataRowState State
|
|
{
|
|
get
|
|
{
|
|
return this.StateField;
|
|
}
|
|
set
|
|
{
|
|
this.StateField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace System.Data
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.FlagsAttribute()]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="DataRowState", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
|
|
public enum DataRowState : int
|
|
{
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Detached = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Unchanged = 2,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Added = 4,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Deleted = 8,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Modified = 16,
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Exceptions
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="MessageBase", Namespace="UFSoft.UBF.Exceptions")]
|
|
public partial class MessageBase : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string attributeMetadataIDField;
|
|
|
|
private string attributeNameField;
|
|
|
|
private string entityFullNameField;
|
|
|
|
private long entityIDField;
|
|
|
|
private string entityMetadataIDField;
|
|
|
|
private short errorLevelField;
|
|
|
|
private UFSoft.UBF.Exceptions1.MessageBaseFormatState formatedField;
|
|
|
|
private UFSoft.UBF.Exceptions.MessageBase[] innerMessagesField;
|
|
|
|
private bool isValidEntityIDField;
|
|
|
|
private string localMessageField;
|
|
|
|
private string orginalEntityFullNameField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string attributeMetadataID
|
|
{
|
|
get
|
|
{
|
|
return this.attributeMetadataIDField;
|
|
}
|
|
set
|
|
{
|
|
this.attributeMetadataIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string attributeName
|
|
{
|
|
get
|
|
{
|
|
return this.attributeNameField;
|
|
}
|
|
set
|
|
{
|
|
this.attributeNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string entityFullName
|
|
{
|
|
get
|
|
{
|
|
return this.entityFullNameField;
|
|
}
|
|
set
|
|
{
|
|
this.entityFullNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long entityID
|
|
{
|
|
get
|
|
{
|
|
return this.entityIDField;
|
|
}
|
|
set
|
|
{
|
|
this.entityIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string entityMetadataID
|
|
{
|
|
get
|
|
{
|
|
return this.entityMetadataIDField;
|
|
}
|
|
set
|
|
{
|
|
this.entityMetadataIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public short errorLevel
|
|
{
|
|
get
|
|
{
|
|
return this.errorLevelField;
|
|
}
|
|
set
|
|
{
|
|
this.errorLevelField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Exceptions1.MessageBaseFormatState formated
|
|
{
|
|
get
|
|
{
|
|
return this.formatedField;
|
|
}
|
|
set
|
|
{
|
|
this.formatedField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Exceptions.MessageBase[] innerMessages
|
|
{
|
|
get
|
|
{
|
|
return this.innerMessagesField;
|
|
}
|
|
set
|
|
{
|
|
this.innerMessagesField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool isValidEntityID
|
|
{
|
|
get
|
|
{
|
|
return this.isValidEntityIDField;
|
|
}
|
|
set
|
|
{
|
|
this.isValidEntityIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string localMessage
|
|
{
|
|
get
|
|
{
|
|
return this.localMessageField;
|
|
}
|
|
set
|
|
{
|
|
this.localMessageField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string orginalEntityFullName
|
|
{
|
|
get
|
|
{
|
|
return this.orginalEntityFullNameField;
|
|
}
|
|
set
|
|
{
|
|
this.orginalEntityFullNameField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Exceptions1
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="MessageBase.FormatState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Exceptions")]
|
|
public enum MessageBaseFormatState : uint
|
|
{
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
None = 0,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Formatting = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Formatted = 2,
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.PL
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ObjectKeyX", Namespace="UFSoft.UBF.PL")]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
|
|
public partial class ObjectKeyX : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string EntityTypeField;
|
|
|
|
private long IDField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string EntityType
|
|
{
|
|
get
|
|
{
|
|
return this.EntityTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.EntityTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ID
|
|
{
|
|
get
|
|
{
|
|
return this.IDField;
|
|
}
|
|
set
|
|
{
|
|
this.IDField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Business.BusinessEntity
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="UFSoft.UBF.Business.BusinessEntity")]
|
|
public partial class EntityKey : UFSoft.UBF.PL.ObjectKeyX
|
|
{
|
|
}
|
|
}
|
|
namespace www.ufida.org.EntityData
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.MODTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVMOMODTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private System.DateTime m_actualStartDateField;
|
|
|
|
private int m_alternateTypeField;
|
|
|
|
private string m_bOMECONoField;
|
|
|
|
private System.DateTime m_bOMEffDateField;
|
|
|
|
private int m_bOMTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_bOMVersionField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_businessPersonField;
|
|
|
|
private int m_cUDField;
|
|
|
|
private System.DateTime m_completeDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costFieldField;
|
|
|
|
private int m_demandCodeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_departmentField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexFieldField;
|
|
|
|
private string m_descriptionField;
|
|
|
|
private string m_docNoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_docTypeField;
|
|
|
|
private int m_expandLevelField;
|
|
|
|
private bool m_isCapacityLimitField;
|
|
|
|
private bool m_isFirmedField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemMasterField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemVersionField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVMOMOOperationDTOData[] m_mOOperationDTOsField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVMOMOPickListDTOData[] m_mOPickListDTOsField;
|
|
|
|
private int m_mOSourceDocTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVMOMOSrcRelationDTOData[] m_mOSrcRelationDTOsField;
|
|
|
|
private decimal m_mRPQtyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_orgField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_ownerOrgField;
|
|
|
|
private int m_priorityField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_productLotMasterField;
|
|
|
|
private string m_productLotNoField;
|
|
|
|
private decimal m_productQtyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_productUOMField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_projectField;
|
|
|
|
private int m_routingAlternateField;
|
|
|
|
private string m_routingECONoField;
|
|
|
|
private System.DateTime m_routingEffeDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_routingVerField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_sCVBinField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_sCVWhField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_seibanField;
|
|
|
|
private string[] m_snListField;
|
|
|
|
private System.DateTime m_startDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_taskField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_actualStartDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_actualStartDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_actualStartDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_alternateType
|
|
{
|
|
get
|
|
{
|
|
return this.m_alternateTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_alternateTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_bOMECONo
|
|
{
|
|
get
|
|
{
|
|
return this.m_bOMECONoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bOMECONoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_bOMEffDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_bOMEffDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bOMEffDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_bOMType
|
|
{
|
|
get
|
|
{
|
|
return this.m_bOMTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bOMTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_bOMVersion
|
|
{
|
|
get
|
|
{
|
|
return this.m_bOMVersionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bOMVersionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_businessPerson
|
|
{
|
|
get
|
|
{
|
|
return this.m_businessPersonField;
|
|
}
|
|
set
|
|
{
|
|
this.m_businessPersonField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_cUD
|
|
{
|
|
get
|
|
{
|
|
return this.m_cUDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_cUDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_completeDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_completeDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_completeDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costField
|
|
{
|
|
get
|
|
{
|
|
return this.m_costFieldField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costFieldField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_demandCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_demandCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_demandCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_department
|
|
{
|
|
get
|
|
{
|
|
return this.m_departmentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_departmentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexField
|
|
{
|
|
get
|
|
{
|
|
return this.m_descFlexFieldField;
|
|
}
|
|
set
|
|
{
|
|
this.m_descFlexFieldField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_description
|
|
{
|
|
get
|
|
{
|
|
return this.m_descriptionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_descriptionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_docNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_docNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_docNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_docType
|
|
{
|
|
get
|
|
{
|
|
return this.m_docTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_docTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_expandLevel
|
|
{
|
|
get
|
|
{
|
|
return this.m_expandLevelField;
|
|
}
|
|
set
|
|
{
|
|
this.m_expandLevelField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isCapacityLimit
|
|
{
|
|
get
|
|
{
|
|
return this.m_isCapacityLimitField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isCapacityLimitField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isFirmed
|
|
{
|
|
get
|
|
{
|
|
return this.m_isFirmedField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isFirmedField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemMaster
|
|
{
|
|
get
|
|
{
|
|
return this.m_itemMasterField;
|
|
}
|
|
set
|
|
{
|
|
this.m_itemMasterField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemVersion
|
|
{
|
|
get
|
|
{
|
|
return this.m_itemVersionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_itemVersionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVMOMOOperationDTOData[] m_mOOperationDTOs
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOOperationDTOsField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOOperationDTOsField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVMOMOPickListDTOData[] m_mOPickListDTOs
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOPickListDTOsField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOPickListDTOsField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_mOSourceDocType
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOSourceDocTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOSourceDocTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVMOMOSrcRelationDTOData[] m_mOSrcRelationDTOs
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOSrcRelationDTOsField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOSrcRelationDTOsField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_mRPQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_mRPQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mRPQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_org
|
|
{
|
|
get
|
|
{
|
|
return this.m_orgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_orgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_ownerOrg
|
|
{
|
|
get
|
|
{
|
|
return this.m_ownerOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_ownerOrgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_priority
|
|
{
|
|
get
|
|
{
|
|
return this.m_priorityField;
|
|
}
|
|
set
|
|
{
|
|
this.m_priorityField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_productLotMaster
|
|
{
|
|
get
|
|
{
|
|
return this.m_productLotMasterField;
|
|
}
|
|
set
|
|
{
|
|
this.m_productLotMasterField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_productLotNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_productLotNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_productLotNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_productQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_productQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_productQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_productUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_productUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_productUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_project
|
|
{
|
|
get
|
|
{
|
|
return this.m_projectField;
|
|
}
|
|
set
|
|
{
|
|
this.m_projectField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_routingAlternate
|
|
{
|
|
get
|
|
{
|
|
return this.m_routingAlternateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_routingAlternateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_routingECONo
|
|
{
|
|
get
|
|
{
|
|
return this.m_routingECONoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_routingECONoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_routingEffeDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_routingEffeDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_routingEffeDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_routingVer
|
|
{
|
|
get
|
|
{
|
|
return this.m_routingVerField;
|
|
}
|
|
set
|
|
{
|
|
this.m_routingVerField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_sCVBin
|
|
{
|
|
get
|
|
{
|
|
return this.m_sCVBinField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sCVBinField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_sCVWh
|
|
{
|
|
get
|
|
{
|
|
return this.m_sCVWhField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sCVWhField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_seiban
|
|
{
|
|
get
|
|
{
|
|
return this.m_seibanField;
|
|
}
|
|
set
|
|
{
|
|
this.m_seibanField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string[] m_snList
|
|
{
|
|
get
|
|
{
|
|
return this.m_snListField;
|
|
}
|
|
set
|
|
{
|
|
this.m_snListField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_startDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_startDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_startDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_task
|
|
{
|
|
get
|
|
{
|
|
return this.m_taskField;
|
|
}
|
|
set
|
|
{
|
|
this.m_taskField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFSoft.UBF.Business.DataTransObjectBase", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOOperationDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickListDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickPositionDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickSupplierDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOSrcRelationDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOKeyDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMODTOData))]
|
|
public partial class UFSoftUBFBusinessDataTransObjectBase : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private UFSoft.UBF.PL.Engine.ObjectState sysStateField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.PL.Engine.ObjectState sysState
|
|
{
|
|
get
|
|
{
|
|
return this.sysStateField;
|
|
}
|
|
set
|
|
{
|
|
this.sysStateField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.CBO.Pub.Controller.CommonArchiveDataDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9CBOPubControllerCommonArchiveDataDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private string m_codeField;
|
|
|
|
private long m_iDField;
|
|
|
|
private string m_nameField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_code
|
|
{
|
|
get
|
|
{
|
|
return this.m_codeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_codeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_name
|
|
{
|
|
get
|
|
{
|
|
return this.m_nameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_nameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Base.FlexField.DescFlexField.DescFlexSegmentsData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private string CombineNameField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CombineNameField;
|
|
|
|
private string m_contextValueField;
|
|
|
|
private string m_privateDescSeg1Field;
|
|
|
|
private string m_privateDescSeg10Field;
|
|
|
|
private string m_privateDescSeg11Field;
|
|
|
|
private string m_privateDescSeg12Field;
|
|
|
|
private string m_privateDescSeg13Field;
|
|
|
|
private string m_privateDescSeg14Field;
|
|
|
|
private string m_privateDescSeg15Field;
|
|
|
|
private string m_privateDescSeg16Field;
|
|
|
|
private string m_privateDescSeg17Field;
|
|
|
|
private string m_privateDescSeg18Field;
|
|
|
|
private string m_privateDescSeg19Field;
|
|
|
|
private string m_privateDescSeg2Field;
|
|
|
|
private string m_privateDescSeg20Field;
|
|
|
|
private string m_privateDescSeg21Field;
|
|
|
|
private string m_privateDescSeg22Field;
|
|
|
|
private string m_privateDescSeg23Field;
|
|
|
|
private string m_privateDescSeg24Field;
|
|
|
|
private string m_privateDescSeg25Field;
|
|
|
|
private string m_privateDescSeg26Field;
|
|
|
|
private string m_privateDescSeg27Field;
|
|
|
|
private string m_privateDescSeg28Field;
|
|
|
|
private string m_privateDescSeg29Field;
|
|
|
|
private string m_privateDescSeg3Field;
|
|
|
|
private string m_privateDescSeg30Field;
|
|
|
|
private string m_privateDescSeg4Field;
|
|
|
|
private string m_privateDescSeg5Field;
|
|
|
|
private string m_privateDescSeg6Field;
|
|
|
|
private string m_privateDescSeg7Field;
|
|
|
|
private string m_privateDescSeg8Field;
|
|
|
|
private string m_privateDescSeg9Field;
|
|
|
|
private string m_pubDescSeg1Field;
|
|
|
|
private string m_pubDescSeg10Field;
|
|
|
|
private string m_pubDescSeg11Field;
|
|
|
|
private string m_pubDescSeg12Field;
|
|
|
|
private string m_pubDescSeg13Field;
|
|
|
|
private string m_pubDescSeg14Field;
|
|
|
|
private string m_pubDescSeg15Field;
|
|
|
|
private string m_pubDescSeg16Field;
|
|
|
|
private string m_pubDescSeg17Field;
|
|
|
|
private string m_pubDescSeg18Field;
|
|
|
|
private string m_pubDescSeg19Field;
|
|
|
|
private string m_pubDescSeg2Field;
|
|
|
|
private string m_pubDescSeg20Field;
|
|
|
|
private string m_pubDescSeg21Field;
|
|
|
|
private string m_pubDescSeg22Field;
|
|
|
|
private string m_pubDescSeg23Field;
|
|
|
|
private string m_pubDescSeg24Field;
|
|
|
|
private string m_pubDescSeg25Field;
|
|
|
|
private string m_pubDescSeg26Field;
|
|
|
|
private string m_pubDescSeg27Field;
|
|
|
|
private string m_pubDescSeg28Field;
|
|
|
|
private string m_pubDescSeg29Field;
|
|
|
|
private string m_pubDescSeg3Field;
|
|
|
|
private string m_pubDescSeg30Field;
|
|
|
|
private string m_pubDescSeg31Field;
|
|
|
|
private string m_pubDescSeg32Field;
|
|
|
|
private string m_pubDescSeg33Field;
|
|
|
|
private string m_pubDescSeg34Field;
|
|
|
|
private string m_pubDescSeg35Field;
|
|
|
|
private string m_pubDescSeg36Field;
|
|
|
|
private string m_pubDescSeg37Field;
|
|
|
|
private string m_pubDescSeg38Field;
|
|
|
|
private string m_pubDescSeg39Field;
|
|
|
|
private string m_pubDescSeg4Field;
|
|
|
|
private string m_pubDescSeg40Field;
|
|
|
|
private string m_pubDescSeg41Field;
|
|
|
|
private string m_pubDescSeg42Field;
|
|
|
|
private string m_pubDescSeg43Field;
|
|
|
|
private string m_pubDescSeg44Field;
|
|
|
|
private string m_pubDescSeg45Field;
|
|
|
|
private string m_pubDescSeg46Field;
|
|
|
|
private string m_pubDescSeg47Field;
|
|
|
|
private string m_pubDescSeg48Field;
|
|
|
|
private string m_pubDescSeg49Field;
|
|
|
|
private string m_pubDescSeg5Field;
|
|
|
|
private string m_pubDescSeg50Field;
|
|
|
|
private string m_pubDescSeg6Field;
|
|
|
|
private string m_pubDescSeg7Field;
|
|
|
|
private string m_pubDescSeg8Field;
|
|
|
|
private string m_pubDescSeg9Field;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string CombineName
|
|
{
|
|
get
|
|
{
|
|
return this.CombineNameField;
|
|
}
|
|
set
|
|
{
|
|
this.CombineNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CombineName
|
|
{
|
|
get
|
|
{
|
|
return this.Multi_CombineNameField;
|
|
}
|
|
set
|
|
{
|
|
this.Multi_CombineNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_contextValue
|
|
{
|
|
get
|
|
{
|
|
return this.m_contextValueField;
|
|
}
|
|
set
|
|
{
|
|
this.m_contextValueField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg1
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg1Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg1Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg10
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg10Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg10Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg11
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg11Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg11Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg12
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg12Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg12Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg13
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg13Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg13Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg14
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg14Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg14Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg15
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg15Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg15Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg16
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg16Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg16Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg17
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg17Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg17Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg18
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg18Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg18Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg19
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg19Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg19Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg2
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg2Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg2Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg20
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg20Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg20Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg21
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg21Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg21Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg22
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg22Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg22Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg23
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg23Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg23Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg24
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg24Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg24Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg25
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg25Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg25Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg26
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg26Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg26Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg27
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg27Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg27Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg28
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg28Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg28Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg29
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg29Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg29Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg3
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg3Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg3Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg30
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg30Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg30Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg4
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg4Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg4Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg5
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg5Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg5Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg6
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg6Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg6Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg7
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg7Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg7Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg8
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg8Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg8Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg9
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg9Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg9Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg1
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg1Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg1Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg10
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg10Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg10Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg11
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg11Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg11Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg12
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg12Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg12Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg13
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg13Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg13Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg14
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg14Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg14Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg15
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg15Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg15Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg16
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg16Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg16Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg17
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg17Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg17Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg18
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg18Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg18Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg19
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg19Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg19Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg2
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg2Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg2Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg20
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg20Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg20Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg21
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg21Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg21Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg22
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg22Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg22Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg23
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg23Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg23Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg24
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg24Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg24Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg25
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg25Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg25Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg26
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg26Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg26Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg27
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg27Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg27Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg28
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg28Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg28Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg29
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg29Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg29Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg3
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg3Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg3Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg30
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg30Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg30Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg31
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg31Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg31Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg32
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg32Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg32Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg33
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg33Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg33Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg34
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg34Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg34Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg35
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg35Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg35Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg36
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg36Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg36Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg37
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg37Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg37Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg38
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg38Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg38Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg39
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg39Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg39Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg4
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg4Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg4Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg40
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg40Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg40Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg41
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg41Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg41Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg42
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg42Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg42Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg43
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg43Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg43Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg44
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg44Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg44Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg45
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg45Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg45Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg46
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg46Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg46Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg47
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg47Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg47Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg48
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg48Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg48Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg49
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg49Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg49Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg5
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg5Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg5Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg50
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg50Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg50Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg6
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg6Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg6Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg7
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg7Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg7Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg8
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg8Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg8Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg9
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg9Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg9Field = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.MOOperationDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVMOMOOperationDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private decimal m_actualIdleHoursField;
|
|
|
|
private decimal m_actualPrepareHoursField;
|
|
|
|
private decimal m_actualProcessHoursField;
|
|
|
|
private int m_cUDField;
|
|
|
|
private decimal m_coeffecientField;
|
|
|
|
private long m_collaborativeMOIDField;
|
|
|
|
private long m_collaborativeOrgIDField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_completeBinField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_completeWhField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexFieldField;
|
|
|
|
private decimal m_dispatchQtyField;
|
|
|
|
private long m_iDField;
|
|
|
|
private bool m_isAutoCalcCostField;
|
|
|
|
private bool m_isAutoCreateField;
|
|
|
|
private bool m_isBackPushItemField;
|
|
|
|
private bool m_isBackPushLaborField;
|
|
|
|
private bool m_isBackPushMachineField;
|
|
|
|
private bool m_isBackPushOtherResField;
|
|
|
|
private bool m_isCancelField;
|
|
|
|
private bool m_isCountPointField;
|
|
|
|
private bool m_isQCField;
|
|
|
|
private bool m_isRcvDirectlyField;
|
|
|
|
private bool m_isSeriateDispatchField;
|
|
|
|
private bool m_isSubcontractField;
|
|
|
|
private bool m_isSyncSubcontractField;
|
|
|
|
private bool m_isTraceLotSnField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_latestECNDocField;
|
|
|
|
private string m_latestECNDocNOField;
|
|
|
|
private System.DateTime m_latestECNExeDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_mOField;
|
|
|
|
private decimal m_minTransferQtyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_nextOperationField;
|
|
|
|
private string m_opDescriptionField;
|
|
|
|
private decimal m_opMaxTransTimeField;
|
|
|
|
private decimal m_opMinTransTimeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_opOrgField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_operationField;
|
|
|
|
private string m_operationNumField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_outputBaseUOMField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_outputUOMField;
|
|
|
|
private decimal m_outputUOMRatio2BaseField;
|
|
|
|
private decimal m_outputUOMRatio2PUField;
|
|
|
|
private string m_overlapOpField;
|
|
|
|
private decimal m_overlapPercentField;
|
|
|
|
private System.DateTime m_planCompleteDateField;
|
|
|
|
private decimal m_planPrepareHoursField;
|
|
|
|
private decimal m_planProcessHoursField;
|
|
|
|
private decimal m_planProductQtyField;
|
|
|
|
private System.DateTime m_planStartDateField;
|
|
|
|
private decimal m_preOpMaxTransTimeField;
|
|
|
|
private decimal m_preOpMinTransTimeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_qCSchemeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_qCSchemeVerField;
|
|
|
|
private decimal m_ratedPrepareHoursField;
|
|
|
|
private decimal m_ratedProcessHoursField;
|
|
|
|
private decimal m_rejectQtyField;
|
|
|
|
private decimal m_reworkQtyField;
|
|
|
|
private bool m_startInWholeSetField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_stdOpField;
|
|
|
|
private decimal m_subInINVQtyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData[] m_subcontractorListField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_timeUOMField;
|
|
|
|
private decimal m_totalProcessQtyField;
|
|
|
|
private decimal m_totalQueueQtyField;
|
|
|
|
private decimal m_totalScrapQtyField;
|
|
|
|
private decimal m_transferringQtyField;
|
|
|
|
private decimal m_urgentRatioField;
|
|
|
|
private decimal m_wIPRcvQtyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_workCenterField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_actualIdleHours
|
|
{
|
|
get
|
|
{
|
|
return this.m_actualIdleHoursField;
|
|
}
|
|
set
|
|
{
|
|
this.m_actualIdleHoursField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_actualPrepareHours
|
|
{
|
|
get
|
|
{
|
|
return this.m_actualPrepareHoursField;
|
|
}
|
|
set
|
|
{
|
|
this.m_actualPrepareHoursField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_actualProcessHours
|
|
{
|
|
get
|
|
{
|
|
return this.m_actualProcessHoursField;
|
|
}
|
|
set
|
|
{
|
|
this.m_actualProcessHoursField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_cUD
|
|
{
|
|
get
|
|
{
|
|
return this.m_cUDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_cUDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_coeffecient
|
|
{
|
|
get
|
|
{
|
|
return this.m_coeffecientField;
|
|
}
|
|
set
|
|
{
|
|
this.m_coeffecientField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_collaborativeMOID
|
|
{
|
|
get
|
|
{
|
|
return this.m_collaborativeMOIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_collaborativeMOIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_collaborativeOrgID
|
|
{
|
|
get
|
|
{
|
|
return this.m_collaborativeOrgIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_collaborativeOrgIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_completeBin
|
|
{
|
|
get
|
|
{
|
|
return this.m_completeBinField;
|
|
}
|
|
set
|
|
{
|
|
this.m_completeBinField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_completeWh
|
|
{
|
|
get
|
|
{
|
|
return this.m_completeWhField;
|
|
}
|
|
set
|
|
{
|
|
this.m_completeWhField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexField
|
|
{
|
|
get
|
|
{
|
|
return this.m_descFlexFieldField;
|
|
}
|
|
set
|
|
{
|
|
this.m_descFlexFieldField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_dispatchQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_dispatchQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_dispatchQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isAutoCalcCost
|
|
{
|
|
get
|
|
{
|
|
return this.m_isAutoCalcCostField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isAutoCalcCostField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isAutoCreate
|
|
{
|
|
get
|
|
{
|
|
return this.m_isAutoCreateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isAutoCreateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isBackPushItem
|
|
{
|
|
get
|
|
{
|
|
return this.m_isBackPushItemField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isBackPushItemField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isBackPushLabor
|
|
{
|
|
get
|
|
{
|
|
return this.m_isBackPushLaborField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isBackPushLaborField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isBackPushMachine
|
|
{
|
|
get
|
|
{
|
|
return this.m_isBackPushMachineField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isBackPushMachineField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isBackPushOtherRes
|
|
{
|
|
get
|
|
{
|
|
return this.m_isBackPushOtherResField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isBackPushOtherResField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isCancel
|
|
{
|
|
get
|
|
{
|
|
return this.m_isCancelField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isCancelField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isCountPoint
|
|
{
|
|
get
|
|
{
|
|
return this.m_isCountPointField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isCountPointField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isQC
|
|
{
|
|
get
|
|
{
|
|
return this.m_isQCField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isQCField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isRcvDirectly
|
|
{
|
|
get
|
|
{
|
|
return this.m_isRcvDirectlyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isRcvDirectlyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isSeriateDispatch
|
|
{
|
|
get
|
|
{
|
|
return this.m_isSeriateDispatchField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isSeriateDispatchField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isSubcontract
|
|
{
|
|
get
|
|
{
|
|
return this.m_isSubcontractField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isSubcontractField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isSyncSubcontract
|
|
{
|
|
get
|
|
{
|
|
return this.m_isSyncSubcontractField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isSyncSubcontractField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isTraceLotSn
|
|
{
|
|
get
|
|
{
|
|
return this.m_isTraceLotSnField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isTraceLotSnField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_latestECNDoc
|
|
{
|
|
get
|
|
{
|
|
return this.m_latestECNDocField;
|
|
}
|
|
set
|
|
{
|
|
this.m_latestECNDocField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_latestECNDocNO
|
|
{
|
|
get
|
|
{
|
|
return this.m_latestECNDocNOField;
|
|
}
|
|
set
|
|
{
|
|
this.m_latestECNDocNOField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_latestECNExeDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_latestECNExeDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_latestECNExeDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_mO
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_minTransferQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_minTransferQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_minTransferQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_nextOperation
|
|
{
|
|
get
|
|
{
|
|
return this.m_nextOperationField;
|
|
}
|
|
set
|
|
{
|
|
this.m_nextOperationField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_opDescription
|
|
{
|
|
get
|
|
{
|
|
return this.m_opDescriptionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_opDescriptionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_opMaxTransTime
|
|
{
|
|
get
|
|
{
|
|
return this.m_opMaxTransTimeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_opMaxTransTimeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_opMinTransTime
|
|
{
|
|
get
|
|
{
|
|
return this.m_opMinTransTimeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_opMinTransTimeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_opOrg
|
|
{
|
|
get
|
|
{
|
|
return this.m_opOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_opOrgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_operation
|
|
{
|
|
get
|
|
{
|
|
return this.m_operationField;
|
|
}
|
|
set
|
|
{
|
|
this.m_operationField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_operationNum
|
|
{
|
|
get
|
|
{
|
|
return this.m_operationNumField;
|
|
}
|
|
set
|
|
{
|
|
this.m_operationNumField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_outputBaseUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_outputBaseUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_outputBaseUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_outputUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_outputUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_outputUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_outputUOMRatio2Base
|
|
{
|
|
get
|
|
{
|
|
return this.m_outputUOMRatio2BaseField;
|
|
}
|
|
set
|
|
{
|
|
this.m_outputUOMRatio2BaseField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_outputUOMRatio2PU
|
|
{
|
|
get
|
|
{
|
|
return this.m_outputUOMRatio2PUField;
|
|
}
|
|
set
|
|
{
|
|
this.m_outputUOMRatio2PUField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_overlapOp
|
|
{
|
|
get
|
|
{
|
|
return this.m_overlapOpField;
|
|
}
|
|
set
|
|
{
|
|
this.m_overlapOpField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_overlapPercent
|
|
{
|
|
get
|
|
{
|
|
return this.m_overlapPercentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_overlapPercentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_planCompleteDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_planCompleteDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_planCompleteDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_planPrepareHours
|
|
{
|
|
get
|
|
{
|
|
return this.m_planPrepareHoursField;
|
|
}
|
|
set
|
|
{
|
|
this.m_planPrepareHoursField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_planProcessHours
|
|
{
|
|
get
|
|
{
|
|
return this.m_planProcessHoursField;
|
|
}
|
|
set
|
|
{
|
|
this.m_planProcessHoursField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_planProductQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_planProductQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_planProductQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_planStartDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_planStartDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_planStartDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_preOpMaxTransTime
|
|
{
|
|
get
|
|
{
|
|
return this.m_preOpMaxTransTimeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_preOpMaxTransTimeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_preOpMinTransTime
|
|
{
|
|
get
|
|
{
|
|
return this.m_preOpMinTransTimeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_preOpMinTransTimeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_qCScheme
|
|
{
|
|
get
|
|
{
|
|
return this.m_qCSchemeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_qCSchemeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_qCSchemeVer
|
|
{
|
|
get
|
|
{
|
|
return this.m_qCSchemeVerField;
|
|
}
|
|
set
|
|
{
|
|
this.m_qCSchemeVerField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_ratedPrepareHours
|
|
{
|
|
get
|
|
{
|
|
return this.m_ratedPrepareHoursField;
|
|
}
|
|
set
|
|
{
|
|
this.m_ratedPrepareHoursField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_ratedProcessHours
|
|
{
|
|
get
|
|
{
|
|
return this.m_ratedProcessHoursField;
|
|
}
|
|
set
|
|
{
|
|
this.m_ratedProcessHoursField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_rejectQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_rejectQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_rejectQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_reworkQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_reworkQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_reworkQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_startInWholeSet
|
|
{
|
|
get
|
|
{
|
|
return this.m_startInWholeSetField;
|
|
}
|
|
set
|
|
{
|
|
this.m_startInWholeSetField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_stdOp
|
|
{
|
|
get
|
|
{
|
|
return this.m_stdOpField;
|
|
}
|
|
set
|
|
{
|
|
this.m_stdOpField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_subInINVQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_subInINVQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_subInINVQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData[] m_subcontractorList
|
|
{
|
|
get
|
|
{
|
|
return this.m_subcontractorListField;
|
|
}
|
|
set
|
|
{
|
|
this.m_subcontractorListField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_timeUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_timeUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_timeUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_totalProcessQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_totalProcessQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_totalProcessQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_totalQueueQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_totalQueueQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_totalQueueQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_totalScrapQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_totalScrapQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_totalScrapQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_transferringQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_transferringQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transferringQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_urgentRatio
|
|
{
|
|
get
|
|
{
|
|
return this.m_urgentRatioField;
|
|
}
|
|
set
|
|
{
|
|
this.m_urgentRatioField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_wIPRcvQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_wIPRcvQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_wIPRcvQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_workCenter
|
|
{
|
|
get
|
|
{
|
|
return this.m_workCenterField;
|
|
}
|
|
set
|
|
{
|
|
this.m_workCenterField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.MOPickListDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVMOMOPickListDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private System.DateTime m_actualIssueDateField;
|
|
|
|
private System.DateTime m_actualReqDateField;
|
|
|
|
private decimal m_actualReqQtyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_bOMComponentField;
|
|
|
|
private decimal m_bOMReqQtyField;
|
|
|
|
private int m_cUDField;
|
|
|
|
private decimal m_cUTOCBURateField;
|
|
|
|
private int m_consignProcessItemSrcField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costBaseUOMField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costElementField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costUOMField;
|
|
|
|
private string m_createdByField;
|
|
|
|
private System.DateTime m_createdOnField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexFieldField;
|
|
|
|
private int m_docLineNoField;
|
|
|
|
private bool m_editableWhenPullField;
|
|
|
|
private decimal m_fixedScrapField;
|
|
|
|
private int m_fromElementField;
|
|
|
|
private int m_fromGradeField;
|
|
|
|
private decimal m_iBUToCBURateField;
|
|
|
|
private decimal m_iBUToSBURateField;
|
|
|
|
private long m_iDField;
|
|
|
|
private decimal m_iUToIBURateField;
|
|
|
|
private bool m_isAutoCreateField;
|
|
|
|
private bool m_isCalcCostField;
|
|
|
|
private bool m_isCheckATPField;
|
|
|
|
private bool m_isCheckUTEField;
|
|
|
|
private bool m_isControlPosField;
|
|
|
|
private bool m_isControlSupplierField;
|
|
|
|
private bool m_isCoupleIssueField;
|
|
|
|
private bool m_isDiffentBatchCtlField;
|
|
|
|
private bool m_isDisableField;
|
|
|
|
private bool m_isOverIssueField;
|
|
|
|
private bool m_isPurchaseField;
|
|
|
|
private bool m_isReserveField;
|
|
|
|
private bool m_isSCVField;
|
|
|
|
private bool m_isSpecialUseItemField;
|
|
|
|
private bool m_isSubstituteField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_issueBaseUOMField;
|
|
|
|
private decimal m_issueNotDeliverQtyField;
|
|
|
|
private int m_issueStyleField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_issueUOMField;
|
|
|
|
private decimal m_issuedQtyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemMasterField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemVersionField;
|
|
|
|
private bool m_jITField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_latestECNDocField;
|
|
|
|
private string m_latestECNDocNOField;
|
|
|
|
private System.DateTime m_latestECNExeDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_mOField;
|
|
|
|
private bool m_mOCompleteSetCheckField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVMOMOPickPositionDTOData[] m_mOPickPositionsField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVMOMOPickSupplierDTOData[] m_mOPickSuppliersField;
|
|
|
|
private bool m_mOStartSetCheckField;
|
|
|
|
private string m_modifiedByField;
|
|
|
|
private System.DateTime m_modifiedOnField;
|
|
|
|
private bool m_oPCompleteSetCheckField;
|
|
|
|
private bool m_oPStartSetCheckField;
|
|
|
|
private string m_operationNumField;
|
|
|
|
private decimal m_overlapRateField;
|
|
|
|
private int m_pickListStyleField;
|
|
|
|
private System.DateTime m_planReqDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_prevMOField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_projectField;
|
|
|
|
private decimal m_qPAField;
|
|
|
|
private int m_qtyTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_rcvUOMField;
|
|
|
|
private decimal m_reserveExeQtyField;
|
|
|
|
private decimal m_reserveQtyField;
|
|
|
|
private decimal m_sTDReqQtyField;
|
|
|
|
private decimal m_sUTOSBURateField;
|
|
|
|
private int m_scrapTypeField;
|
|
|
|
private decimal m_standardMaterialScaleField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_storeBaseUOMField;
|
|
|
|
private decimal m_subReserveQtyField;
|
|
|
|
private int m_subcItemSrcTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_subcontractorField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_substitutedItemField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplyBinField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplyOrgField;
|
|
|
|
private int m_supplyStyleField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplyWhField;
|
|
|
|
private long m_sysVersionField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_taskField;
|
|
|
|
private int m_toElementField;
|
|
|
|
private int m_toGradeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutBinField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutWareHouseField;
|
|
|
|
private decimal m_transToIssueBatchQtyField;
|
|
|
|
private int m_transferStyleField;
|
|
|
|
private decimal m_transferedOutAmountField;
|
|
|
|
private decimal m_wasteRateField;
|
|
|
|
private bool m_wholeSetField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_actualIssueDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_actualIssueDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_actualIssueDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_actualReqDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_actualReqDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_actualReqDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_actualReqQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_actualReqQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_actualReqQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_bOMComponent
|
|
{
|
|
get
|
|
{
|
|
return this.m_bOMComponentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bOMComponentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_bOMReqQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_bOMReqQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bOMReqQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_cUD
|
|
{
|
|
get
|
|
{
|
|
return this.m_cUDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_cUDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_cUTOCBURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_cUTOCBURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_cUTOCBURateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_consignProcessItemSrc
|
|
{
|
|
get
|
|
{
|
|
return this.m_consignProcessItemSrcField;
|
|
}
|
|
set
|
|
{
|
|
this.m_consignProcessItemSrcField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costBaseUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_costBaseUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costBaseUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costElement
|
|
{
|
|
get
|
|
{
|
|
return this.m_costElementField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costElementField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_costUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_createdBy
|
|
{
|
|
get
|
|
{
|
|
return this.m_createdByField;
|
|
}
|
|
set
|
|
{
|
|
this.m_createdByField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_createdOn
|
|
{
|
|
get
|
|
{
|
|
return this.m_createdOnField;
|
|
}
|
|
set
|
|
{
|
|
this.m_createdOnField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexField
|
|
{
|
|
get
|
|
{
|
|
return this.m_descFlexFieldField;
|
|
}
|
|
set
|
|
{
|
|
this.m_descFlexFieldField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_docLineNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_docLineNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_docLineNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_editableWhenPull
|
|
{
|
|
get
|
|
{
|
|
return this.m_editableWhenPullField;
|
|
}
|
|
set
|
|
{
|
|
this.m_editableWhenPullField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_fixedScrap
|
|
{
|
|
get
|
|
{
|
|
return this.m_fixedScrapField;
|
|
}
|
|
set
|
|
{
|
|
this.m_fixedScrapField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_fromElement
|
|
{
|
|
get
|
|
{
|
|
return this.m_fromElementField;
|
|
}
|
|
set
|
|
{
|
|
this.m_fromElementField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_fromGrade
|
|
{
|
|
get
|
|
{
|
|
return this.m_fromGradeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_fromGradeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_iBUToCBURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_iBUToCBURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iBUToCBURateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_iBUToSBURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_iBUToSBURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iBUToSBURateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_iUToIBURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_iUToIBURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iUToIBURateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isAutoCreate
|
|
{
|
|
get
|
|
{
|
|
return this.m_isAutoCreateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isAutoCreateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isCalcCost
|
|
{
|
|
get
|
|
{
|
|
return this.m_isCalcCostField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isCalcCostField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isCheckATP
|
|
{
|
|
get
|
|
{
|
|
return this.m_isCheckATPField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isCheckATPField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isCheckUTE
|
|
{
|
|
get
|
|
{
|
|
return this.m_isCheckUTEField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isCheckUTEField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isControlPos
|
|
{
|
|
get
|
|
{
|
|
return this.m_isControlPosField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isControlPosField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isControlSupplier
|
|
{
|
|
get
|
|
{
|
|
return this.m_isControlSupplierField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isControlSupplierField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isCoupleIssue
|
|
{
|
|
get
|
|
{
|
|
return this.m_isCoupleIssueField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isCoupleIssueField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isDiffentBatchCtl
|
|
{
|
|
get
|
|
{
|
|
return this.m_isDiffentBatchCtlField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isDiffentBatchCtlField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isDisable
|
|
{
|
|
get
|
|
{
|
|
return this.m_isDisableField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isDisableField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isOverIssue
|
|
{
|
|
get
|
|
{
|
|
return this.m_isOverIssueField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isOverIssueField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isPurchase
|
|
{
|
|
get
|
|
{
|
|
return this.m_isPurchaseField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isPurchaseField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isReserve
|
|
{
|
|
get
|
|
{
|
|
return this.m_isReserveField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isReserveField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isSCV
|
|
{
|
|
get
|
|
{
|
|
return this.m_isSCVField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isSCVField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isSpecialUseItem
|
|
{
|
|
get
|
|
{
|
|
return this.m_isSpecialUseItemField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isSpecialUseItemField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isSubstitute
|
|
{
|
|
get
|
|
{
|
|
return this.m_isSubstituteField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isSubstituteField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_issueBaseUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_issueBaseUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_issueBaseUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_issueNotDeliverQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_issueNotDeliverQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_issueNotDeliverQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_issueStyle
|
|
{
|
|
get
|
|
{
|
|
return this.m_issueStyleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_issueStyleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_issueUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_issueUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_issueUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_issuedQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_issuedQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_issuedQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemMaster
|
|
{
|
|
get
|
|
{
|
|
return this.m_itemMasterField;
|
|
}
|
|
set
|
|
{
|
|
this.m_itemMasterField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemVersion
|
|
{
|
|
get
|
|
{
|
|
return this.m_itemVersionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_itemVersionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_jIT
|
|
{
|
|
get
|
|
{
|
|
return this.m_jITField;
|
|
}
|
|
set
|
|
{
|
|
this.m_jITField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_latestECNDoc
|
|
{
|
|
get
|
|
{
|
|
return this.m_latestECNDocField;
|
|
}
|
|
set
|
|
{
|
|
this.m_latestECNDocField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_latestECNDocNO
|
|
{
|
|
get
|
|
{
|
|
return this.m_latestECNDocNOField;
|
|
}
|
|
set
|
|
{
|
|
this.m_latestECNDocNOField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_latestECNExeDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_latestECNExeDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_latestECNExeDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_mO
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_mOCompleteSetCheck
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOCompleteSetCheckField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOCompleteSetCheckField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVMOMOPickPositionDTOData[] m_mOPickPositions
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOPickPositionsField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOPickPositionsField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVMOMOPickSupplierDTOData[] m_mOPickSuppliers
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOPickSuppliersField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOPickSuppliersField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_mOStartSetCheck
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOStartSetCheckField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOStartSetCheckField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_modifiedBy
|
|
{
|
|
get
|
|
{
|
|
return this.m_modifiedByField;
|
|
}
|
|
set
|
|
{
|
|
this.m_modifiedByField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_modifiedOn
|
|
{
|
|
get
|
|
{
|
|
return this.m_modifiedOnField;
|
|
}
|
|
set
|
|
{
|
|
this.m_modifiedOnField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_oPCompleteSetCheck
|
|
{
|
|
get
|
|
{
|
|
return this.m_oPCompleteSetCheckField;
|
|
}
|
|
set
|
|
{
|
|
this.m_oPCompleteSetCheckField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_oPStartSetCheck
|
|
{
|
|
get
|
|
{
|
|
return this.m_oPStartSetCheckField;
|
|
}
|
|
set
|
|
{
|
|
this.m_oPStartSetCheckField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_operationNum
|
|
{
|
|
get
|
|
{
|
|
return this.m_operationNumField;
|
|
}
|
|
set
|
|
{
|
|
this.m_operationNumField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_overlapRate
|
|
{
|
|
get
|
|
{
|
|
return this.m_overlapRateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_overlapRateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_pickListStyle
|
|
{
|
|
get
|
|
{
|
|
return this.m_pickListStyleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_pickListStyleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_planReqDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_planReqDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_planReqDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_prevMO
|
|
{
|
|
get
|
|
{
|
|
return this.m_prevMOField;
|
|
}
|
|
set
|
|
{
|
|
this.m_prevMOField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_project
|
|
{
|
|
get
|
|
{
|
|
return this.m_projectField;
|
|
}
|
|
set
|
|
{
|
|
this.m_projectField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_qPA
|
|
{
|
|
get
|
|
{
|
|
return this.m_qPAField;
|
|
}
|
|
set
|
|
{
|
|
this.m_qPAField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_qtyType
|
|
{
|
|
get
|
|
{
|
|
return this.m_qtyTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_qtyTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_rcvUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_rcvUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_rcvUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_reserveExeQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_reserveExeQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_reserveExeQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_reserveQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_reserveQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_reserveQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_sTDReqQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_sTDReqQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sTDReqQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_sUTOSBURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_sUTOSBURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sUTOSBURateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_scrapType
|
|
{
|
|
get
|
|
{
|
|
return this.m_scrapTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_scrapTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_standardMaterialScale
|
|
{
|
|
get
|
|
{
|
|
return this.m_standardMaterialScaleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_standardMaterialScaleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_storeBaseUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_storeBaseUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_storeBaseUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_subReserveQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_subReserveQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_subReserveQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_subcItemSrcType
|
|
{
|
|
get
|
|
{
|
|
return this.m_subcItemSrcTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_subcItemSrcTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_subcontractor
|
|
{
|
|
get
|
|
{
|
|
return this.m_subcontractorField;
|
|
}
|
|
set
|
|
{
|
|
this.m_subcontractorField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_substitutedItem
|
|
{
|
|
get
|
|
{
|
|
return this.m_substitutedItemField;
|
|
}
|
|
set
|
|
{
|
|
this.m_substitutedItemField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplyBin
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplyBinField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplyBinField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplyOrg
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplyOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplyOrgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_supplyStyle
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplyStyleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplyStyleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplyWh
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplyWhField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplyWhField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_sysVersion
|
|
{
|
|
get
|
|
{
|
|
return this.m_sysVersionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sysVersionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_task
|
|
{
|
|
get
|
|
{
|
|
return this.m_taskField;
|
|
}
|
|
set
|
|
{
|
|
this.m_taskField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_toElement
|
|
{
|
|
get
|
|
{
|
|
return this.m_toElementField;
|
|
}
|
|
set
|
|
{
|
|
this.m_toElementField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_toGrade
|
|
{
|
|
get
|
|
{
|
|
return this.m_toGradeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_toGradeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutBin
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutBinField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutBinField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutWareHouse
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutWareHouseField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutWareHouseField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_transToIssueBatchQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_transToIssueBatchQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transToIssueBatchQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_transferStyle
|
|
{
|
|
get
|
|
{
|
|
return this.m_transferStyleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transferStyleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_transferedOutAmount
|
|
{
|
|
get
|
|
{
|
|
return this.m_transferedOutAmountField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transferedOutAmountField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_wasteRate
|
|
{
|
|
get
|
|
{
|
|
return this.m_wasteRateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_wasteRateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_wholeSet
|
|
{
|
|
get
|
|
{
|
|
return this.m_wholeSetField;
|
|
}
|
|
set
|
|
{
|
|
this.m_wholeSetField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.MOPickPositionDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVMOMOPickPositionDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private decimal m_actualReqQtyField;
|
|
|
|
private decimal m_bOMReqQtyField;
|
|
|
|
private int m_cUDField;
|
|
|
|
private int m_docLineNoField;
|
|
|
|
private long m_iDField;
|
|
|
|
private decimal m_issuedQtyField;
|
|
|
|
private string m_positionField;
|
|
|
|
private decimal m_qtyPercentField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_actualReqQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_actualReqQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_actualReqQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_bOMReqQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_bOMReqQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bOMReqQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_cUD
|
|
{
|
|
get
|
|
{
|
|
return this.m_cUDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_cUDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_docLineNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_docLineNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_docLineNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_issuedQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_issuedQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_issuedQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_position
|
|
{
|
|
get
|
|
{
|
|
return this.m_positionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_positionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_qtyPercent
|
|
{
|
|
get
|
|
{
|
|
return this.m_qtyPercentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_qtyPercentField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.MOPickSupplierDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVMOMOPickSupplierDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private decimal m_actualReqQtyField;
|
|
|
|
private decimal m_bOMReqQtyField;
|
|
|
|
private int m_cUDField;
|
|
|
|
private long m_iDField;
|
|
|
|
private decimal m_issueNotDeliverQtyField;
|
|
|
|
private decimal m_issuedQtyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplierField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_actualReqQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_actualReqQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_actualReqQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_bOMReqQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_bOMReqQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bOMReqQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_cUD
|
|
{
|
|
get
|
|
{
|
|
return this.m_cUDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_cUDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_issueNotDeliverQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_issueNotDeliverQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_issueNotDeliverQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_issuedQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_issuedQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_issuedQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplier
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplierField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplierField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.MOSrcRelationDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVMOMOSrcRelationDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private long SrcDocOrgKeyField;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey SrcDocOrgKey_SKeyField;
|
|
|
|
private int m_cUDField;
|
|
|
|
private string m_customerItemCodeField;
|
|
|
|
private long m_iDField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_mOField;
|
|
|
|
private decimal m_moActualAssignQtyField;
|
|
|
|
private decimal m_moAssignQtyField;
|
|
|
|
private string m_opeNumField;
|
|
|
|
private decimal m_pUToPBURateField;
|
|
|
|
private int m_priorityField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_productUOMField;
|
|
|
|
private System.DateTime m_requireDateField;
|
|
|
|
private decimal m_requireQty4PUOMField;
|
|
|
|
private decimal m_requireQty4TUOMField;
|
|
|
|
private string m_sO_CustomerPONoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_srcCustomerField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_srcDepartmentField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_srcDocField;
|
|
|
|
private decimal m_srcDocActualAssignQtyField;
|
|
|
|
private decimal m_srcDocAssignQtyField;
|
|
|
|
private string m_srcDocLine_EntityTypeField;
|
|
|
|
private long m_srcDocLine_IDField;
|
|
|
|
private string m_srcDocLine_LineNoField;
|
|
|
|
private string m_srcDocNoField;
|
|
|
|
private decimal m_srcDocQtyField;
|
|
|
|
private string m_srcDocSubLine_EntityTypeField;
|
|
|
|
private long m_srcDocSubLine_IDField;
|
|
|
|
private string m_srcDocSubLine_LineNoField;
|
|
|
|
private string m_srcDocVerNoField;
|
|
|
|
private string m_srcDoc_EntityTypeField;
|
|
|
|
private long m_srcDoc_IDField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_srcOperatorField;
|
|
|
|
private int m_srcTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_srcUOMField;
|
|
|
|
private decimal m_tBUToPBURateField;
|
|
|
|
private decimal m_tUToTBURateField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long SrcDocOrgKey
|
|
{
|
|
get
|
|
{
|
|
return this.SrcDocOrgKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.SrcDocOrgKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey SrcDocOrgKey_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.SrcDocOrgKey_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.SrcDocOrgKey_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_cUD
|
|
{
|
|
get
|
|
{
|
|
return this.m_cUDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_cUDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_customerItemCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_customerItemCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_customerItemCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_mO
|
|
{
|
|
get
|
|
{
|
|
return this.m_mOField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mOField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_moActualAssignQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_moActualAssignQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_moActualAssignQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_moAssignQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_moAssignQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_moAssignQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_opeNum
|
|
{
|
|
get
|
|
{
|
|
return this.m_opeNumField;
|
|
}
|
|
set
|
|
{
|
|
this.m_opeNumField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_pUToPBURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_pUToPBURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_pUToPBURateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_priority
|
|
{
|
|
get
|
|
{
|
|
return this.m_priorityField;
|
|
}
|
|
set
|
|
{
|
|
this.m_priorityField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_productUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_productUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_productUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_requireDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_requireDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_requireDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_requireQty4PUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_requireQty4PUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_requireQty4PUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_requireQty4TUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_requireQty4TUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_requireQty4TUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_sO_CustomerPONo
|
|
{
|
|
get
|
|
{
|
|
return this.m_sO_CustomerPONoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sO_CustomerPONoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_srcCustomer
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcCustomerField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcCustomerField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_srcDepartment
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDepartmentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDepartmentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_srcDoc
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_srcDocActualAssignQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocActualAssignQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocActualAssignQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_srcDocAssignQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocAssignQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocAssignQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_srcDocLine_EntityType
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocLine_EntityTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocLine_EntityTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_srcDocLine_ID
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocLine_IDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocLine_IDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_srcDocLine_LineNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocLine_LineNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocLine_LineNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_srcDocNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_srcDocQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_srcDocSubLine_EntityType
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocSubLine_EntityTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocSubLine_EntityTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_srcDocSubLine_ID
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocSubLine_IDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocSubLine_IDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_srcDocSubLine_LineNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocSubLine_LineNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocSubLine_LineNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_srcDocVerNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocVerNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocVerNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_srcDoc_EntityType
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDoc_EntityTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDoc_EntityTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_srcDoc_ID
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDoc_IDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDoc_IDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_srcOperator
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcOperatorField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcOperatorField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_srcType
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_srcUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_tBUToPBURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_tBUToPBURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_tBUToPBURateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_tUToTBURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_tUToTBURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_tUToTBURateField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.MOKeyDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVMOMOKeyDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private string m_docNoField;
|
|
|
|
private string m_errMsgField;
|
|
|
|
private long m_iDField;
|
|
|
|
private long m_srcDocIDField;
|
|
|
|
private long m_srcDocLineIDField;
|
|
|
|
private long m_srcDocSubLineIDField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_docNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_docNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_docNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_errMsg
|
|
{
|
|
get
|
|
{
|
|
return this.m_errMsgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_errMsgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_srcDocID
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_srcDocLineID
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocLineIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocLineIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_srcDocSubLineID
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcDocSubLineIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcDocSubLineIDField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Util.Context
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ApplicationContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
|
|
public partial class ApplicationContext : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public System.Collections.Generic.Dictionary<object, object> nameValueHas
|
|
{
|
|
get
|
|
{
|
|
return this.nameValueHasField;
|
|
}
|
|
set
|
|
{
|
|
this.nameValueHasField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="PlatformContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangDataDict))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMODTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMODTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOOperationDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOOperationDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickListDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickListDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickPositionDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickPositionDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickSupplierDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickSupplierDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOSrcRelationDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOSrcRelationDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOKeyDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOKeyDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.PL.ObjectKeyX))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(string[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBaseFormatState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Data.DataRowState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorDescriptor))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorLevel))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
|
|
public partial class PlatformContext : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private object ctxField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public object ctx
|
|
{
|
|
get
|
|
{
|
|
return this.ctxField;
|
|
}
|
|
set
|
|
{
|
|
this.ctxField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ThreadContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
|
|
public partial class ThreadContext : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public System.Collections.Generic.Dictionary<object, object> nameValueHas
|
|
{
|
|
get
|
|
{
|
|
return this.nameValueHasField;
|
|
}
|
|
set
|
|
{
|
|
this.nameValueHasField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(Name="UFIDA.U9.ISV.MO.ICreateMO4External", Namespace="http://www.UFIDA.org", ConfigurationName="UFIDAU9ISVMOICreateMO4External")]
|
|
public interface UFIDAU9ISVMOICreateMO4External
|
|
{
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateMO4External/Do", ReplyAction="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateMO4External/DoResponse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceLostException), Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateMO4External/DoServiceLostExceptionFau" +
|
|
"lt", Name="ServiceLostException", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceException), Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateMO4External/DoServiceExceptionFault", Name="ServiceException", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail), Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateMO4External/DoServiceExceptionDetailF" +
|
|
"ault", Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.ExceptionBase), Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateMO4External/DoExceptionBaseFault", Name="ExceptionBase", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(System.Exception), Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateMO4External/DoExceptionFault", Name="Exception", Namespace="http://schemas.datacontract.org/2004/07/System")]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangDataDict))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMODTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMODTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOOperationDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOOperationDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickListDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickListDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickPositionDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickPositionDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickSupplierDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOPickSupplierDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOSrcRelationDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOSrcRelationDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOKeyDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOMOKeyDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.PL.ObjectKeyX))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(string[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBaseFormatState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Data.DataRowState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorDescriptor))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorLevel))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.PlatformContext))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
|
|
www.ufida.org.EntityData.UFIDAU9ISVMOMOKeyDTOData[] Do(out UFSoft.UBF.Exceptions.MessageBase[] outMessages, object context, www.ufida.org.EntityData.UFIDAU9ISVMOMODTOData[] mODTOs);
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
public interface UFIDAU9ISVMOICreateMO4ExternalChannel : UFIDAU9ISVMOICreateMO4External, System.ServiceModel.IClientChannel
|
|
{
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
public partial class UFIDAU9ISVMOICreateMO4ExternalClient : System.ServiceModel.ClientBase<UFIDAU9ISVMOICreateMO4External>, UFIDAU9ISVMOICreateMO4External
|
|
{
|
|
|
|
public UFIDAU9ISVMOICreateMO4ExternalClient()
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVMOICreateMO4ExternalClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName)
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVMOICreateMO4ExternalClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVMOICreateMO4ExternalClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVMOICreateMO4ExternalClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public www.ufida.org.EntityData.UFIDAU9ISVMOMOKeyDTOData[] Do(out UFSoft.UBF.Exceptions.MessageBase[] outMessages, object context, www.ufida.org.EntityData.UFIDAU9ISVMOMODTOData[] mODTOs)
|
|
{
|
|
return base.Channel.Do(out outMessages, context, mODTOs);
|
|
}
|
|
}
|