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.
1815 lines
68 KiB
1815 lines
68 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace NFine.Application.CreatePriceList {
|
|
using System.Runtime.Serialization;
|
|
using System;
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Cust.CustCreatePriceListSRV.PriceDataData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
[System.SerializableAttribute()]
|
|
public partial class UFIDAU9CustCustCreatePriceListSRVPriceDataData : NFine.Application.CreatePriceList.UFSoftUBFBusinessDataTransObjectBase {
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private NFine.Application.CreatePriceList.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexSegmentsField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_itemCodeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_orderPriceTCField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_orgCodeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_supplierCodeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_tCCodeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_tradeUOMField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public NFine.Application.CreatePriceList.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexSegments {
|
|
get {
|
|
return this.m_descFlexSegmentsField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_descFlexSegmentsField, value) != true)) {
|
|
this.m_descFlexSegmentsField = value;
|
|
this.RaisePropertyChanged("m_descFlexSegments");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_itemCode {
|
|
get {
|
|
return this.m_itemCodeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_itemCodeField, value) != true)) {
|
|
this.m_itemCodeField = value;
|
|
this.RaisePropertyChanged("m_itemCode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_orderPriceTC {
|
|
get {
|
|
return this.m_orderPriceTCField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_orderPriceTCField, value) != true)) {
|
|
this.m_orderPriceTCField = value;
|
|
this.RaisePropertyChanged("m_orderPriceTC");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_orgCode {
|
|
get {
|
|
return this.m_orgCodeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_orgCodeField, value) != true)) {
|
|
this.m_orgCodeField = value;
|
|
this.RaisePropertyChanged("m_orgCode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_supplierCode {
|
|
get {
|
|
return this.m_supplierCodeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_supplierCodeField, value) != true)) {
|
|
this.m_supplierCodeField = value;
|
|
this.RaisePropertyChanged("m_supplierCode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_tCCode {
|
|
get {
|
|
return this.m_tCCodeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_tCCodeField, value) != true)) {
|
|
this.m_tCCodeField = value;
|
|
this.RaisePropertyChanged("m_tCCode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_tradeUOM {
|
|
get {
|
|
return this.m_tradeUOMField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_tradeUOMField, value) != true)) {
|
|
this.m_tradeUOMField = value;
|
|
this.RaisePropertyChanged("m_tradeUOM");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFSoft.UBF.Business.DataTransObjectBase", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
[System.SerializableAttribute()]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(NFine.Application.CreatePriceList.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVOperationResultData))]
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVPriceDataData))]
|
|
public partial class UFSoftUBFBusinessDataTransObjectBase : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private NFine.Application.CreatePriceList.ObjectState sysStateField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public NFine.Application.CreatePriceList.ObjectState sysState {
|
|
get {
|
|
return this.sysStateField;
|
|
}
|
|
set {
|
|
if ((this.sysStateField.Equals(value) != true)) {
|
|
this.sysStateField = value;
|
|
this.RaisePropertyChanged("sysState");
|
|
}
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Base.FlexField.DescFlexField.DescFlexSegmentsData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
[System.SerializableAttribute()]
|
|
public partial class UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData : NFine.Application.CreatePriceList.UFSoftUBFBusinessDataTransObjectBase {
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string CombineNameField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private NFine.Application.CreatePriceList.MultiLangDataDict Multi_CombineNameField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_contextValueField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg1Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg10Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg11Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg12Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg13Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg14Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg15Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg16Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg17Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg18Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg19Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg2Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg20Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg21Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg22Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg23Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg24Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg25Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg26Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg27Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg28Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg29Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg3Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg30Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg4Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg5Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg6Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg7Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg8Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_privateDescSeg9Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg1Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg10Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg11Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg12Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg13Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg14Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg15Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg16Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg17Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg18Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg19Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg2Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg20Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg21Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg22Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg23Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg24Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg25Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg26Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg27Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg28Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg29Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg3Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg30Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg31Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg32Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg33Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg34Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg35Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg36Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg37Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg38Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg39Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg4Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg40Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg41Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg42Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg43Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg44Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg45Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg46Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg47Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg48Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg49Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg5Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg50Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg6Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg7Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg8Field;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_pubDescSeg9Field;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string CombineName {
|
|
get {
|
|
return this.CombineNameField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.CombineNameField, value) != true)) {
|
|
this.CombineNameField = value;
|
|
this.RaisePropertyChanged("CombineName");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public NFine.Application.CreatePriceList.MultiLangDataDict Multi_CombineName {
|
|
get {
|
|
return this.Multi_CombineNameField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.Multi_CombineNameField, value) != true)) {
|
|
this.Multi_CombineNameField = value;
|
|
this.RaisePropertyChanged("Multi_CombineName");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_contextValue {
|
|
get {
|
|
return this.m_contextValueField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_contextValueField, value) != true)) {
|
|
this.m_contextValueField = value;
|
|
this.RaisePropertyChanged("m_contextValue");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg1 {
|
|
get {
|
|
return this.m_privateDescSeg1Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg1Field, value) != true)) {
|
|
this.m_privateDescSeg1Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg1");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg10 {
|
|
get {
|
|
return this.m_privateDescSeg10Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg10Field, value) != true)) {
|
|
this.m_privateDescSeg10Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg10");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg11 {
|
|
get {
|
|
return this.m_privateDescSeg11Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg11Field, value) != true)) {
|
|
this.m_privateDescSeg11Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg11");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg12 {
|
|
get {
|
|
return this.m_privateDescSeg12Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg12Field, value) != true)) {
|
|
this.m_privateDescSeg12Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg12");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg13 {
|
|
get {
|
|
return this.m_privateDescSeg13Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg13Field, value) != true)) {
|
|
this.m_privateDescSeg13Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg13");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg14 {
|
|
get {
|
|
return this.m_privateDescSeg14Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg14Field, value) != true)) {
|
|
this.m_privateDescSeg14Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg14");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg15 {
|
|
get {
|
|
return this.m_privateDescSeg15Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg15Field, value) != true)) {
|
|
this.m_privateDescSeg15Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg15");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg16 {
|
|
get {
|
|
return this.m_privateDescSeg16Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg16Field, value) != true)) {
|
|
this.m_privateDescSeg16Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg16");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg17 {
|
|
get {
|
|
return this.m_privateDescSeg17Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg17Field, value) != true)) {
|
|
this.m_privateDescSeg17Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg17");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg18 {
|
|
get {
|
|
return this.m_privateDescSeg18Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg18Field, value) != true)) {
|
|
this.m_privateDescSeg18Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg18");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg19 {
|
|
get {
|
|
return this.m_privateDescSeg19Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg19Field, value) != true)) {
|
|
this.m_privateDescSeg19Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg19");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg2 {
|
|
get {
|
|
return this.m_privateDescSeg2Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg2Field, value) != true)) {
|
|
this.m_privateDescSeg2Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg2");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg20 {
|
|
get {
|
|
return this.m_privateDescSeg20Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg20Field, value) != true)) {
|
|
this.m_privateDescSeg20Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg20");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg21 {
|
|
get {
|
|
return this.m_privateDescSeg21Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg21Field, value) != true)) {
|
|
this.m_privateDescSeg21Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg21");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg22 {
|
|
get {
|
|
return this.m_privateDescSeg22Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg22Field, value) != true)) {
|
|
this.m_privateDescSeg22Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg22");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg23 {
|
|
get {
|
|
return this.m_privateDescSeg23Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg23Field, value) != true)) {
|
|
this.m_privateDescSeg23Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg23");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg24 {
|
|
get {
|
|
return this.m_privateDescSeg24Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg24Field, value) != true)) {
|
|
this.m_privateDescSeg24Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg24");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg25 {
|
|
get {
|
|
return this.m_privateDescSeg25Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg25Field, value) != true)) {
|
|
this.m_privateDescSeg25Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg25");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg26 {
|
|
get {
|
|
return this.m_privateDescSeg26Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg26Field, value) != true)) {
|
|
this.m_privateDescSeg26Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg26");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg27 {
|
|
get {
|
|
return this.m_privateDescSeg27Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg27Field, value) != true)) {
|
|
this.m_privateDescSeg27Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg27");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg28 {
|
|
get {
|
|
return this.m_privateDescSeg28Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg28Field, value) != true)) {
|
|
this.m_privateDescSeg28Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg28");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg29 {
|
|
get {
|
|
return this.m_privateDescSeg29Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg29Field, value) != true)) {
|
|
this.m_privateDescSeg29Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg29");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg3 {
|
|
get {
|
|
return this.m_privateDescSeg3Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg3Field, value) != true)) {
|
|
this.m_privateDescSeg3Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg3");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg30 {
|
|
get {
|
|
return this.m_privateDescSeg30Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg30Field, value) != true)) {
|
|
this.m_privateDescSeg30Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg30");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg4 {
|
|
get {
|
|
return this.m_privateDescSeg4Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg4Field, value) != true)) {
|
|
this.m_privateDescSeg4Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg4");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg5 {
|
|
get {
|
|
return this.m_privateDescSeg5Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg5Field, value) != true)) {
|
|
this.m_privateDescSeg5Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg5");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg6 {
|
|
get {
|
|
return this.m_privateDescSeg6Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg6Field, value) != true)) {
|
|
this.m_privateDescSeg6Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg6");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg7 {
|
|
get {
|
|
return this.m_privateDescSeg7Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg7Field, value) != true)) {
|
|
this.m_privateDescSeg7Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg7");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg8 {
|
|
get {
|
|
return this.m_privateDescSeg8Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg8Field, value) != true)) {
|
|
this.m_privateDescSeg8Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg8");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_privateDescSeg9 {
|
|
get {
|
|
return this.m_privateDescSeg9Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_privateDescSeg9Field, value) != true)) {
|
|
this.m_privateDescSeg9Field = value;
|
|
this.RaisePropertyChanged("m_privateDescSeg9");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg1 {
|
|
get {
|
|
return this.m_pubDescSeg1Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg1Field, value) != true)) {
|
|
this.m_pubDescSeg1Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg1");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg10 {
|
|
get {
|
|
return this.m_pubDescSeg10Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg10Field, value) != true)) {
|
|
this.m_pubDescSeg10Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg10");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg11 {
|
|
get {
|
|
return this.m_pubDescSeg11Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg11Field, value) != true)) {
|
|
this.m_pubDescSeg11Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg11");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg12 {
|
|
get {
|
|
return this.m_pubDescSeg12Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg12Field, value) != true)) {
|
|
this.m_pubDescSeg12Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg12");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg13 {
|
|
get {
|
|
return this.m_pubDescSeg13Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg13Field, value) != true)) {
|
|
this.m_pubDescSeg13Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg13");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg14 {
|
|
get {
|
|
return this.m_pubDescSeg14Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg14Field, value) != true)) {
|
|
this.m_pubDescSeg14Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg14");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg15 {
|
|
get {
|
|
return this.m_pubDescSeg15Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg15Field, value) != true)) {
|
|
this.m_pubDescSeg15Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg15");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg16 {
|
|
get {
|
|
return this.m_pubDescSeg16Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg16Field, value) != true)) {
|
|
this.m_pubDescSeg16Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg16");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg17 {
|
|
get {
|
|
return this.m_pubDescSeg17Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg17Field, value) != true)) {
|
|
this.m_pubDescSeg17Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg17");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg18 {
|
|
get {
|
|
return this.m_pubDescSeg18Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg18Field, value) != true)) {
|
|
this.m_pubDescSeg18Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg18");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg19 {
|
|
get {
|
|
return this.m_pubDescSeg19Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg19Field, value) != true)) {
|
|
this.m_pubDescSeg19Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg19");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg2 {
|
|
get {
|
|
return this.m_pubDescSeg2Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg2Field, value) != true)) {
|
|
this.m_pubDescSeg2Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg2");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg20 {
|
|
get {
|
|
return this.m_pubDescSeg20Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg20Field, value) != true)) {
|
|
this.m_pubDescSeg20Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg20");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg21 {
|
|
get {
|
|
return this.m_pubDescSeg21Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg21Field, value) != true)) {
|
|
this.m_pubDescSeg21Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg21");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg22 {
|
|
get {
|
|
return this.m_pubDescSeg22Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg22Field, value) != true)) {
|
|
this.m_pubDescSeg22Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg22");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg23 {
|
|
get {
|
|
return this.m_pubDescSeg23Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg23Field, value) != true)) {
|
|
this.m_pubDescSeg23Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg23");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg24 {
|
|
get {
|
|
return this.m_pubDescSeg24Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg24Field, value) != true)) {
|
|
this.m_pubDescSeg24Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg24");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg25 {
|
|
get {
|
|
return this.m_pubDescSeg25Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg25Field, value) != true)) {
|
|
this.m_pubDescSeg25Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg25");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg26 {
|
|
get {
|
|
return this.m_pubDescSeg26Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg26Field, value) != true)) {
|
|
this.m_pubDescSeg26Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg26");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg27 {
|
|
get {
|
|
return this.m_pubDescSeg27Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg27Field, value) != true)) {
|
|
this.m_pubDescSeg27Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg27");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg28 {
|
|
get {
|
|
return this.m_pubDescSeg28Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg28Field, value) != true)) {
|
|
this.m_pubDescSeg28Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg28");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg29 {
|
|
get {
|
|
return this.m_pubDescSeg29Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg29Field, value) != true)) {
|
|
this.m_pubDescSeg29Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg29");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg3 {
|
|
get {
|
|
return this.m_pubDescSeg3Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg3Field, value) != true)) {
|
|
this.m_pubDescSeg3Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg3");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg30 {
|
|
get {
|
|
return this.m_pubDescSeg30Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg30Field, value) != true)) {
|
|
this.m_pubDescSeg30Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg30");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg31 {
|
|
get {
|
|
return this.m_pubDescSeg31Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg31Field, value) != true)) {
|
|
this.m_pubDescSeg31Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg31");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg32 {
|
|
get {
|
|
return this.m_pubDescSeg32Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg32Field, value) != true)) {
|
|
this.m_pubDescSeg32Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg32");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg33 {
|
|
get {
|
|
return this.m_pubDescSeg33Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg33Field, value) != true)) {
|
|
this.m_pubDescSeg33Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg33");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg34 {
|
|
get {
|
|
return this.m_pubDescSeg34Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg34Field, value) != true)) {
|
|
this.m_pubDescSeg34Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg34");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg35 {
|
|
get {
|
|
return this.m_pubDescSeg35Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg35Field, value) != true)) {
|
|
this.m_pubDescSeg35Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg35");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg36 {
|
|
get {
|
|
return this.m_pubDescSeg36Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg36Field, value) != true)) {
|
|
this.m_pubDescSeg36Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg36");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg37 {
|
|
get {
|
|
return this.m_pubDescSeg37Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg37Field, value) != true)) {
|
|
this.m_pubDescSeg37Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg37");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg38 {
|
|
get {
|
|
return this.m_pubDescSeg38Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg38Field, value) != true)) {
|
|
this.m_pubDescSeg38Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg38");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg39 {
|
|
get {
|
|
return this.m_pubDescSeg39Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg39Field, value) != true)) {
|
|
this.m_pubDescSeg39Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg39");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg4 {
|
|
get {
|
|
return this.m_pubDescSeg4Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg4Field, value) != true)) {
|
|
this.m_pubDescSeg4Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg4");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg40 {
|
|
get {
|
|
return this.m_pubDescSeg40Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg40Field, value) != true)) {
|
|
this.m_pubDescSeg40Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg40");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg41 {
|
|
get {
|
|
return this.m_pubDescSeg41Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg41Field, value) != true)) {
|
|
this.m_pubDescSeg41Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg41");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg42 {
|
|
get {
|
|
return this.m_pubDescSeg42Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg42Field, value) != true)) {
|
|
this.m_pubDescSeg42Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg42");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg43 {
|
|
get {
|
|
return this.m_pubDescSeg43Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg43Field, value) != true)) {
|
|
this.m_pubDescSeg43Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg43");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg44 {
|
|
get {
|
|
return this.m_pubDescSeg44Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg44Field, value) != true)) {
|
|
this.m_pubDescSeg44Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg44");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg45 {
|
|
get {
|
|
return this.m_pubDescSeg45Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg45Field, value) != true)) {
|
|
this.m_pubDescSeg45Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg45");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg46 {
|
|
get {
|
|
return this.m_pubDescSeg46Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg46Field, value) != true)) {
|
|
this.m_pubDescSeg46Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg46");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg47 {
|
|
get {
|
|
return this.m_pubDescSeg47Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg47Field, value) != true)) {
|
|
this.m_pubDescSeg47Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg47");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg48 {
|
|
get {
|
|
return this.m_pubDescSeg48Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg48Field, value) != true)) {
|
|
this.m_pubDescSeg48Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg48");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg49 {
|
|
get {
|
|
return this.m_pubDescSeg49Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg49Field, value) != true)) {
|
|
this.m_pubDescSeg49Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg49");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg5 {
|
|
get {
|
|
return this.m_pubDescSeg5Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg5Field, value) != true)) {
|
|
this.m_pubDescSeg5Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg5");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg50 {
|
|
get {
|
|
return this.m_pubDescSeg50Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg50Field, value) != true)) {
|
|
this.m_pubDescSeg50Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg50");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg6 {
|
|
get {
|
|
return this.m_pubDescSeg6Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg6Field, value) != true)) {
|
|
this.m_pubDescSeg6Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg6");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg7 {
|
|
get {
|
|
return this.m_pubDescSeg7Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg7Field, value) != true)) {
|
|
this.m_pubDescSeg7Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg7");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg8 {
|
|
get {
|
|
return this.m_pubDescSeg8Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg8Field, value) != true)) {
|
|
this.m_pubDescSeg8Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg8");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_pubDescSeg9 {
|
|
get {
|
|
return this.m_pubDescSeg9Field;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_pubDescSeg9Field, value) != true)) {
|
|
this.m_pubDescSeg9Field = value;
|
|
this.RaisePropertyChanged("m_pubDescSeg9");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Cust.CustCreatePriceListSRV.OperationResultData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
|
|
[System.SerializableAttribute()]
|
|
public partial class UFIDAU9CustCustCreatePriceListSRVOperationResultData : NFine.Application.CreatePriceList.UFSoftUBFBusinessDataTransObjectBase {
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private bool m_isSucessField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string m_messageField;
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool m_isSucess {
|
|
get {
|
|
return this.m_isSucessField;
|
|
}
|
|
set {
|
|
if ((this.m_isSucessField.Equals(value) != true)) {
|
|
this.m_isSucessField = value;
|
|
this.RaisePropertyChanged("m_isSucess");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string m_message {
|
|
get {
|
|
return this.m_messageField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.m_messageField, value) != true)) {
|
|
this.m_messageField = value;
|
|
this.RaisePropertyChanged("m_message");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="ObjectState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.PL.Engine")]
|
|
public enum ObjectState : int {
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
NotExist = -1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Unchanged = 1,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Unknown = 0,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Inserted = 2,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Updated = 4,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Deleted = 8,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
Operating = 9,
|
|
|
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
NeedLoad = 10,
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="MultiLangDataDict", Namespace="UFSoft.UBF.Util.Data")]
|
|
[System.SerializableAttribute()]
|
|
public partial class MultiLangDataDict : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private NFine.Application.CreatePriceList.MultiLangData[] _langsField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public NFine.Application.CreatePriceList.MultiLangData[] _langs {
|
|
get {
|
|
return this._langsField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this._langsField, value) != true)) {
|
|
this._langsField = value;
|
|
this.RaisePropertyChanged("_langs");
|
|
}
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="MultiLangData", Namespace="UFSoft.UBF.Util.Data")]
|
|
[System.SerializableAttribute()]
|
|
public partial class MultiLangData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string LangTypeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string LangValueField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private System.Data.DataRowState StateField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string LangType {
|
|
get {
|
|
return this.LangTypeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.LangTypeField, value) != true)) {
|
|
this.LangTypeField = value;
|
|
this.RaisePropertyChanged("LangType");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string LangValue {
|
|
get {
|
|
return this.LangValueField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.LangValueField, value) != true)) {
|
|
this.LangValueField = value;
|
|
this.RaisePropertyChanged("LangValue");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public System.Data.DataRowState State {
|
|
get {
|
|
return this.StateField;
|
|
}
|
|
set {
|
|
if ((this.StateField.Equals(value) != true)) {
|
|
this.StateField = value;
|
|
this.RaisePropertyChanged("State");
|
|
}
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
[System.Runtime.Serialization.DataContractAttribute(Name="CustCallUFIDAISVCreatePriceListSrvSub.OperationResult", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.ISV.CreatePriceListSV")]
|
|
[System.SerializableAttribute()]
|
|
public partial class CustCallUFIDAISVCreatePriceListSrvSubOperationResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private bool IsSuccessField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string MessageField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public bool IsSuccess {
|
|
get {
|
|
return this.IsSuccessField;
|
|
}
|
|
set {
|
|
if ((this.IsSuccessField.Equals(value) != true)) {
|
|
this.IsSuccessField = value;
|
|
this.RaisePropertyChanged("IsSuccess");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string Message {
|
|
get {
|
|
return this.MessageField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.MessageField, value) != true)) {
|
|
this.MessageField = value;
|
|
this.RaisePropertyChanged("Message");
|
|
}
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="CreatePriceList.ICreatePriceList")]
|
|
public interface ICreatePriceList {
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICreatePriceList/CustCreatePriceList", ReplyAction="http://tempuri.org/ICreatePriceList/CustCreatePriceListResponse")]
|
|
NFine.Application.CreatePriceList.CustCallUFIDAISVCreatePriceListSrvSubOperationResult CustCreatePriceList(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVPriceDataData[] priceList);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICreatePriceList/CustCreatePriceList", ReplyAction="http://tempuri.org/ICreatePriceList/CustCreatePriceListResponse")]
|
|
System.Threading.Tasks.Task<NFine.Application.CreatePriceList.CustCallUFIDAISVCreatePriceListSrvSubOperationResult> CustCreatePriceListAsync(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVPriceDataData[] priceList);
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface ICreatePriceListChannel : NFine.Application.CreatePriceList.ICreatePriceList, System.ServiceModel.IClientChannel {
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class CreatePriceListClient : System.ServiceModel.ClientBase<NFine.Application.CreatePriceList.ICreatePriceList>, NFine.Application.CreatePriceList.ICreatePriceList {
|
|
|
|
public CreatePriceListClient() {
|
|
}
|
|
|
|
public CreatePriceListClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName) {
|
|
}
|
|
|
|
public CreatePriceListClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public CreatePriceListClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public CreatePriceListClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress) {
|
|
}
|
|
|
|
public NFine.Application.CreatePriceList.CustCallUFIDAISVCreatePriceListSrvSubOperationResult CustCreatePriceList(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVPriceDataData[] priceList) {
|
|
return base.Channel.CustCreatePriceList(priceList);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<NFine.Application.CreatePriceList.CustCallUFIDAISVCreatePriceListSrvSubOperationResult> CustCreatePriceListAsync(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVPriceDataData[] priceList) {
|
|
return base.Channel.CustCreatePriceListAsync(priceList);
|
|
}
|
|
}
|
|
}
|