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.
5049 lines
151 KiB
5049 lines
151 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </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("http://www.UFIDA.org/EntityData", ClrNamespace="www.ufida.org.EntityData")]
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Business.BusinessEntity", ClrNamespace="UFSoft.UBF.Business.BusinessEntity")]
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.PL", ClrNamespace="UFSoft.UBF.PL")]
|
|
|
|
namespace UFSoft.UBF.Util.Context
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.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.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.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.Util.Context.ThreadContext))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
|
|
[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))]
|
|
[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.Business.EntityNotExistException))]
|
|
[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.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.Exceptions1.MessageBaseFormatState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
|
|
[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(System.Exception))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInLineDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInLineDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMItemItemInfoData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMPropertyTypesLotInfoData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BasePropertyTypesBizEntityKeyData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMSupplierSupplierMISCInfoData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInBinDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInBinDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMBinBinInfoData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMCustomerCustomerMISCInfoData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInSubLineDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInSubLineDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInBarCodeDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInBarCodeDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Data.DataRowState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.PL.ObjectKeyX))]
|
|
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", "4.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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Service
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.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", "4.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", "4.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.Business
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.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)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
|
|
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", "4.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", "4.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)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Util.Data
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.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", "4.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 UFSoft.UBF.Exceptions
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.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", "4.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
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
|
|
[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.UnknownException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
|
|
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", "4.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", "4.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", "4.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", "4.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", "4.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 www.ufida.org.EntityData
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.TransferInISV.IC_TransferInDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVTransferInISVIC_TransferInDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private string m_approvedByField;
|
|
|
|
private System.DateTime m_approvedOnField;
|
|
|
|
private System.DateTime m_businessDateField;
|
|
|
|
private string m_createdByField;
|
|
|
|
private System.DateTime m_createdOnField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexFieldField;
|
|
|
|
private string m_docNoField;
|
|
|
|
private long m_iDField;
|
|
|
|
private string m_memoField;
|
|
|
|
private string m_modifiedByField;
|
|
|
|
private System.DateTime m_modifiedOnField;
|
|
|
|
private bool m_onlyUpdateQtyField;
|
|
|
|
private int m_operationTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_orgField;
|
|
|
|
private long m_sOBAccountPeriodField;
|
|
|
|
private int m_statusField;
|
|
|
|
private long m_sysVersionField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInDocTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInLineDTOData[] m_transInLinesField;
|
|
|
|
private int m_transferDirectionField;
|
|
|
|
private int m_transferTypeField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_approvedBy
|
|
{
|
|
get
|
|
{
|
|
return this.m_approvedByField;
|
|
}
|
|
set
|
|
{
|
|
this.m_approvedByField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_approvedOn
|
|
{
|
|
get
|
|
{
|
|
return this.m_approvedOnField;
|
|
}
|
|
set
|
|
{
|
|
this.m_approvedOnField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_businessDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_businessDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_businessDateField = 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 string m_docNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_docNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_docNoField = 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_memo
|
|
{
|
|
get
|
|
{
|
|
return this.m_memoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_memoField = 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_onlyUpdateQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_onlyUpdateQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_onlyUpdateQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_operationType
|
|
{
|
|
get
|
|
{
|
|
return this.m_operationTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_operationTypeField = 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 long m_sOBAccountPeriod
|
|
{
|
|
get
|
|
{
|
|
return this.m_sOBAccountPeriodField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sOBAccountPeriodField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_status
|
|
{
|
|
get
|
|
{
|
|
return this.m_statusField;
|
|
}
|
|
set
|
|
{
|
|
this.m_statusField = 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_transInDocType
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInDocTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInDocTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInLineDTOData[] m_transInLines
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInLinesField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInLinesField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_transferDirection
|
|
{
|
|
get
|
|
{
|
|
return this.m_transferDirectionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transferDirectionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_transferType
|
|
{
|
|
get
|
|
{
|
|
return this.m_transferTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transferTypeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.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.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInLineDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMItemItemInfoData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMPropertyTypesLotInfoData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BasePropertyTypesBizEntityKeyData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMSupplierSupplierMISCInfoData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInBinDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMBinBinInfoData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMCustomerCustomerMISCInfoData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInSubLineDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInBarCodeDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInDTOData))]
|
|
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", "4.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", "4.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", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.TransferInISV.IC_TransInLineDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVTransferInISVIC_TransInLineDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costCurrencyField;
|
|
|
|
private decimal m_costMoneyField;
|
|
|
|
private decimal m_costPriceField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costUOMField;
|
|
|
|
private decimal m_costUOMQtyField;
|
|
|
|
private string m_createdByField;
|
|
|
|
private System.DateTime m_createdOnField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexSegmentsField;
|
|
|
|
private int m_docLineNoField;
|
|
|
|
private long m_iDField;
|
|
|
|
private bool m_isVMIField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOSCMItemItemInfoData m_itemInfoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOSCMPropertyTypesLotInfoData m_lotInfoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOSCMSupplierSupplierMISCInfoData m_manufacturerInfoField;
|
|
|
|
private string m_memoField;
|
|
|
|
private string m_modifiedByField;
|
|
|
|
private System.DateTime m_modifiedOnField;
|
|
|
|
private int m_operationTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_projectField;
|
|
|
|
private string[] m_sNListField;
|
|
|
|
private decimal m_sUTOSBURateField;
|
|
|
|
private decimal m_sUToCURateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_salesPsnField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_seibanField;
|
|
|
|
private string m_srcIDField;
|
|
|
|
private int m_storageTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_storeBaseUOMField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_storeUOMField;
|
|
|
|
private decimal m_storeUOMQtyField;
|
|
|
|
private long m_sysVersionField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_taskField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInBinDTOData[] m_transInBinsField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOSCMCustomerCustomerMISCInfoData m_transInCustInfoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInDeptField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInOwnerOrgField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInSiteField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInSubLineDTOData[] m_transInSubLinesField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOSCMSupplierSupplierMISCInfoData m_transInSuppInfoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInSupplierSiteField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInWhField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInWhManField;
|
|
|
|
private bool m_zeroCostField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_costCurrency
|
|
{
|
|
get
|
|
{
|
|
return this.m_costCurrencyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costCurrencyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_costMoney
|
|
{
|
|
get
|
|
{
|
|
return this.m_costMoneyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costMoneyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_costPrice
|
|
{
|
|
get
|
|
{
|
|
return this.m_costPriceField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costPriceField = 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 decimal m_costUOMQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_costUOMQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costUOMQtyField = 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_descFlexSegments
|
|
{
|
|
get
|
|
{
|
|
return this.m_descFlexSegmentsField;
|
|
}
|
|
set
|
|
{
|
|
this.m_descFlexSegmentsField = 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 bool m_isVMI
|
|
{
|
|
get
|
|
{
|
|
return this.m_isVMIField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isVMIField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOSCMItemItemInfoData m_itemInfo
|
|
{
|
|
get
|
|
{
|
|
return this.m_itemInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_itemInfoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOSCMPropertyTypesLotInfoData m_lotInfo
|
|
{
|
|
get
|
|
{
|
|
return this.m_lotInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_lotInfoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOSCMSupplierSupplierMISCInfoData m_manufacturerInfo
|
|
{
|
|
get
|
|
{
|
|
return this.m_manufacturerInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_manufacturerInfoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_memo
|
|
{
|
|
get
|
|
{
|
|
return this.m_memoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_memoField = 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 int m_operationType
|
|
{
|
|
get
|
|
{
|
|
return this.m_operationTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_operationTypeField = 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 string[] m_sNList
|
|
{
|
|
get
|
|
{
|
|
return this.m_sNListField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sNListField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_sUTOSBURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_sUTOSBURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sUTOSBURateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_sUToCURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_sUToCURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sUToCURateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_salesPsn
|
|
{
|
|
get
|
|
{
|
|
return this.m_salesPsnField;
|
|
}
|
|
set
|
|
{
|
|
this.m_salesPsnField = 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_srcID
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_storageType
|
|
{
|
|
get
|
|
{
|
|
return this.m_storageTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_storageTypeField = 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 www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_storeUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_storeUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_storeUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_storeUOMQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_storeUOMQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_storeUOMQtyField = 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 www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInBinDTOData[] m_transInBins
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInBinsField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInBinsField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOSCMCustomerCustomerMISCInfoData m_transInCustInfo
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInCustInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInCustInfoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInDept
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInDeptField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInDeptField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInOwnerOrg
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInOwnerOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInOwnerOrgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInSite
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInSiteField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInSiteField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInSubLineDTOData[] m_transInSubLines
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInSubLinesField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInSubLinesField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOSCMSupplierSupplierMISCInfoData m_transInSuppInfo
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInSuppInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInSuppInfoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInSupplierSite
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInSupplierSiteField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInSupplierSiteField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInWh
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInWhField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInWhField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transInWhMan
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInWhManField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInWhManField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_zeroCost
|
|
{
|
|
get
|
|
{
|
|
return this.m_zeroCostField;
|
|
}
|
|
set
|
|
{
|
|
this.m_zeroCostField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.CBO.SCM.Item.ItemInfoData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9CBOSCMItemItemInfoData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private long ItemIDField;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemID_SKeyField;
|
|
|
|
private long ItemOpt1Field;
|
|
|
|
private long ItemOpt10Field;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt10_SKeyField;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt1_SKeyField;
|
|
|
|
private long ItemOpt2Field;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt2_SKeyField;
|
|
|
|
private long ItemOpt3Field;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt3_SKeyField;
|
|
|
|
private long ItemOpt4Field;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt4_SKeyField;
|
|
|
|
private long ItemOpt5Field;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt5_SKeyField;
|
|
|
|
private long ItemOpt6Field;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt6_SKeyField;
|
|
|
|
private long ItemOpt7Field;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt7_SKeyField;
|
|
|
|
private long ItemOpt8Field;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt8_SKeyField;
|
|
|
|
private long ItemOpt9Field;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt9_SKeyField;
|
|
|
|
private string m_itemCodeField;
|
|
|
|
private int m_itemGradeField;
|
|
|
|
private string m_itemNameField;
|
|
|
|
private int m_itemPotencyField;
|
|
|
|
private string m_itemVersionField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemID
|
|
{
|
|
get
|
|
{
|
|
return this.ItemIDField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemID_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemID_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemID_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemOpt1
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt1Field;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt1Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemOpt10
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt10Field;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt10Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt10_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt10_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt10_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt1_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt1_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt1_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemOpt2
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt2Field;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt2Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt2_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt2_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt2_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemOpt3
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt3Field;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt3Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt3_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt3_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt3_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemOpt4
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt4Field;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt4Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt4_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt4_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt4_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemOpt5
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt5Field;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt5Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt5_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt5_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt5_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemOpt6
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt6Field;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt6Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt6_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt6_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt6_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemOpt7
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt7Field;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt7Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt7_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt7_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt7_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemOpt8
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt8Field;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt8Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt8_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt8_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt8_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long ItemOpt9
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt9Field;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt9Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey ItemOpt9_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.ItemOpt9_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.ItemOpt9_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_itemCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_itemCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_itemCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_itemGrade
|
|
{
|
|
get
|
|
{
|
|
return this.m_itemGradeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_itemGradeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_itemName
|
|
{
|
|
get
|
|
{
|
|
return this.m_itemNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_itemNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_itemPotency
|
|
{
|
|
get
|
|
{
|
|
return this.m_itemPotencyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_itemPotencyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_itemVersion
|
|
{
|
|
get
|
|
{
|
|
return this.m_itemVersionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_itemVersionField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.CBO.SCM.PropertyTypes.LotInfoData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9CBOSCMPropertyTypesLotInfoData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private System.DateTime m_disabledDatetimeField;
|
|
|
|
private string m_lotCodeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BasePropertyTypesBizEntityKeyData m_lotMasterField;
|
|
|
|
private int m_lotValidDateField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_disabledDatetime
|
|
{
|
|
get
|
|
{
|
|
return this.m_disabledDatetimeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_disabledDatetimeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_lotCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_lotCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_lotCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9BasePropertyTypesBizEntityKeyData m_lotMaster
|
|
{
|
|
get
|
|
{
|
|
return this.m_lotMasterField;
|
|
}
|
|
set
|
|
{
|
|
this.m_lotMasterField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_lotValidDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_lotValidDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_lotValidDateField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Base.PropertyTypes.BizEntityKeyData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9BasePropertyTypesBizEntityKeyData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private long m_entityIDField;
|
|
|
|
private string m_entityTypeField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_entityID
|
|
{
|
|
get
|
|
{
|
|
return this.m_entityIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_entityIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_entityType
|
|
{
|
|
get
|
|
{
|
|
return this.m_entityTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_entityTypeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.CBO.SCM.Supplier.SupplierMISCInfoData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9CBOSCMSupplierSupplierMISCInfoData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_NameField;
|
|
|
|
private string NameField;
|
|
|
|
private long SupplierField;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey Supplier_SKeyField;
|
|
|
|
private string m_codeField;
|
|
|
|
private string m_shortNameField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Util.Data.MultiLangDataDict Multi_Name
|
|
{
|
|
get
|
|
{
|
|
return this.Multi_NameField;
|
|
}
|
|
set
|
|
{
|
|
this.Multi_NameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string Name
|
|
{
|
|
get
|
|
{
|
|
return this.NameField;
|
|
}
|
|
set
|
|
{
|
|
this.NameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Supplier
|
|
{
|
|
get
|
|
{
|
|
return this.SupplierField;
|
|
}
|
|
set
|
|
{
|
|
this.SupplierField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey Supplier_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.Supplier_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.Supplier_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_code
|
|
{
|
|
get
|
|
{
|
|
return this.m_codeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_codeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_shortName
|
|
{
|
|
get
|
|
{
|
|
return this.m_shortNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shortNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.TransferInISV.IC_TransInBinDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVTransferInISVIC_TransInBinDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOSCMBinBinInfoData m_binInfoField;
|
|
|
|
private int m_binLineNoField;
|
|
|
|
private string m_createdByField;
|
|
|
|
private System.DateTime m_createdOnField;
|
|
|
|
private long m_iDField;
|
|
|
|
private string m_modifiedByField;
|
|
|
|
private System.DateTime m_modifiedOnField;
|
|
|
|
private int m_operationTypeField;
|
|
|
|
private decimal m_storeUOMQtyField;
|
|
|
|
private long m_sysVersionField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOSCMBinBinInfoData m_binInfo
|
|
{
|
|
get
|
|
{
|
|
return this.m_binInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_binInfoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_binLineNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_binLineNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_binLineNoField = 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 long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = 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 int m_operationType
|
|
{
|
|
get
|
|
{
|
|
return this.m_operationTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_operationTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_storeUOMQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_storeUOMQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_storeUOMQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_sysVersion
|
|
{
|
|
get
|
|
{
|
|
return this.m_sysVersionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sysVersionField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.CBO.SCM.Bin.BinInfoData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9CBOSCMBinBinInfoData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private long BinField;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey Bin_SKeyField;
|
|
|
|
private string m_codeField;
|
|
|
|
private string m_nameField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Bin
|
|
{
|
|
get
|
|
{
|
|
return this.BinField;
|
|
}
|
|
set
|
|
{
|
|
this.BinField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey Bin_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.Bin_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.Bin_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_code
|
|
{
|
|
get
|
|
{
|
|
return this.m_codeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_codeField = 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", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.CBO.SCM.Customer.CustomerMISCInfoData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9CBOSCMCustomerCustomerMISCInfoData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private long CustomerField;
|
|
|
|
private UFSoft.UBF.Business.BusinessEntity.EntityKey Customer_SKeyField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_NameField;
|
|
|
|
private string NameField;
|
|
|
|
private string m_codeField;
|
|
|
|
private string m_shortNameField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long Customer
|
|
{
|
|
get
|
|
{
|
|
return this.CustomerField;
|
|
}
|
|
set
|
|
{
|
|
this.CustomerField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Business.BusinessEntity.EntityKey Customer_SKey
|
|
{
|
|
get
|
|
{
|
|
return this.Customer_SKeyField;
|
|
}
|
|
set
|
|
{
|
|
this.Customer_SKeyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Util.Data.MultiLangDataDict Multi_Name
|
|
{
|
|
get
|
|
{
|
|
return this.Multi_NameField;
|
|
}
|
|
set
|
|
{
|
|
this.Multi_NameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string Name
|
|
{
|
|
get
|
|
{
|
|
return this.NameField;
|
|
}
|
|
set
|
|
{
|
|
this.NameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_code
|
|
{
|
|
get
|
|
{
|
|
return this.m_codeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_codeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_shortName
|
|
{
|
|
get
|
|
{
|
|
return this.m_shortNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shortNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.TransferInISV.IC_TransInSubLineDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVTransferInISVIC_TransInSubLineDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInBarCodeDTOData[] m_barCodeDtoListField;
|
|
|
|
private decimal m_costMoneyField;
|
|
|
|
private decimal m_costPriceField;
|
|
|
|
private decimal m_costUOMQtyField;
|
|
|
|
private string m_createdByField;
|
|
|
|
private System.DateTime m_createdOnField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexSegmentsField;
|
|
|
|
private int m_docLineNoField;
|
|
|
|
private long m_iDField;
|
|
|
|
private bool m_isVMIField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOSCMPropertyTypesLotInfoData m_lotInfoField;
|
|
|
|
private string m_modifiedByField;
|
|
|
|
private System.DateTime m_modifiedOnField;
|
|
|
|
private int m_operationTypeField;
|
|
|
|
private decimal m_priceUOMQtyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_projectField;
|
|
|
|
private string[] m_sNListField;
|
|
|
|
private decimal m_sUTOSBURateField;
|
|
|
|
private decimal m_sUToCURateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_seibanField;
|
|
|
|
private int m_storageTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_storeUOMField;
|
|
|
|
private decimal m_storeUOMQtyField;
|
|
|
|
private long m_sysVersionField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_taskField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInBinDTOData[] m_transInBinsField;
|
|
|
|
private decimal m_transInSUQtyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOSCMCustomerCustomerMISCInfoData m_transOutCustInfoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutDeptField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutOrgField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutOwnerOrgField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutSiteField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOSCMSupplierSupplierMISCInfoData m_transOutSuppInfoField;
|
|
|
|
private decimal m_transOutToTransInRateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutWhField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutWhManField;
|
|
|
|
private bool m_zeroCostField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInBarCodeDTOData[] m_barCodeDtoList
|
|
{
|
|
get
|
|
{
|
|
return this.m_barCodeDtoListField;
|
|
}
|
|
set
|
|
{
|
|
this.m_barCodeDtoListField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_costMoney
|
|
{
|
|
get
|
|
{
|
|
return this.m_costMoneyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costMoneyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_costPrice
|
|
{
|
|
get
|
|
{
|
|
return this.m_costPriceField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costPriceField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_costUOMQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_costUOMQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_costUOMQtyField = 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_descFlexSegments
|
|
{
|
|
get
|
|
{
|
|
return this.m_descFlexSegmentsField;
|
|
}
|
|
set
|
|
{
|
|
this.m_descFlexSegmentsField = 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 bool m_isVMI
|
|
{
|
|
get
|
|
{
|
|
return this.m_isVMIField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isVMIField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOSCMPropertyTypesLotInfoData m_lotInfo
|
|
{
|
|
get
|
|
{
|
|
return this.m_lotInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_lotInfoField = 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 int m_operationType
|
|
{
|
|
get
|
|
{
|
|
return this.m_operationTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_operationTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_priceUOMQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_priceUOMQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_priceUOMQtyField = 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 string[] m_sNList
|
|
{
|
|
get
|
|
{
|
|
return this.m_sNListField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sNListField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_sUTOSBURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_sUTOSBURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sUTOSBURateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_sUToCURate
|
|
{
|
|
get
|
|
{
|
|
return this.m_sUToCURateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sUToCURateField = 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 int m_storageType
|
|
{
|
|
get
|
|
{
|
|
return this.m_storageTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_storageTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_storeUOM
|
|
{
|
|
get
|
|
{
|
|
return this.m_storeUOMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_storeUOMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_storeUOMQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_storeUOMQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_storeUOMQtyField = 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 www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInBinDTOData[] m_transInBins
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInBinsField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInBinsField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_transInSUQty
|
|
{
|
|
get
|
|
{
|
|
return this.m_transInSUQtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transInSUQtyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOSCMCustomerCustomerMISCInfoData m_transOutCustInfo
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutCustInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutCustInfoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutDept
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutDeptField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutDeptField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutOrg
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutOrgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutOwnerOrg
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutOwnerOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutOwnerOrgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutSite
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutSiteField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutSiteField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOSCMSupplierSupplierMISCInfoData m_transOutSuppInfo
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutSuppInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutSuppInfoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_transOutToTransInRate
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutToTransInRateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutToTransInRateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutWh
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutWhField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutWhField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transOutWhMan
|
|
{
|
|
get
|
|
{
|
|
return this.m_transOutWhManField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transOutWhManField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_zeroCost
|
|
{
|
|
get
|
|
{
|
|
return this.m_zeroCostField;
|
|
}
|
|
set
|
|
{
|
|
this.m_zeroCostField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.TransferInISV.IC_TransferInBarCodeDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
public partial class UFIDAU9ISVTransferInISVIC_TransferInBarCodeDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private string m_barCodeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInSubLineDTOData m_iC_TransInSubLineDTOField;
|
|
|
|
private decimal m_qtyField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_barCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_barCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_barCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInSubLineDTOData m_iC_TransInSubLineDTO
|
|
{
|
|
get
|
|
{
|
|
return this.m_iC_TransInSubLineDTOField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iC_TransInSubLineDTOField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_qty
|
|
{
|
|
get
|
|
{
|
|
return this.m_qtyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_qtyField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.PL.Engine
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.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.Business.BusinessEntity
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="UFSoft.UBF.Business.BusinessEntity")]
|
|
public partial class EntityKey : UFSoft.UBF.PL.ObjectKeyX
|
|
{
|
|
}
|
|
}
|
|
namespace System.Data
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.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.PL
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(Name="UFIDA.U9.ISV.TransferInISV.ICommonCreateTransferInSV", Namespace="http://www.UFIDA.org", ConfigurationName="UFIDAU9ISVTransferInISVICommonCreateTransferInSV")]
|
|
public interface UFIDAU9ISVTransferInISVICommonCreateTransferInSV
|
|
{
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://www.UFIDA.org/UFIDA.U9.ISV.TransferInISV.ICommonCreateTransferInSV/Do", ReplyAction="http://www.UFIDA.org/UFIDA.U9.ISV.TransferInISV.ICommonCreateTransferInSV/DoRespo" +
|
|
"nse")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.ExceptionBase), Action="http://www.UFIDA.org/UFIDA.U9.ISV.TransferInISV.ICommonCreateTransferInSV/DoExcep" +
|
|
"tionBaseFault", 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.TransferInISV.ICommonCreateTransferInSV/DoExcep" +
|
|
"tionFault", Name="Exception", Namespace="http://schemas.datacontract.org/2004/07/System")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceLostException), Action="http://www.UFIDA.org/UFIDA.U9.ISV.TransferInISV.ICommonCreateTransferInSV/DoServi" +
|
|
"ceLostExceptionFault", 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.TransferInISV.ICommonCreateTransferInSV/DoServi" +
|
|
"ceExceptionFault", 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.TransferInISV.ICommonCreateTransferInSV/DoServi" +
|
|
"ceExceptionDetailFault", Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.PlatformContext))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
|
|
[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.Business.EntityNotExistException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
|
|
[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.Exceptions1.MessageBaseFormatState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
|
|
[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(System.Exception))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInLineDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInLineDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMItemItemInfoData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMPropertyTypesLotInfoData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BasePropertyTypesBizEntityKeyData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMSupplierSupplierMISCInfoData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInBinDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInBinDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMBinBinInfoData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOSCMCustomerCustomerMISCInfoData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInSubLineDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransInSubLineDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInBarCodeDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInBarCodeDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Data.DataRowState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.PL.ObjectKeyX))]
|
|
DoResponse Do(DoRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://www.UFIDA.org/UFIDA.U9.ISV.TransferInISV.ICommonCreateTransferInSV/Do", ReplyAction="http://www.UFIDA.org/UFIDA.U9.ISV.TransferInISV.ICommonCreateTransferInSV/DoRespo" +
|
|
"nse")]
|
|
System.Threading.Tasks.Task<DoResponse> DoAsync(DoRequest request);
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="Do", WrapperNamespace="http://www.UFIDA.org", IsWrapped=true)]
|
|
public partial class DoRequest
|
|
{
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.UFIDA.org", Order=0)]
|
|
public object context;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.UFIDA.org", Order=1)]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInDTOData[] transferInDTOList;
|
|
|
|
public DoRequest()
|
|
{
|
|
}
|
|
|
|
public DoRequest(object context, www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInDTOData[] transferInDTOList)
|
|
{
|
|
this.context = context;
|
|
this.transferInDTOList = transferInDTOList;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DoResponse", WrapperNamespace="http://www.UFIDA.org", IsWrapped=true)]
|
|
public partial class DoResponse
|
|
{
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.UFIDA.org", Order=0)]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData[] DoResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.UFIDA.org", Order=1)]
|
|
public UFSoft.UBF.Exceptions.MessageBase[] outMessages;
|
|
|
|
public DoResponse()
|
|
{
|
|
}
|
|
|
|
public DoResponse(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData[] DoResult, UFSoft.UBF.Exceptions.MessageBase[] outMessages)
|
|
{
|
|
this.DoResult = DoResult;
|
|
this.outMessages = outMessages;
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface UFIDAU9ISVTransferInISVICommonCreateTransferInSVChannel : UFIDAU9ISVTransferInISVICommonCreateTransferInSV, System.ServiceModel.IClientChannel
|
|
{
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class UFIDAU9ISVTransferInISVICommonCreateTransferInSVClient : System.ServiceModel.ClientBase<UFIDAU9ISVTransferInISVICommonCreateTransferInSV>, UFIDAU9ISVTransferInISVICommonCreateTransferInSV
|
|
{
|
|
|
|
public UFIDAU9ISVTransferInISVICommonCreateTransferInSVClient()
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVTransferInISVICommonCreateTransferInSVClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName)
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVTransferInISVICommonCreateTransferInSVClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVTransferInISVICommonCreateTransferInSVClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVTransferInISVICommonCreateTransferInSVClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress)
|
|
{
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
DoResponse UFIDAU9ISVTransferInISVICommonCreateTransferInSV.Do(DoRequest request)
|
|
{
|
|
return base.Channel.Do(request);
|
|
}
|
|
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData[] Do(object context, www.ufida.org.EntityData.UFIDAU9ISVTransferInISVIC_TransferInDTOData[] transferInDTOList, out UFSoft.UBF.Exceptions.MessageBase[] outMessages)
|
|
{
|
|
DoRequest inValue = new DoRequest();
|
|
inValue.context = context;
|
|
inValue.transferInDTOList = transferInDTOList;
|
|
DoResponse retVal = ((UFIDAU9ISVTransferInISVICommonCreateTransferInSV)(this)).Do(inValue);
|
|
outMessages = retVal.outMessages;
|
|
return retVal.DoResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<DoResponse> DoAsync(DoRequest request)
|
|
{
|
|
return base.Channel.DoAsync(request);
|
|
}
|
|
}
|