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.
6323 lines
175 KiB
6323 lines
175 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:2.0.50727.9151
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </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.Exceptions1")]
|
|
[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("http://www.UFIDA.org/EntityData", ClrNamespace = "www.ufida.org.EntityData")]
|
|
|
|
namespace UFSoft.UBF.PL.Engine
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "ObjectState", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF.PL.Engine")]
|
|
public enum ObjectState : int
|
|
{
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
NotExist = -1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Unchanged = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Unknown = 0,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Inserted = 2,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Updated = 4,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Deleted = 8,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Operating = 9,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
NeedLoad = 10,
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Exceptions
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "MessageBase.FormatState", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF.Exceptions")]
|
|
public enum MessageBaseFormatState : uint
|
|
{
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
None = 0,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Formatting = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Formatted = 2,
|
|
}
|
|
}
|
|
namespace System.Data
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.FlagsAttribute()]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "DataRowState", Namespace = "http://schemas.datacontract.org/2004/07/System.Data")]
|
|
public enum DataRowState : int
|
|
{
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Detached = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Unchanged = 2,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Added = 4,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Deleted = 8,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Modified = 16,
|
|
}
|
|
}
|
|
namespace UFSoft.UBF
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
|
|
[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.Business.BusinessException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
|
|
public partial class ExceptionBase : System.Exception
|
|
{
|
|
|
|
public ExceptionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "ExceptionBase.FormatState", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
|
|
public enum FormatState : uint
|
|
{
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
None = 0,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Formatting = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Formatted = 2,
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class UnknownException : UFSoft.UBF.ExceptionBase
|
|
{
|
|
|
|
public UnknownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "ErrorMessage", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
|
|
public partial class ErrorMessage : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private UFSoft.UBF.ErrorDescriptor errDescriptorField;
|
|
|
|
private string errorTypeField;
|
|
|
|
private UFSoft.UBF.ErrorMessage[] innerMessagesField;
|
|
|
|
private string messageField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired = true)]
|
|
public UFSoft.UBF.ErrorDescriptor errDescriptor
|
|
{
|
|
get
|
|
{
|
|
return this.errDescriptorField;
|
|
}
|
|
set
|
|
{
|
|
this.errDescriptorField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired = true)]
|
|
public string errorType
|
|
{
|
|
get
|
|
{
|
|
return this.errorTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.errorTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.ErrorMessage[] innerMessages
|
|
{
|
|
get
|
|
{
|
|
return this.innerMessagesField;
|
|
}
|
|
set
|
|
{
|
|
this.innerMessagesField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string message
|
|
{
|
|
get
|
|
{
|
|
return this.messageField;
|
|
}
|
|
set
|
|
{
|
|
this.messageField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "ErrorDescriptor", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
|
|
public partial class ErrorDescriptor : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string categoryField;
|
|
|
|
private string erroridField;
|
|
|
|
private UFSoft.UBF.ErrorLevel levelField;
|
|
|
|
private string ownerField;
|
|
|
|
private System.DateTime timeStampField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string category
|
|
{
|
|
get
|
|
{
|
|
return this.categoryField;
|
|
}
|
|
set
|
|
{
|
|
this.categoryField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired = true)]
|
|
public string errorid
|
|
{
|
|
get
|
|
{
|
|
return this.erroridField;
|
|
}
|
|
set
|
|
{
|
|
this.erroridField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.ErrorLevel level
|
|
{
|
|
get
|
|
{
|
|
return this.levelField;
|
|
}
|
|
set
|
|
{
|
|
this.levelField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string owner
|
|
{
|
|
get
|
|
{
|
|
return this.ownerField;
|
|
}
|
|
set
|
|
{
|
|
this.ownerField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime timeStamp
|
|
{
|
|
get
|
|
{
|
|
return this.timeStampField;
|
|
}
|
|
set
|
|
{
|
|
this.timeStampField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "ErrorLevel", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
|
|
public enum ErrorLevel : short
|
|
{
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Debug = 0,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Info = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Warn = 2,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Error = 3,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Fatal = 4,
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Service
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class ServiceLostException : UFSoft.UBF.ExceptionBase
|
|
{
|
|
|
|
public ServiceLostException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class ServiceException : UFSoft.UBF.ExceptionBase
|
|
{
|
|
|
|
public ServiceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "ServiceExceptionDetail", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
|
|
public partial class ServiceExceptionDetail : System.ServiceModel.ExceptionDetail, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
public ServiceExceptionDetail(Exception exception) : base(exception) { }
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private UFSoft.UBF.ExceptionBase ExceptionField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.ExceptionBase Exception
|
|
{
|
|
get
|
|
{
|
|
return this.ExceptionField;
|
|
}
|
|
set
|
|
{
|
|
this.ExceptionField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Business
|
|
{
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
|
|
public partial class BusinessException : UFSoft.UBF.ExceptionBase
|
|
{
|
|
|
|
public BusinessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class AttrsContainerException : UFSoft.UBF.Business.BusinessException
|
|
{
|
|
|
|
public AttrsContainerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class AttributeInValidException : UFSoft.UBF.Business.BusinessException
|
|
{
|
|
|
|
public AttributeInValidException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.SerializableAttribute()]
|
|
public partial class EntityNotExistException : UFSoft.UBF.Business.BusinessException
|
|
{
|
|
|
|
public EntityNotExistException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
|
|
base(info, context)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Util.Context
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "PlatformContext", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBaseFormatState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Data.DataRowState))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception[]))]
|
|
[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(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(UFSoft.UBF.Util.Context.ThreadContext))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
|
|
[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.Exceptions1.MessageBase))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBase[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerQueryCustomerDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerQueryCustomerDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerContextDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerSiteDTOData[]))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerSiteDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BasePropertyTypesEffectiveData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMCustomerDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMContactDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMAddressDTOData))]
|
|
public partial class PlatformContext : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private object ctxField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired = true)]
|
|
public object ctx
|
|
{
|
|
get
|
|
{
|
|
return this.ctxField;
|
|
}
|
|
set
|
|
{
|
|
this.ctxField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "ThreadContext", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
|
|
public partial class ThreadContext : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired = true)]
|
|
public System.Collections.Generic.Dictionary<object, object> nameValueHas
|
|
{
|
|
get
|
|
{
|
|
return this.nameValueHasField;
|
|
}
|
|
set
|
|
{
|
|
this.nameValueHasField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "ApplicationContext", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
|
|
public partial class ApplicationContext : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired = true)]
|
|
public System.Collections.Generic.Dictionary<object, object> nameValueHas
|
|
{
|
|
get
|
|
{
|
|
return this.nameValueHasField;
|
|
}
|
|
set
|
|
{
|
|
this.nameValueHasField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Util.Data
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "MultiLangDataDict", Namespace = "UFSoft.UBF.Util.Data")]
|
|
public partial class MultiLangDataDict : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangData[] _langsField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Util.Data.MultiLangData[] _langs
|
|
{
|
|
get
|
|
{
|
|
return this._langsField;
|
|
}
|
|
set
|
|
{
|
|
this._langsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "MultiLangData", Namespace = "UFSoft.UBF.Util.Data")]
|
|
public partial class MultiLangData : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string LangTypeField;
|
|
|
|
private string LangValueField;
|
|
|
|
private System.Data.DataRowState StateField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string LangType
|
|
{
|
|
get
|
|
{
|
|
return this.LangTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.LangTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string LangValue
|
|
{
|
|
get
|
|
{
|
|
return this.LangValueField;
|
|
}
|
|
set
|
|
{
|
|
this.LangValueField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.Data.DataRowState State
|
|
{
|
|
get
|
|
{
|
|
return this.StateField;
|
|
}
|
|
set
|
|
{
|
|
this.StateField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace UFSoft.UBF.Exceptions1
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "MessageBase", Namespace = "UFSoft.UBF.Exceptions")]
|
|
public partial class MessageBase : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string attributeMetadataIDField;
|
|
|
|
private string attributeNameField;
|
|
|
|
private string entityFullNameField;
|
|
|
|
private long entityIDField;
|
|
|
|
private string entityMetadataIDField;
|
|
|
|
private short errorLevelField;
|
|
|
|
private UFSoft.UBF.Exceptions.MessageBaseFormatState formatedField;
|
|
|
|
private UFSoft.UBF.Exceptions1.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.Exceptions.MessageBaseFormatState formated
|
|
{
|
|
get
|
|
{
|
|
return this.formatedField;
|
|
}
|
|
set
|
|
{
|
|
this.formatedField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Exceptions1.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 www.ufida.org.EntityData
|
|
{
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFIDA.U9.ISV.Customer.QueryCustomerDTOData", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
public partial class UFIDAU9ISVCustomerQueryCustomerDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_customerField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_orgField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_customer
|
|
{
|
|
get
|
|
{
|
|
return this.m_customerField;
|
|
}
|
|
set
|
|
{
|
|
this.m_customerField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_org
|
|
{
|
|
get
|
|
{
|
|
return this.m_orgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_orgField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFSoft.UBF.Business.DataTransObjectBase", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerContextDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerSiteDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BasePropertyTypesEffectiveData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMCustomerDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMContactDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMAddressDTOData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerQueryCustomerDTOData))]
|
|
public partial class UFSoftUBFBusinessDataTransObjectBase : object, System.Runtime.Serialization.IExtensibleDataObject
|
|
{
|
|
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private UFSoft.UBF.PL.Engine.ObjectState sysStateField;
|
|
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
|
{
|
|
get
|
|
{
|
|
return this.extensionDataField;
|
|
}
|
|
set
|
|
{
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.PL.Engine.ObjectState sysState
|
|
{
|
|
get
|
|
{
|
|
return this.sysStateField;
|
|
}
|
|
set
|
|
{
|
|
this.sysStateField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFIDA.U9.CBO.Pub.Controller.CommonArchiveDataDTOData", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
public partial class UFIDAU9CBOPubControllerCommonArchiveDataDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private string m_codeField;
|
|
|
|
private long m_iDField;
|
|
|
|
private string m_nameField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_code
|
|
{
|
|
get
|
|
{
|
|
return this.m_codeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_codeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_name
|
|
{
|
|
get
|
|
{
|
|
return this.m_nameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_nameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFIDA.U9.CBO.Pub.Controller.ContextDTOData", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
public partial class UFIDAU9CBOPubControllerContextDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private string m_cultureNameField;
|
|
|
|
private string m_entCodeField;
|
|
|
|
private string m_orgCodeField;
|
|
|
|
private long m_orgIDField;
|
|
|
|
private string m_userClientIDField;
|
|
|
|
private string m_userCodeField;
|
|
|
|
private long m_userIDField;
|
|
|
|
private string m_userPwdField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_cultureName
|
|
{
|
|
get
|
|
{
|
|
return this.m_cultureNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_cultureNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_entCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_entCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_entCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_orgCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_orgCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_orgCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_orgID
|
|
{
|
|
get
|
|
{
|
|
return this.m_orgIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_orgIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_userClientID
|
|
{
|
|
get
|
|
{
|
|
return this.m_userClientIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_userClientIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_userCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_userCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_userCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_userID
|
|
{
|
|
get
|
|
{
|
|
return this.m_userIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_userIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_userPwd
|
|
{
|
|
get
|
|
{
|
|
return this.m_userPwdField;
|
|
}
|
|
set
|
|
{
|
|
this.m_userPwdField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFIDA.U9.ISV.Customer.CustomerDTOData", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
public partial class UFIDAU9ISVCustomerCustomerDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private string CombineNameField;
|
|
|
|
private string CorpUnifyCodeField;
|
|
|
|
private string DescriptionField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CombineNameField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CorpUnifyCodeField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_DescriptionField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_NameField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_SaleChannelField;
|
|
|
|
private string NameField;
|
|
|
|
private string SaleChannelField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_aRConfirmTermField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_accountListFormatField;
|
|
|
|
private int m_bargainField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_billFromatField;
|
|
|
|
private int m_checkAccountPeriodField;
|
|
|
|
private string m_codeField;
|
|
|
|
private decimal m_commissionField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_commissionCurrencyField;
|
|
|
|
private decimal m_commissionRateField;
|
|
|
|
private int m_commissionTypeField;
|
|
|
|
private bool m_controlPDiffField;
|
|
|
|
private short m_controlPointField;
|
|
|
|
private string m_createdByField;
|
|
|
|
private System.DateTime m_createdOnField;
|
|
|
|
private int m_creditCtrlScopeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_creditLevel1Field;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_creditLevel2Field;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_creditPolicyField;
|
|
|
|
private decimal m_currentPercentField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_customerCategoryField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerSiteDTOData[] m_customerSiteDTOsField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMCustomerDTOData m_dTOForCRMField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_defaultContactField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_delayGatheringPolicyField;
|
|
|
|
private int m_demandTransTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_departmentField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexFieldField;
|
|
|
|
private string m_districtTaxNoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_dundocFormatField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BasePropertyTypesEffectiveData m_effectiveField;
|
|
|
|
private int m_employeeCountField;
|
|
|
|
private System.DateTime m_establishDateField;
|
|
|
|
private int m_extendLimitDaysField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_gatheringPolicyField;
|
|
|
|
private long m_iDField;
|
|
|
|
private int m_interestPeriodField;
|
|
|
|
private int m_invoiceVerificationOrderField;
|
|
|
|
private bool m_isARCfmModifyField;
|
|
|
|
private bool m_isAccrualToARField;
|
|
|
|
private bool m_isBillByBalanceField;
|
|
|
|
private bool m_isByAccountAgeField;
|
|
|
|
private bool m_isChargeField;
|
|
|
|
private bool m_isCompoundField;
|
|
|
|
private bool m_isCreditCheckField;
|
|
|
|
private bool m_isDelayField;
|
|
|
|
private bool m_isDepositField;
|
|
|
|
private bool m_isFromCRMField;
|
|
|
|
private bool m_isHaveContractField;
|
|
|
|
private bool m_isHoldReleaseField;
|
|
|
|
private bool m_isMISCField;
|
|
|
|
private bool m_isPostField;
|
|
|
|
private bool m_isPreRcvRateModifyField;
|
|
|
|
private bool m_isPreReceivalField;
|
|
|
|
private bool m_isPriceListModifyField;
|
|
|
|
private bool m_isRecTermModifyField;
|
|
|
|
private bool m_isSalesDiscountField;
|
|
|
|
private bool m_isShipmentModifyField;
|
|
|
|
private bool m_isSuspendAccrualField;
|
|
|
|
private bool m_isUseAppPotalField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_languageField;
|
|
|
|
private System.DateTime m_lastPrintDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_masterOrgField;
|
|
|
|
private string m_modifiedByField;
|
|
|
|
private System.DateTime m_modifiedOnField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_officialLocationField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_orderFormatField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_orgField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_payCurrencyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_payeeField;
|
|
|
|
private decimal m_preRcvRateField;
|
|
|
|
private string m_priceListCodeField;
|
|
|
|
private long m_priceListIDField;
|
|
|
|
private string m_priceListNameField;
|
|
|
|
private int m_qualityPledgeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_recervalTermField;
|
|
|
|
private decimal m_registerCapitalField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_registerCapitalCurrencyField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_registerLocationField;
|
|
|
|
private string m_returnBenefitRuleField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_returnTermField;
|
|
|
|
private int m_saleTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_saleserField;
|
|
|
|
private string m_searchCodeField;
|
|
|
|
private string m_shareGroupField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_shipmentTermsField;
|
|
|
|
private string m_shipmentTermsCodeField;
|
|
|
|
private string m_shipmentTermsNameField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_shippmentRuleField;
|
|
|
|
private string m_shortNameField;
|
|
|
|
private int m_stateField;
|
|
|
|
private string m_stateTaxNoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplierField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplyOrgField;
|
|
|
|
private int m_supplySourceField;
|
|
|
|
private decimal m_suspendOnePercentField;
|
|
|
|
private int m_suspendOneperiodField;
|
|
|
|
private decimal m_suspendThreePercentField;
|
|
|
|
private int m_suspendThreeperiodField;
|
|
|
|
private decimal m_suspendTwoPercentField;
|
|
|
|
private int m_suspendTwoperiodField;
|
|
|
|
private long m_sysVersionField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_taxScheduleField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_territoryField;
|
|
|
|
private int m_tradeCategoryField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_tradeCurrencyField;
|
|
|
|
private int m_transitLeadTimeField;
|
|
|
|
private decimal m_turnoverField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_turnoverCurrencyField;
|
|
|
|
private bool m_useGatheringPolicyField;
|
|
|
|
private int m_verificationModeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_wHField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string CombineName
|
|
{
|
|
get
|
|
{
|
|
return this.CombineNameField;
|
|
}
|
|
set
|
|
{
|
|
this.CombineNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string CorpUnifyCode
|
|
{
|
|
get
|
|
{
|
|
return this.CorpUnifyCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.CorpUnifyCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string Description
|
|
{
|
|
get
|
|
{
|
|
return this.DescriptionField;
|
|
}
|
|
set
|
|
{
|
|
this.DescriptionField = 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 UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CorpUnifyCode
|
|
{
|
|
get
|
|
{
|
|
return this.Multi_CorpUnifyCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.Multi_CorpUnifyCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Util.Data.MultiLangDataDict Multi_Description
|
|
{
|
|
get
|
|
{
|
|
return this.Multi_DescriptionField;
|
|
}
|
|
set
|
|
{
|
|
this.Multi_DescriptionField = 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 UFSoft.UBF.Util.Data.MultiLangDataDict Multi_SaleChannel
|
|
{
|
|
get
|
|
{
|
|
return this.Multi_SaleChannelField;
|
|
}
|
|
set
|
|
{
|
|
this.Multi_SaleChannelField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string Name
|
|
{
|
|
get
|
|
{
|
|
return this.NameField;
|
|
}
|
|
set
|
|
{
|
|
this.NameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string SaleChannel
|
|
{
|
|
get
|
|
{
|
|
return this.SaleChannelField;
|
|
}
|
|
set
|
|
{
|
|
this.SaleChannelField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_aRConfirmTerm
|
|
{
|
|
get
|
|
{
|
|
return this.m_aRConfirmTermField;
|
|
}
|
|
set
|
|
{
|
|
this.m_aRConfirmTermField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_accountListFormat
|
|
{
|
|
get
|
|
{
|
|
return this.m_accountListFormatField;
|
|
}
|
|
set
|
|
{
|
|
this.m_accountListFormatField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_bargain
|
|
{
|
|
get
|
|
{
|
|
return this.m_bargainField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bargainField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_billFromat
|
|
{
|
|
get
|
|
{
|
|
return this.m_billFromatField;
|
|
}
|
|
set
|
|
{
|
|
this.m_billFromatField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_checkAccountPeriod
|
|
{
|
|
get
|
|
{
|
|
return this.m_checkAccountPeriodField;
|
|
}
|
|
set
|
|
{
|
|
this.m_checkAccountPeriodField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_code
|
|
{
|
|
get
|
|
{
|
|
return this.m_codeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_codeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_commission
|
|
{
|
|
get
|
|
{
|
|
return this.m_commissionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_commissionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_commissionCurrency
|
|
{
|
|
get
|
|
{
|
|
return this.m_commissionCurrencyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_commissionCurrencyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_commissionRate
|
|
{
|
|
get
|
|
{
|
|
return this.m_commissionRateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_commissionRateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_commissionType
|
|
{
|
|
get
|
|
{
|
|
return this.m_commissionTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_commissionTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_controlPDiff
|
|
{
|
|
get
|
|
{
|
|
return this.m_controlPDiffField;
|
|
}
|
|
set
|
|
{
|
|
this.m_controlPDiffField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public short m_controlPoint
|
|
{
|
|
get
|
|
{
|
|
return this.m_controlPointField;
|
|
}
|
|
set
|
|
{
|
|
this.m_controlPointField = 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 int m_creditCtrlScope
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditCtrlScopeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditCtrlScopeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_creditLevel1
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditLevel1Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditLevel1Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_creditLevel2
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditLevel2Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditLevel2Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_creditPolicy
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditPolicyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditPolicyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_currentPercent
|
|
{
|
|
get
|
|
{
|
|
return this.m_currentPercentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_currentPercentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_customerCategory
|
|
{
|
|
get
|
|
{
|
|
return this.m_customerCategoryField;
|
|
}
|
|
set
|
|
{
|
|
this.m_customerCategoryField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerSiteDTOData[] m_customerSiteDTOs
|
|
{
|
|
get
|
|
{
|
|
return this.m_customerSiteDTOsField;
|
|
}
|
|
set
|
|
{
|
|
this.m_customerSiteDTOsField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMCustomerDTOData m_dTOForCRM
|
|
{
|
|
get
|
|
{
|
|
return this.m_dTOForCRMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_dTOForCRMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_defaultContact
|
|
{
|
|
get
|
|
{
|
|
return this.m_defaultContactField;
|
|
}
|
|
set
|
|
{
|
|
this.m_defaultContactField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_delayGatheringPolicy
|
|
{
|
|
get
|
|
{
|
|
return this.m_delayGatheringPolicyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_delayGatheringPolicyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_demandTransType
|
|
{
|
|
get
|
|
{
|
|
return this.m_demandTransTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_demandTransTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_department
|
|
{
|
|
get
|
|
{
|
|
return this.m_departmentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_departmentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexField
|
|
{
|
|
get
|
|
{
|
|
return this.m_descFlexFieldField;
|
|
}
|
|
set
|
|
{
|
|
this.m_descFlexFieldField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_districtTaxNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_districtTaxNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_districtTaxNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_dundocFormat
|
|
{
|
|
get
|
|
{
|
|
return this.m_dundocFormatField;
|
|
}
|
|
set
|
|
{
|
|
this.m_dundocFormatField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9BasePropertyTypesEffectiveData m_effective
|
|
{
|
|
get
|
|
{
|
|
return this.m_effectiveField;
|
|
}
|
|
set
|
|
{
|
|
this.m_effectiveField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_employeeCount
|
|
{
|
|
get
|
|
{
|
|
return this.m_employeeCountField;
|
|
}
|
|
set
|
|
{
|
|
this.m_employeeCountField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_establishDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_establishDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_establishDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_extendLimitDays
|
|
{
|
|
get
|
|
{
|
|
return this.m_extendLimitDaysField;
|
|
}
|
|
set
|
|
{
|
|
this.m_extendLimitDaysField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_gatheringPolicy
|
|
{
|
|
get
|
|
{
|
|
return this.m_gatheringPolicyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_gatheringPolicyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_interestPeriod
|
|
{
|
|
get
|
|
{
|
|
return this.m_interestPeriodField;
|
|
}
|
|
set
|
|
{
|
|
this.m_interestPeriodField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_invoiceVerificationOrder
|
|
{
|
|
get
|
|
{
|
|
return this.m_invoiceVerificationOrderField;
|
|
}
|
|
set
|
|
{
|
|
this.m_invoiceVerificationOrderField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isARCfmModify
|
|
{
|
|
get
|
|
{
|
|
return this.m_isARCfmModifyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isARCfmModifyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isAccrualToAR
|
|
{
|
|
get
|
|
{
|
|
return this.m_isAccrualToARField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isAccrualToARField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isBillByBalance
|
|
{
|
|
get
|
|
{
|
|
return this.m_isBillByBalanceField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isBillByBalanceField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isByAccountAge
|
|
{
|
|
get
|
|
{
|
|
return this.m_isByAccountAgeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isByAccountAgeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isCharge
|
|
{
|
|
get
|
|
{
|
|
return this.m_isChargeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isChargeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isCompound
|
|
{
|
|
get
|
|
{
|
|
return this.m_isCompoundField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isCompoundField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isCreditCheck
|
|
{
|
|
get
|
|
{
|
|
return this.m_isCreditCheckField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isCreditCheckField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isDelay
|
|
{
|
|
get
|
|
{
|
|
return this.m_isDelayField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isDelayField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isDeposit
|
|
{
|
|
get
|
|
{
|
|
return this.m_isDepositField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isDepositField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isFromCRM
|
|
{
|
|
get
|
|
{
|
|
return this.m_isFromCRMField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isFromCRMField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isHaveContract
|
|
{
|
|
get
|
|
{
|
|
return this.m_isHaveContractField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isHaveContractField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isHoldRelease
|
|
{
|
|
get
|
|
{
|
|
return this.m_isHoldReleaseField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isHoldReleaseField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isMISC
|
|
{
|
|
get
|
|
{
|
|
return this.m_isMISCField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isMISCField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isPost
|
|
{
|
|
get
|
|
{
|
|
return this.m_isPostField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isPostField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isPreRcvRateModify
|
|
{
|
|
get
|
|
{
|
|
return this.m_isPreRcvRateModifyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isPreRcvRateModifyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isPreReceival
|
|
{
|
|
get
|
|
{
|
|
return this.m_isPreReceivalField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isPreReceivalField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isPriceListModify
|
|
{
|
|
get
|
|
{
|
|
return this.m_isPriceListModifyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isPriceListModifyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isRecTermModify
|
|
{
|
|
get
|
|
{
|
|
return this.m_isRecTermModifyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isRecTermModifyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isSalesDiscount
|
|
{
|
|
get
|
|
{
|
|
return this.m_isSalesDiscountField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isSalesDiscountField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isShipmentModify
|
|
{
|
|
get
|
|
{
|
|
return this.m_isShipmentModifyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isShipmentModifyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isSuspendAccrual
|
|
{
|
|
get
|
|
{
|
|
return this.m_isSuspendAccrualField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isSuspendAccrualField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isUseAppPotal
|
|
{
|
|
get
|
|
{
|
|
return this.m_isUseAppPotalField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isUseAppPotalField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_language
|
|
{
|
|
get
|
|
{
|
|
return this.m_languageField;
|
|
}
|
|
set
|
|
{
|
|
this.m_languageField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_lastPrintDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_lastPrintDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_lastPrintDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_masterOrg
|
|
{
|
|
get
|
|
{
|
|
return this.m_masterOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_masterOrgField = 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 www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_officialLocation
|
|
{
|
|
get
|
|
{
|
|
return this.m_officialLocationField;
|
|
}
|
|
set
|
|
{
|
|
this.m_officialLocationField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_orderFormat
|
|
{
|
|
get
|
|
{
|
|
return this.m_orderFormatField;
|
|
}
|
|
set
|
|
{
|
|
this.m_orderFormatField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_org
|
|
{
|
|
get
|
|
{
|
|
return this.m_orgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_orgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_payCurrency
|
|
{
|
|
get
|
|
{
|
|
return this.m_payCurrencyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_payCurrencyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_payee
|
|
{
|
|
get
|
|
{
|
|
return this.m_payeeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_payeeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_preRcvRate
|
|
{
|
|
get
|
|
{
|
|
return this.m_preRcvRateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_preRcvRateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_priceListCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_priceListCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_priceListCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_priceListID
|
|
{
|
|
get
|
|
{
|
|
return this.m_priceListIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_priceListIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_priceListName
|
|
{
|
|
get
|
|
{
|
|
return this.m_priceListNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_priceListNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_qualityPledge
|
|
{
|
|
get
|
|
{
|
|
return this.m_qualityPledgeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_qualityPledgeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_recervalTerm
|
|
{
|
|
get
|
|
{
|
|
return this.m_recervalTermField;
|
|
}
|
|
set
|
|
{
|
|
this.m_recervalTermField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_registerCapital
|
|
{
|
|
get
|
|
{
|
|
return this.m_registerCapitalField;
|
|
}
|
|
set
|
|
{
|
|
this.m_registerCapitalField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_registerCapitalCurrency
|
|
{
|
|
get
|
|
{
|
|
return this.m_registerCapitalCurrencyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_registerCapitalCurrencyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_registerLocation
|
|
{
|
|
get
|
|
{
|
|
return this.m_registerLocationField;
|
|
}
|
|
set
|
|
{
|
|
this.m_registerLocationField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_returnBenefitRule
|
|
{
|
|
get
|
|
{
|
|
return this.m_returnBenefitRuleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_returnBenefitRuleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_returnTerm
|
|
{
|
|
get
|
|
{
|
|
return this.m_returnTermField;
|
|
}
|
|
set
|
|
{
|
|
this.m_returnTermField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_saleType
|
|
{
|
|
get
|
|
{
|
|
return this.m_saleTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_saleTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_saleser
|
|
{
|
|
get
|
|
{
|
|
return this.m_saleserField;
|
|
}
|
|
set
|
|
{
|
|
this.m_saleserField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_searchCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_searchCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_searchCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_shareGroup
|
|
{
|
|
get
|
|
{
|
|
return this.m_shareGroupField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shareGroupField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_shipmentTerms
|
|
{
|
|
get
|
|
{
|
|
return this.m_shipmentTermsField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shipmentTermsField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_shipmentTermsCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_shipmentTermsCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shipmentTermsCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_shipmentTermsName
|
|
{
|
|
get
|
|
{
|
|
return this.m_shipmentTermsNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shipmentTermsNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_shippmentRule
|
|
{
|
|
get
|
|
{
|
|
return this.m_shippmentRuleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shippmentRuleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_shortName
|
|
{
|
|
get
|
|
{
|
|
return this.m_shortNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shortNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_state
|
|
{
|
|
get
|
|
{
|
|
return this.m_stateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_stateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_stateTaxNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_stateTaxNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_stateTaxNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplier
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplierField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplierField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplyOrg
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplyOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplyOrgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_supplySource
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplySourceField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplySourceField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_suspendOnePercent
|
|
{
|
|
get
|
|
{
|
|
return this.m_suspendOnePercentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_suspendOnePercentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_suspendOneperiod
|
|
{
|
|
get
|
|
{
|
|
return this.m_suspendOneperiodField;
|
|
}
|
|
set
|
|
{
|
|
this.m_suspendOneperiodField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_suspendThreePercent
|
|
{
|
|
get
|
|
{
|
|
return this.m_suspendThreePercentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_suspendThreePercentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_suspendThreeperiod
|
|
{
|
|
get
|
|
{
|
|
return this.m_suspendThreeperiodField;
|
|
}
|
|
set
|
|
{
|
|
this.m_suspendThreeperiodField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_suspendTwoPercent
|
|
{
|
|
get
|
|
{
|
|
return this.m_suspendTwoPercentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_suspendTwoPercentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_suspendTwoperiod
|
|
{
|
|
get
|
|
{
|
|
return this.m_suspendTwoperiodField;
|
|
}
|
|
set
|
|
{
|
|
this.m_suspendTwoperiodField = 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_taxSchedule
|
|
{
|
|
get
|
|
{
|
|
return this.m_taxScheduleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_taxScheduleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_territory
|
|
{
|
|
get
|
|
{
|
|
return this.m_territoryField;
|
|
}
|
|
set
|
|
{
|
|
this.m_territoryField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_tradeCategory
|
|
{
|
|
get
|
|
{
|
|
return this.m_tradeCategoryField;
|
|
}
|
|
set
|
|
{
|
|
this.m_tradeCategoryField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_tradeCurrency
|
|
{
|
|
get
|
|
{
|
|
return this.m_tradeCurrencyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_tradeCurrencyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_transitLeadTime
|
|
{
|
|
get
|
|
{
|
|
return this.m_transitLeadTimeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transitLeadTimeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public decimal m_turnover
|
|
{
|
|
get
|
|
{
|
|
return this.m_turnoverField;
|
|
}
|
|
set
|
|
{
|
|
this.m_turnoverField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_turnoverCurrency
|
|
{
|
|
get
|
|
{
|
|
return this.m_turnoverCurrencyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_turnoverCurrencyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_useGatheringPolicy
|
|
{
|
|
get
|
|
{
|
|
return this.m_useGatheringPolicyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_useGatheringPolicyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_verificationMode
|
|
{
|
|
get
|
|
{
|
|
return this.m_verificationModeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_verificationModeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_wH
|
|
{
|
|
get
|
|
{
|
|
return this.m_wHField;
|
|
}
|
|
set
|
|
{
|
|
this.m_wHField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFIDA.U9.ISV.Customer.CustomerSiteDTOData", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
public partial class UFIDAU9ISVCustomerCustomerSiteDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_NameField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_TradeRuleField;
|
|
|
|
private string NameField;
|
|
|
|
private string TradeRuleField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_aRConfirmTermField;
|
|
|
|
private int m_bankCheckPeriodField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_bankStatementFormatField;
|
|
|
|
private System.DateTime m_billToDisableDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_billToSiteField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_businessBillStyleField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_carrierField;
|
|
|
|
private System.DateTime m_claimDisableDateField;
|
|
|
|
private string m_codeField;
|
|
|
|
private System.DateTime m_contrastDisableDateField;
|
|
|
|
private bool m_controlPDiffField;
|
|
|
|
private short m_controlPointField;
|
|
|
|
private string m_createdByField;
|
|
|
|
private System.DateTime m_createdOnField;
|
|
|
|
private long m_creditLevel1Field;
|
|
|
|
private string m_creditLevel1CodeField;
|
|
|
|
private string m_creditLevel1NameField;
|
|
|
|
private long m_creditLevel2Field;
|
|
|
|
private string m_creditLevel2CodeField;
|
|
|
|
private string m_creditLevel2NameField;
|
|
|
|
private long m_creditPolicyField;
|
|
|
|
private string m_creditPolicyCodeField;
|
|
|
|
private string m_creditPolicyNameField;
|
|
|
|
private int m_customerStateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_defaultBankAccountField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_defaultContactField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_defaultContactPsnField;
|
|
|
|
private int m_demandTransTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexFieldField;
|
|
|
|
private string m_districtTaxNoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9BasePropertyTypesEffectiveData m_effectiveField;
|
|
|
|
private System.DateTime m_holdDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_holdReasonField;
|
|
|
|
private string m_holdUserField;
|
|
|
|
private long m_iDField;
|
|
|
|
private int m_invoiceVerificationOrderField;
|
|
|
|
private bool m_isBillToField;
|
|
|
|
private bool m_isClaimField;
|
|
|
|
private bool m_isContrastField;
|
|
|
|
private bool m_isDefaultBillToField;
|
|
|
|
private bool m_isDefaultClaimField;
|
|
|
|
private bool m_isDefaultContrastField;
|
|
|
|
private bool m_isDefaultPaymentField;
|
|
|
|
private bool m_isDefaultShipToField;
|
|
|
|
private bool m_isHoldReleaseField;
|
|
|
|
private bool m_isPaymentField;
|
|
|
|
private bool m_isPaymentTermEditableField;
|
|
|
|
private bool m_isPostBankCheckListField;
|
|
|
|
private bool m_isPrePaymentField;
|
|
|
|
private bool m_isPriceListModifyField;
|
|
|
|
private bool m_isSalesDiscountField;
|
|
|
|
private bool m_isShipToField;
|
|
|
|
private bool m_isShippmentRuleEditableField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_languageField;
|
|
|
|
private System.DateTime m_latelyPrintDateField;
|
|
|
|
private string m_modifiedByField;
|
|
|
|
private System.DateTime m_modifiedOnField;
|
|
|
|
private bool m_needDepositField;
|
|
|
|
private System.DateTime m_nextPrintDateField;
|
|
|
|
private System.DateTime m_officeDisableDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_officeSiteField;
|
|
|
|
private short m_operateTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_payeeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_paymentCurrencyField;
|
|
|
|
private System.DateTime m_paymentDisableDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_paymentTermField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_pressPaymentStyleField;
|
|
|
|
private string m_priceListCodeField;
|
|
|
|
private long m_priceListIDField;
|
|
|
|
private string m_priceListNameField;
|
|
|
|
private int m_qualityGuaranteeTypeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_registerAddressField;
|
|
|
|
private System.DateTime m_registerDisableDateField;
|
|
|
|
private System.DateTime m_releaseDateField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_releaseReasonField;
|
|
|
|
private string m_releaseUserField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_saleOrderStyleField;
|
|
|
|
private string m_searchCodeField;
|
|
|
|
private int m_shipmentModeField;
|
|
|
|
private string m_shippingHavenCodeField;
|
|
|
|
private long m_shippingHavenIDField;
|
|
|
|
private string m_shippingHavenNameField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_shippmentRuleField;
|
|
|
|
private System.DateTime m_shiptoDisableDateField;
|
|
|
|
private long m_srcRowIDField;
|
|
|
|
private string m_stateTaxNoField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplierField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplyOrgField;
|
|
|
|
private int m_supplySourceField;
|
|
|
|
private long m_sysVersionField;
|
|
|
|
private string m_targetHavenCodeField;
|
|
|
|
private long m_targetHavenIDField;
|
|
|
|
private string m_targetHavenNameField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_taxScheduleField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_territoryField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_tradeCurrencyField;
|
|
|
|
private int m_transitLeadTimeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transitModeField;
|
|
|
|
private int m_verificationModeField;
|
|
|
|
[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 UFSoft.UBF.Util.Data.MultiLangDataDict Multi_TradeRule
|
|
{
|
|
get
|
|
{
|
|
return this.Multi_TradeRuleField;
|
|
}
|
|
set
|
|
{
|
|
this.Multi_TradeRuleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string Name
|
|
{
|
|
get
|
|
{
|
|
return this.NameField;
|
|
}
|
|
set
|
|
{
|
|
this.NameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string TradeRule
|
|
{
|
|
get
|
|
{
|
|
return this.TradeRuleField;
|
|
}
|
|
set
|
|
{
|
|
this.TradeRuleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_aRConfirmTerm
|
|
{
|
|
get
|
|
{
|
|
return this.m_aRConfirmTermField;
|
|
}
|
|
set
|
|
{
|
|
this.m_aRConfirmTermField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_bankCheckPeriod
|
|
{
|
|
get
|
|
{
|
|
return this.m_bankCheckPeriodField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bankCheckPeriodField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_bankStatementFormat
|
|
{
|
|
get
|
|
{
|
|
return this.m_bankStatementFormatField;
|
|
}
|
|
set
|
|
{
|
|
this.m_bankStatementFormatField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_billToDisableDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_billToDisableDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_billToDisableDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_billToSite
|
|
{
|
|
get
|
|
{
|
|
return this.m_billToSiteField;
|
|
}
|
|
set
|
|
{
|
|
this.m_billToSiteField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_businessBillStyle
|
|
{
|
|
get
|
|
{
|
|
return this.m_businessBillStyleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_businessBillStyleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_carrier
|
|
{
|
|
get
|
|
{
|
|
return this.m_carrierField;
|
|
}
|
|
set
|
|
{
|
|
this.m_carrierField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_claimDisableDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_claimDisableDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_claimDisableDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_code
|
|
{
|
|
get
|
|
{
|
|
return this.m_codeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_codeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_contrastDisableDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_contrastDisableDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_contrastDisableDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_controlPDiff
|
|
{
|
|
get
|
|
{
|
|
return this.m_controlPDiffField;
|
|
}
|
|
set
|
|
{
|
|
this.m_controlPDiffField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public short m_controlPoint
|
|
{
|
|
get
|
|
{
|
|
return this.m_controlPointField;
|
|
}
|
|
set
|
|
{
|
|
this.m_controlPointField = 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_creditLevel1
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditLevel1Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditLevel1Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_creditLevel1Code
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditLevel1CodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditLevel1CodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_creditLevel1Name
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditLevel1NameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditLevel1NameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_creditLevel2
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditLevel2Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditLevel2Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_creditLevel2Code
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditLevel2CodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditLevel2CodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_creditLevel2Name
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditLevel2NameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditLevel2NameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_creditPolicy
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditPolicyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditPolicyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_creditPolicyCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditPolicyCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditPolicyCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_creditPolicyName
|
|
{
|
|
get
|
|
{
|
|
return this.m_creditPolicyNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_creditPolicyNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_customerState
|
|
{
|
|
get
|
|
{
|
|
return this.m_customerStateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_customerStateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_defaultBankAccount
|
|
{
|
|
get
|
|
{
|
|
return this.m_defaultBankAccountField;
|
|
}
|
|
set
|
|
{
|
|
this.m_defaultBankAccountField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_defaultContact
|
|
{
|
|
get
|
|
{
|
|
return this.m_defaultContactField;
|
|
}
|
|
set
|
|
{
|
|
this.m_defaultContactField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_defaultContactPsn
|
|
{
|
|
get
|
|
{
|
|
return this.m_defaultContactPsnField;
|
|
}
|
|
set
|
|
{
|
|
this.m_defaultContactPsnField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_demandTransType
|
|
{
|
|
get
|
|
{
|
|
return this.m_demandTransTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_demandTransTypeField = 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_districtTaxNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_districtTaxNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_districtTaxNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9BasePropertyTypesEffectiveData m_effective
|
|
{
|
|
get
|
|
{
|
|
return this.m_effectiveField;
|
|
}
|
|
set
|
|
{
|
|
this.m_effectiveField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_holdDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_holdDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_holdDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_holdReason
|
|
{
|
|
get
|
|
{
|
|
return this.m_holdReasonField;
|
|
}
|
|
set
|
|
{
|
|
this.m_holdReasonField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_holdUser
|
|
{
|
|
get
|
|
{
|
|
return this.m_holdUserField;
|
|
}
|
|
set
|
|
{
|
|
this.m_holdUserField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_iD
|
|
{
|
|
get
|
|
{
|
|
return this.m_iDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_iDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_invoiceVerificationOrder
|
|
{
|
|
get
|
|
{
|
|
return this.m_invoiceVerificationOrderField;
|
|
}
|
|
set
|
|
{
|
|
this.m_invoiceVerificationOrderField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isBillTo
|
|
{
|
|
get
|
|
{
|
|
return this.m_isBillToField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isBillToField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isClaim
|
|
{
|
|
get
|
|
{
|
|
return this.m_isClaimField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isClaimField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isContrast
|
|
{
|
|
get
|
|
{
|
|
return this.m_isContrastField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isContrastField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isDefaultBillTo
|
|
{
|
|
get
|
|
{
|
|
return this.m_isDefaultBillToField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isDefaultBillToField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isDefaultClaim
|
|
{
|
|
get
|
|
{
|
|
return this.m_isDefaultClaimField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isDefaultClaimField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isDefaultContrast
|
|
{
|
|
get
|
|
{
|
|
return this.m_isDefaultContrastField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isDefaultContrastField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isDefaultPayment
|
|
{
|
|
get
|
|
{
|
|
return this.m_isDefaultPaymentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isDefaultPaymentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isDefaultShipTo
|
|
{
|
|
get
|
|
{
|
|
return this.m_isDefaultShipToField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isDefaultShipToField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isHoldRelease
|
|
{
|
|
get
|
|
{
|
|
return this.m_isHoldReleaseField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isHoldReleaseField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isPayment
|
|
{
|
|
get
|
|
{
|
|
return this.m_isPaymentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isPaymentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isPaymentTermEditable
|
|
{
|
|
get
|
|
{
|
|
return this.m_isPaymentTermEditableField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isPaymentTermEditableField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isPostBankCheckList
|
|
{
|
|
get
|
|
{
|
|
return this.m_isPostBankCheckListField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isPostBankCheckListField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isPrePayment
|
|
{
|
|
get
|
|
{
|
|
return this.m_isPrePaymentField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isPrePaymentField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isPriceListModify
|
|
{
|
|
get
|
|
{
|
|
return this.m_isPriceListModifyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isPriceListModifyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isSalesDiscount
|
|
{
|
|
get
|
|
{
|
|
return this.m_isSalesDiscountField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isSalesDiscountField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isShipTo
|
|
{
|
|
get
|
|
{
|
|
return this.m_isShipToField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isShipToField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isShippmentRuleEditable
|
|
{
|
|
get
|
|
{
|
|
return this.m_isShippmentRuleEditableField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isShippmentRuleEditableField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_language
|
|
{
|
|
get
|
|
{
|
|
return this.m_languageField;
|
|
}
|
|
set
|
|
{
|
|
this.m_languageField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_latelyPrintDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_latelyPrintDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_latelyPrintDateField = 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_needDeposit
|
|
{
|
|
get
|
|
{
|
|
return this.m_needDepositField;
|
|
}
|
|
set
|
|
{
|
|
this.m_needDepositField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_nextPrintDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_nextPrintDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_nextPrintDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_officeDisableDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_officeDisableDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_officeDisableDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_officeSite
|
|
{
|
|
get
|
|
{
|
|
return this.m_officeSiteField;
|
|
}
|
|
set
|
|
{
|
|
this.m_officeSiteField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public short m_operateType
|
|
{
|
|
get
|
|
{
|
|
return this.m_operateTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_operateTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_payee
|
|
{
|
|
get
|
|
{
|
|
return this.m_payeeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_payeeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_paymentCurrency
|
|
{
|
|
get
|
|
{
|
|
return this.m_paymentCurrencyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_paymentCurrencyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_paymentDisableDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_paymentDisableDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_paymentDisableDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_paymentTerm
|
|
{
|
|
get
|
|
{
|
|
return this.m_paymentTermField;
|
|
}
|
|
set
|
|
{
|
|
this.m_paymentTermField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_pressPaymentStyle
|
|
{
|
|
get
|
|
{
|
|
return this.m_pressPaymentStyleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_pressPaymentStyleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_priceListCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_priceListCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_priceListCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_priceListID
|
|
{
|
|
get
|
|
{
|
|
return this.m_priceListIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_priceListIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_priceListName
|
|
{
|
|
get
|
|
{
|
|
return this.m_priceListNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_priceListNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_qualityGuaranteeType
|
|
{
|
|
get
|
|
{
|
|
return this.m_qualityGuaranteeTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_qualityGuaranteeTypeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_registerAddress
|
|
{
|
|
get
|
|
{
|
|
return this.m_registerAddressField;
|
|
}
|
|
set
|
|
{
|
|
this.m_registerAddressField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_registerDisableDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_registerDisableDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_registerDisableDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_releaseDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_releaseDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_releaseDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_releaseReason
|
|
{
|
|
get
|
|
{
|
|
return this.m_releaseReasonField;
|
|
}
|
|
set
|
|
{
|
|
this.m_releaseReasonField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_releaseUser
|
|
{
|
|
get
|
|
{
|
|
return this.m_releaseUserField;
|
|
}
|
|
set
|
|
{
|
|
this.m_releaseUserField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_saleOrderStyle
|
|
{
|
|
get
|
|
{
|
|
return this.m_saleOrderStyleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_saleOrderStyleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_searchCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_searchCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_searchCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_shipmentMode
|
|
{
|
|
get
|
|
{
|
|
return this.m_shipmentModeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shipmentModeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_shippingHavenCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_shippingHavenCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shippingHavenCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_shippingHavenID
|
|
{
|
|
get
|
|
{
|
|
return this.m_shippingHavenIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shippingHavenIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_shippingHavenName
|
|
{
|
|
get
|
|
{
|
|
return this.m_shippingHavenNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shippingHavenNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_shippmentRule
|
|
{
|
|
get
|
|
{
|
|
return this.m_shippmentRuleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shippmentRuleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_shiptoDisableDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_shiptoDisableDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shiptoDisableDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_srcRowID
|
|
{
|
|
get
|
|
{
|
|
return this.m_srcRowIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_srcRowIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_stateTaxNo
|
|
{
|
|
get
|
|
{
|
|
return this.m_stateTaxNoField;
|
|
}
|
|
set
|
|
{
|
|
this.m_stateTaxNoField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplier
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplierField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplierField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplyOrg
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplyOrgField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplyOrgField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_supplySource
|
|
{
|
|
get
|
|
{
|
|
return this.m_supplySourceField;
|
|
}
|
|
set
|
|
{
|
|
this.m_supplySourceField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_sysVersion
|
|
{
|
|
get
|
|
{
|
|
return this.m_sysVersionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_sysVersionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_targetHavenCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_targetHavenCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_targetHavenCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public long m_targetHavenID
|
|
{
|
|
get
|
|
{
|
|
return this.m_targetHavenIDField;
|
|
}
|
|
set
|
|
{
|
|
this.m_targetHavenIDField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_targetHavenName
|
|
{
|
|
get
|
|
{
|
|
return this.m_targetHavenNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_targetHavenNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_taxSchedule
|
|
{
|
|
get
|
|
{
|
|
return this.m_taxScheduleField;
|
|
}
|
|
set
|
|
{
|
|
this.m_taxScheduleField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_territory
|
|
{
|
|
get
|
|
{
|
|
return this.m_territoryField;
|
|
}
|
|
set
|
|
{
|
|
this.m_territoryField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_tradeCurrency
|
|
{
|
|
get
|
|
{
|
|
return this.m_tradeCurrencyField;
|
|
}
|
|
set
|
|
{
|
|
this.m_tradeCurrencyField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_transitLeadTime
|
|
{
|
|
get
|
|
{
|
|
return this.m_transitLeadTimeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transitLeadTimeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_transitMode
|
|
{
|
|
get
|
|
{
|
|
return this.m_transitModeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_transitModeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public int m_verificationMode
|
|
{
|
|
get
|
|
{
|
|
return this.m_verificationModeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_verificationModeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFIDA.U9.Base.FlexField.DescFlexField.DescFlexSegmentsData", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
public partial class UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private string CombineNameField;
|
|
|
|
private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CombineNameField;
|
|
|
|
private string m_contextValueField;
|
|
|
|
private string m_privateDescSeg1Field;
|
|
|
|
private string m_privateDescSeg10Field;
|
|
|
|
private string m_privateDescSeg11Field;
|
|
|
|
private string m_privateDescSeg12Field;
|
|
|
|
private string m_privateDescSeg13Field;
|
|
|
|
private string m_privateDescSeg14Field;
|
|
|
|
private string m_privateDescSeg15Field;
|
|
|
|
private string m_privateDescSeg16Field;
|
|
|
|
private string m_privateDescSeg17Field;
|
|
|
|
private string m_privateDescSeg18Field;
|
|
|
|
private string m_privateDescSeg19Field;
|
|
|
|
private string m_privateDescSeg2Field;
|
|
|
|
private string m_privateDescSeg20Field;
|
|
|
|
private string m_privateDescSeg21Field;
|
|
|
|
private string m_privateDescSeg22Field;
|
|
|
|
private string m_privateDescSeg23Field;
|
|
|
|
private string m_privateDescSeg24Field;
|
|
|
|
private string m_privateDescSeg25Field;
|
|
|
|
private string m_privateDescSeg26Field;
|
|
|
|
private string m_privateDescSeg27Field;
|
|
|
|
private string m_privateDescSeg28Field;
|
|
|
|
private string m_privateDescSeg29Field;
|
|
|
|
private string m_privateDescSeg3Field;
|
|
|
|
private string m_privateDescSeg30Field;
|
|
|
|
private string m_privateDescSeg4Field;
|
|
|
|
private string m_privateDescSeg5Field;
|
|
|
|
private string m_privateDescSeg6Field;
|
|
|
|
private string m_privateDescSeg7Field;
|
|
|
|
private string m_privateDescSeg8Field;
|
|
|
|
private string m_privateDescSeg9Field;
|
|
|
|
private string m_pubDescSeg1Field;
|
|
|
|
private string m_pubDescSeg10Field;
|
|
|
|
private string m_pubDescSeg11Field;
|
|
|
|
private string m_pubDescSeg12Field;
|
|
|
|
private string m_pubDescSeg13Field;
|
|
|
|
private string m_pubDescSeg14Field;
|
|
|
|
private string m_pubDescSeg15Field;
|
|
|
|
private string m_pubDescSeg16Field;
|
|
|
|
private string m_pubDescSeg17Field;
|
|
|
|
private string m_pubDescSeg18Field;
|
|
|
|
private string m_pubDescSeg19Field;
|
|
|
|
private string m_pubDescSeg2Field;
|
|
|
|
private string m_pubDescSeg20Field;
|
|
|
|
private string m_pubDescSeg21Field;
|
|
|
|
private string m_pubDescSeg22Field;
|
|
|
|
private string m_pubDescSeg23Field;
|
|
|
|
private string m_pubDescSeg24Field;
|
|
|
|
private string m_pubDescSeg25Field;
|
|
|
|
private string m_pubDescSeg26Field;
|
|
|
|
private string m_pubDescSeg27Field;
|
|
|
|
private string m_pubDescSeg28Field;
|
|
|
|
private string m_pubDescSeg29Field;
|
|
|
|
private string m_pubDescSeg3Field;
|
|
|
|
private string m_pubDescSeg30Field;
|
|
|
|
private string m_pubDescSeg31Field;
|
|
|
|
private string m_pubDescSeg32Field;
|
|
|
|
private string m_pubDescSeg33Field;
|
|
|
|
private string m_pubDescSeg34Field;
|
|
|
|
private string m_pubDescSeg35Field;
|
|
|
|
private string m_pubDescSeg36Field;
|
|
|
|
private string m_pubDescSeg37Field;
|
|
|
|
private string m_pubDescSeg38Field;
|
|
|
|
private string m_pubDescSeg39Field;
|
|
|
|
private string m_pubDescSeg4Field;
|
|
|
|
private string m_pubDescSeg40Field;
|
|
|
|
private string m_pubDescSeg41Field;
|
|
|
|
private string m_pubDescSeg42Field;
|
|
|
|
private string m_pubDescSeg43Field;
|
|
|
|
private string m_pubDescSeg44Field;
|
|
|
|
private string m_pubDescSeg45Field;
|
|
|
|
private string m_pubDescSeg46Field;
|
|
|
|
private string m_pubDescSeg47Field;
|
|
|
|
private string m_pubDescSeg48Field;
|
|
|
|
private string m_pubDescSeg49Field;
|
|
|
|
private string m_pubDescSeg5Field;
|
|
|
|
private string m_pubDescSeg50Field;
|
|
|
|
private string m_pubDescSeg6Field;
|
|
|
|
private string m_pubDescSeg7Field;
|
|
|
|
private string m_pubDescSeg8Field;
|
|
|
|
private string m_pubDescSeg9Field;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string CombineName
|
|
{
|
|
get
|
|
{
|
|
return this.CombineNameField;
|
|
}
|
|
set
|
|
{
|
|
this.CombineNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CombineName
|
|
{
|
|
get
|
|
{
|
|
return this.Multi_CombineNameField;
|
|
}
|
|
set
|
|
{
|
|
this.Multi_CombineNameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_contextValue
|
|
{
|
|
get
|
|
{
|
|
return this.m_contextValueField;
|
|
}
|
|
set
|
|
{
|
|
this.m_contextValueField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg1
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg1Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg1Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg10
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg10Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg10Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg11
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg11Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg11Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg12
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg12Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg12Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg13
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg13Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg13Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg14
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg14Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg14Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg15
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg15Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg15Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg16
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg16Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg16Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg17
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg17Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg17Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg18
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg18Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg18Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg19
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg19Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg19Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg2
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg2Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg2Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg20
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg20Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg20Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg21
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg21Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg21Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg22
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg22Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg22Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg23
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg23Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg23Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg24
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg24Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg24Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg25
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg25Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg25Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg26
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg26Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg26Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg27
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg27Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg27Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg28
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg28Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg28Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg29
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg29Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg29Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg3
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg3Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg3Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg30
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg30Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg30Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg4
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg4Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg4Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg5
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg5Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg5Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg6
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg6Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg6Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg7
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg7Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg7Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg8
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg8Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg8Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg9
|
|
{
|
|
get
|
|
{
|
|
return this.m_privateDescSeg9Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_privateDescSeg9Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg1
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg1Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg1Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg10
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg10Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg10Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg11
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg11Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg11Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg12
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg12Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg12Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg13
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg13Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg13Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg14
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg14Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg14Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg15
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg15Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg15Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg16
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg16Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg16Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg17
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg17Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg17Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg18
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg18Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg18Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg19
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg19Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg19Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg2
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg2Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg2Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg20
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg20Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg20Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg21
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg21Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg21Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg22
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg22Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg22Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg23
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg23Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg23Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg24
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg24Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg24Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg25
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg25Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg25Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg26
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg26Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg26Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg27
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg27Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg27Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg28
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg28Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg28Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg29
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg29Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg29Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg3
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg3Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg3Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg30
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg30Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg30Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg31
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg31Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg31Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg32
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg32Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg32Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg33
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg33Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg33Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg34
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg34Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg34Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg35
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg35Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg35Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg36
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg36Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg36Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg37
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg37Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg37Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg38
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg38Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg38Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg39
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg39Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg39Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg4
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg4Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg4Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg40
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg40Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg40Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg41
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg41Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg41Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg42
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg42Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg42Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg43
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg43Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg43Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg44
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg44Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg44Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg45
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg45Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg45Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg46
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg46Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg46Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg47
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg47Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg47Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg48
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg48Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg48Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg49
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg49Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg49Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg5
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg5Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg5Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg50
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg50Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg50Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg6
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg6Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg6Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg7
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg7Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg7Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg8
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg8Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg8Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg9
|
|
{
|
|
get
|
|
{
|
|
return this.m_pubDescSeg9Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_pubDescSeg9Field = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFIDA.U9.Base.PropertyTypes.EffectiveData", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
public partial class UFIDAU9BasePropertyTypesEffectiveData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private System.DateTime m_disableDateField;
|
|
|
|
private System.DateTime m_effectiveDateField;
|
|
|
|
private bool m_isEffectiveField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_disableDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_disableDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_disableDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.DateTime m_effectiveDate
|
|
{
|
|
get
|
|
{
|
|
return this.m_effectiveDateField;
|
|
}
|
|
set
|
|
{
|
|
this.m_effectiveDateField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isEffective
|
|
{
|
|
get
|
|
{
|
|
return this.m_isEffectiveField;
|
|
}
|
|
set
|
|
{
|
|
this.m_isEffectiveField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFIDA.U9.ISV.Customer.CRMCustomerDTOData", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
public partial class UFIDAU9ISVCustomerCRMCustomerDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMContactDTOData m_contactField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMAddressDTOData m_officialLocationField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMAddressDTOData m_registerLocationField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMContactDTOData m_contact
|
|
{
|
|
get
|
|
{
|
|
return this.m_contactField;
|
|
}
|
|
set
|
|
{
|
|
this.m_contactField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMAddressDTOData m_officialLocation
|
|
{
|
|
get
|
|
{
|
|
return this.m_officialLocationField;
|
|
}
|
|
set
|
|
{
|
|
this.m_officialLocationField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMAddressDTOData m_registerLocation
|
|
{
|
|
get
|
|
{
|
|
return this.m_registerLocationField;
|
|
}
|
|
set
|
|
{
|
|
this.m_registerLocationField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFIDA.U9.ISV.Customer.CRMContactDTOData", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
public partial class UFIDAU9ISVCustomerCRMContactDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMAddressDTOData m_addressField;
|
|
|
|
private string m_codeField;
|
|
|
|
private string m_eMailField;
|
|
|
|
private string m_faxField;
|
|
|
|
private string m_mobileField;
|
|
|
|
private string m_nameField;
|
|
|
|
private string m_phoneField;
|
|
|
|
private string m_urlField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMAddressDTOData m_address
|
|
{
|
|
get
|
|
{
|
|
return this.m_addressField;
|
|
}
|
|
set
|
|
{
|
|
this.m_addressField = 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_eMail
|
|
{
|
|
get
|
|
{
|
|
return this.m_eMailField;
|
|
}
|
|
set
|
|
{
|
|
this.m_eMailField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_fax
|
|
{
|
|
get
|
|
{
|
|
return this.m_faxField;
|
|
}
|
|
set
|
|
{
|
|
this.m_faxField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_mobile
|
|
{
|
|
get
|
|
{
|
|
return this.m_mobileField;
|
|
}
|
|
set
|
|
{
|
|
this.m_mobileField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_name
|
|
{
|
|
get
|
|
{
|
|
return this.m_nameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_nameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_phone
|
|
{
|
|
get
|
|
{
|
|
return this.m_phoneField;
|
|
}
|
|
set
|
|
{
|
|
this.m_phoneField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_url
|
|
{
|
|
get
|
|
{
|
|
return this.m_urlField;
|
|
}
|
|
set
|
|
{
|
|
this.m_urlField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name = "UFIDA.U9.ISV.Customer.CRMAddressDTOData", Namespace = "http://www.UFIDA.org/EntityData", IsReference = true)]
|
|
public partial class UFIDAU9ISVCustomerCRMAddressDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
|
|
{
|
|
|
|
private string m_address1Field;
|
|
|
|
private string m_address2Field;
|
|
|
|
private string m_address3Field;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_cityField;
|
|
|
|
private string m_codeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_countryField;
|
|
|
|
private string m_descriptionField;
|
|
|
|
private string m_nameField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_postalCodeField;
|
|
|
|
private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_provinceField;
|
|
|
|
private string m_shortNameField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_address1
|
|
{
|
|
get
|
|
{
|
|
return this.m_address1Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_address1Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_address2
|
|
{
|
|
get
|
|
{
|
|
return this.m_address2Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_address2Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_address3
|
|
{
|
|
get
|
|
{
|
|
return this.m_address3Field;
|
|
}
|
|
set
|
|
{
|
|
this.m_address3Field = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_city
|
|
{
|
|
get
|
|
{
|
|
return this.m_cityField;
|
|
}
|
|
set
|
|
{
|
|
this.m_cityField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_code
|
|
{
|
|
get
|
|
{
|
|
return this.m_codeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_codeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_country
|
|
{
|
|
get
|
|
{
|
|
return this.m_countryField;
|
|
}
|
|
set
|
|
{
|
|
this.m_countryField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_description
|
|
{
|
|
get
|
|
{
|
|
return this.m_descriptionField;
|
|
}
|
|
set
|
|
{
|
|
this.m_descriptionField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_name
|
|
{
|
|
get
|
|
{
|
|
return this.m_nameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_nameField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_postalCode
|
|
{
|
|
get
|
|
{
|
|
return this.m_postalCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.m_postalCodeField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_province
|
|
{
|
|
get
|
|
{
|
|
return this.m_provinceField;
|
|
}
|
|
set
|
|
{
|
|
this.m_provinceField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_shortName
|
|
{
|
|
get
|
|
{
|
|
return this.m_shortNameField;
|
|
}
|
|
set
|
|
{
|
|
this.m_shortNameField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(Name = "UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV", Namespace = "http://www.UFIDA.org", ConfigurationName = "UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRV")]
|
|
public interface UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRV
|
|
{
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action = "http://www.UFIDA.org/UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV/Do", ReplyAction = "http://www.UFIDA.org/UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV/DoResponse" +
|
|
"")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceLostException), Action = "http://www.UFIDA.org/UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV/DoServiceL" +
|
|
"ostExceptionFault", Name = "ServiceLostException", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(System.Exception), Action = "http://www.UFIDA.org/UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV/DoExceptio" +
|
|
"nFault", Name = "Exception", Namespace = "http://schemas.datacontract.org/2004/07/System")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceException), Action = "http://www.UFIDA.org/UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV/DoServiceE" +
|
|
"xceptionFault", 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.Customer.IBatchQueryCustomerByDTOSRV/DoServiceE" +
|
|
"xceptionDetailFault", Name = "ServiceExceptionDetail", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
|
|
[System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.ExceptionBase), Action = "http://www.UFIDA.org/UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV/DoExceptio" +
|
|
"nBaseFault", Name = "ExceptionBase", Namespace = "http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBaseFormatState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Data.DataRowState))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception[]))]
|
|
[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(UFSoft.UBF.Service.ServiceLostException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.PlatformContext))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
|
|
[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.Exceptions1.MessageBase))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBase[]))]
|
|
[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.Business.EntityNotExistException))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerQueryCustomerDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerQueryCustomerDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerContextDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerSiteDTOData[]))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerSiteDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BasePropertyTypesEffectiveData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMCustomerDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMContactDTOData))]
|
|
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCustomerCRMAddressDTOData))]
|
|
www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerDTOData[] Do(out UFSoft.UBF.Exceptions1.MessageBase[] outMessages, object context, www.ufida.org.EntityData.UFIDAU9ISVCustomerQueryCustomerDTOData[] queryCustomerDTOs, www.ufida.org.EntityData.UFIDAU9CBOPubControllerContextDTOData contextDTO);
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
public interface UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRVChannel : UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRV, System.ServiceModel.IClientChannel
|
|
{
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
|
|
public partial class UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRVClient : System.ServiceModel.ClientBase<UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRV>, UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRV
|
|
{
|
|
|
|
public UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRVClient()
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRVClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName)
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRVClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRVClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRVClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress)
|
|
{
|
|
}
|
|
|
|
public www.ufida.org.EntityData.UFIDAU9ISVCustomerCustomerDTOData[] Do(out UFSoft.UBF.Exceptions1.MessageBase[] outMessages, object context, www.ufida.org.EntityData.UFIDAU9ISVCustomerQueryCustomerDTOData[] queryCustomerDTOs, www.ufida.org.EntityData.UFIDAU9CBOPubControllerContextDTOData contextDTO)
|
|
{
|
|
return base.Channel.Do(out outMessages, context, queryCustomerDTOs, contextDTO);
|
|
}
|
|
}
|