diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.DeviceMetering/Reference.svcmap index 8816af2..8e03d0a 100644 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering/Reference.svcmap +++ b/Hcs.Client/Connected Services/Service.Async.DeviceMetering/Reference.svcmap @@ -1,5 +1,5 @@ - + false true @@ -22,12 +22,12 @@ - - - - - - + + + + + + diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.DeviceMetering/configuration.svcinfo index 9efab9d..dbba56b 100644 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering/configuration.svcinfo +++ b/Hcs.Client/Connected Services/Service.Async.DeviceMetering/configuration.svcinfo @@ -2,10 +2,10 @@ - - + + - + \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.DeviceMetering/configuration91.svcinfo index aab8ec3..52ba428 100644 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering/configuration91.svcinfo +++ b/Hcs.Client/Connected Services/Service.Async.DeviceMetering/configuration91.svcinfo @@ -1,10 +1,10 @@ - + - + - DeviceMeteringBindingAsync1 + DeviceMeteringBindingAsync @@ -110,10 +110,10 @@ - + - DeviceMeteringBindingAsync2 + DeviceMeteringBindingAsync1 @@ -221,7 +221,7 @@ - + https://api.dom.gosuslugi.ru/ext-bus-device-metering-service/services/DeviceMeteringAsync @@ -233,7 +233,7 @@ basicHttpBinding - DeviceMeteringBindingAsync1 + DeviceMeteringBindingAsync Service.Async.DeviceMetering.DeviceMeteringPortTypesAsync @@ -296,7 +296,7 @@ False - DeviceMeteringPortAsync1 + DeviceMeteringPortAsync diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement/Reference.cs b/Hcs.Client/Connected Services/Service.Async.HouseManagement/Reference.cs index 0383180..379cffe 100644 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement/Reference.cs +++ b/Hcs.Client/Connected Services/Service.Async.HouseManagement/Reference.cs @@ -71,6 +71,517 @@ namespace Hcs.Service.Async.HouseManagement { } } + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class VolumeMeteringValueBaseType : object, System.ComponentModel.INotifyPropertyChanged { + + private nsiRef municipalResourceField; + + private string meteringValueT1Field; + + private string meteringValueT2Field; + + private string meteringValueT3Field; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef MunicipalResource { + get { + return this.municipalResourceField; + } + set { + this.municipalResourceField = value; + this.RaisePropertyChanged("MunicipalResource"); + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValueT1 { + get { + return this.meteringValueT1Field; + } + set { + this.meteringValueT1Field = value; + this.RaisePropertyChanged("MeteringValueT1"); + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringValueT2 { + get { + return this.meteringValueT2Field; + } + set { + this.meteringValueT2Field = value; + this.RaisePropertyChanged("MeteringValueT2"); + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string MeteringValueT3 { + get { + return this.meteringValueT3Field; + } + set { + this.meteringValueT3Field = value; + this.RaisePropertyChanged("MeteringValueT3"); + } + } + + 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.Xml", "4.8.9032.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class nsiRef : object, System.ComponentModel.INotifyPropertyChanged { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code { + get { + return this.codeField; + } + set { + this.codeField = value; + this.RaisePropertyChanged("Code"); + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID { + get { + return this.gUIDField; + } + set { + this.gUIDField = value; + this.RaisePropertyChanged("GUID"); + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name { + get { + return this.nameField; + } + set { + this.nameField = value; + this.RaisePropertyChanged("Name"); + } + } + + 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.Xml", "4.8.9032.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignaturePropertyType : object, System.ComponentModel.INotifyPropertyChanged { + + private System.Xml.XmlElement[] itemsField; + + private string[] textField; + + private string targetField; + + private string idField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlElement[] Items { + get { + return this.itemsField; + } + set { + this.itemsField = value; + this.RaisePropertyChanged("Items"); + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text { + get { + return this.textField; + } + set { + this.textField = value; + this.RaisePropertyChanged("Text"); + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Target { + get { + return this.targetField; + } + set { + this.targetField = value; + this.RaisePropertyChanged("Target"); + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id { + get { + return this.idField; + } + set { + this.idField = value; + this.RaisePropertyChanged("Id"); + } + } + + 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.Xml", "4.8.9032.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignaturePropertiesType : object, System.ComponentModel.INotifyPropertyChanged { + + private SignaturePropertyType[] signaturePropertyField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute("SignatureProperty", Order=0)] + public SignaturePropertyType[] SignatureProperty { + get { + return this.signaturePropertyField; + } + set { + this.signaturePropertyField = value; + this.RaisePropertyChanged("SignatureProperty"); + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id { + get { + return this.idField; + } + set { + this.idField = value; + this.RaisePropertyChanged("Id"); + } + } + + 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.Xml", "4.8.9032.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ManifestType : object, System.ComponentModel.INotifyPropertyChanged { + + private ReferenceType[] referenceField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Reference", Order=0)] + public ReferenceType[] Reference { + get { + return this.referenceField; + } + set { + this.referenceField = value; + this.RaisePropertyChanged("Reference"); + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id { + get { + return this.idField; + } + set { + this.idField = value; + this.RaisePropertyChanged("Id"); + } + } + + 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.Xml", "4.8.9032.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ReferenceType : object, System.ComponentModel.INotifyPropertyChanged { + + private TransformType[] transformsField; + + private DigestMethodType digestMethodField; + + private byte[] digestValueField; + + private string idField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms { + get { + return this.transformsField; + } + set { + this.transformsField = value; + this.RaisePropertyChanged("Transforms"); + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DigestMethodType DigestMethod { + get { + return this.digestMethodField; + } + set { + this.digestMethodField = value; + this.RaisePropertyChanged("DigestMethod"); + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] DigestValue { + get { + return this.digestValueField; + } + set { + this.digestValueField = value; + this.RaisePropertyChanged("DigestValue"); + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id { + get { + return this.idField; + } + set { + this.idField = value; + this.RaisePropertyChanged("Id"); + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI { + get { + return this.uRIField; + } + set { + this.uRIField = value; + this.RaisePropertyChanged("URI"); + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type { + get { + return this.typeField; + } + set { + this.typeField = value; + this.RaisePropertyChanged("Type"); + } + } + + 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.Xml", "4.8.9032.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class TransformType : object, System.ComponentModel.INotifyPropertyChanged { + + private object[] itemsField; + + private string[] textField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)] + public object[] Items { + get { + return this.itemsField; + } + set { + this.itemsField = value; + this.RaisePropertyChanged("Items"); + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text { + get { + return this.textField; + } + set { + this.textField = value; + this.RaisePropertyChanged("Text"); + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm { + get { + return this.algorithmField; + } + set { + this.algorithmField = value; + this.RaisePropertyChanged("Algorithm"); + } + } + + 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.Xml", "4.8.9032.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DigestMethodType : object, System.ComponentModel.INotifyPropertyChanged { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any { + get { + return this.anyField; + } + set { + this.anyField = value; + this.RaisePropertyChanged("Any"); + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm { + get { + return this.algorithmField; + } + set { + this.algorithmField = value; + this.RaisePropertyChanged("Algorithm"); + } + } + + 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.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementAttachmentFieldType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFiasAddressRefFieldType))] @@ -404,66 +915,6 @@ namespace Hcs.Service.Async.HouseManagement { } } - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class nsiRef : object, System.ComponentModel.INotifyPropertyChanged { - - private string codeField; - - private string gUIDField; - - private string nameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Code { - get { - return this.codeField; - } - set { - this.codeField = value; - this.RaisePropertyChanged("Code"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string GUID { - get { - return this.gUIDField; - } - set { - this.gUIDField = value; - this.RaisePropertyChanged("GUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("Name"); - } - } - - 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.Xml", "4.8.9032.0")] [System.SerializableAttribute()] @@ -1093,365 +1544,48 @@ namespace Hcs.Service.Async.HouseManagement { [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] - public partial class SignaturePropertyType : object, System.ComponentModel.INotifyPropertyChanged { + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/")] + public partial class PaymentReasonType : object, System.ComponentModel.INotifyPropertyChanged { - private System.Xml.XmlElement[] itemsField; + private string contractNumberField; - private string[] textField; + private System.DateTime contractDateField; - private string targetField; - - private string idField; + private System.DateTime contractEndDateField; /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - public System.Xml.XmlElement[] Items { + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractNumber { get { - return this.itemsField; + return this.contractNumberField; } set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); + this.contractNumberField = value; + this.RaisePropertyChanged("ContractNumber"); } } /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime ContractDate { get { - return this.textField; + return this.contractDateField; } set { - this.textField = value; - this.RaisePropertyChanged("Text"); + this.contractDateField = value; + this.RaisePropertyChanged("ContractDate"); } } /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string Target { + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime ContractEndDate { get { - return this.targetField; + return this.contractEndDateField; } set { - this.targetField = value; - this.RaisePropertyChanged("Target"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - 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.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] - public partial class SignaturePropertiesType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignaturePropertyType[] signaturePropertyField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute("SignatureProperty", Order=0)] - public SignaturePropertyType[] SignatureProperty { - get { - return this.signaturePropertyField; - } - set { - this.signaturePropertyField = value; - this.RaisePropertyChanged("SignatureProperty"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - 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.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] - public partial class ManifestType : object, System.ComponentModel.INotifyPropertyChanged { - - private ReferenceType[] referenceField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Reference", Order=0)] - public ReferenceType[] Reference { - get { - return this.referenceField; - } - set { - this.referenceField = value; - this.RaisePropertyChanged("Reference"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - 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.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] - public partial class ReferenceType : object, System.ComponentModel.INotifyPropertyChanged { - - private TransformType[] transformsField; - - private DigestMethodType digestMethodField; - - private byte[] digestValueField; - - private string idField; - - private string uRIField; - - private string typeField; - - /// - [System.Xml.Serialization.XmlArrayAttribute(Order=0)] - [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] - public TransformType[] Transforms { - get { - return this.transformsField; - } - set { - this.transformsField = value; - this.RaisePropertyChanged("Transforms"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public DigestMethodType DigestMethod { - get { - return this.digestMethodField; - } - set { - this.digestMethodField = value; - this.RaisePropertyChanged("DigestMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] - public byte[] DigestValue { - get { - return this.digestValueField; - } - set { - this.digestValueField = value; - this.RaisePropertyChanged("DigestValue"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string URI { - get { - return this.uRIField; - } - set { - this.uRIField = value; - this.RaisePropertyChanged("URI"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - 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.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] - public partial class TransformType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private string[] textField; - - private string algorithmField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string Algorithm { - get { - return this.algorithmField; - } - set { - this.algorithmField = value; - this.RaisePropertyChanged("Algorithm"); - } - } - - 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.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] - public partial class DigestMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.Xml.XmlNode[] anyField; - - private string algorithmField; - - /// - [System.Xml.Serialization.XmlTextAttribute()] - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - public System.Xml.XmlNode[] Any { - get { - return this.anyField; - } - set { - this.anyField = value; - this.RaisePropertyChanged("Any"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string Algorithm { - get { - return this.algorithmField; - } - set { - this.algorithmField = value; - this.RaisePropertyChanged("Algorithm"); + this.contractEndDateField = value; + this.RaisePropertyChanged("ContractEndDate"); } } @@ -2212,140 +2346,6 @@ namespace Hcs.Service.Async.HouseManagement { } } - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] - public partial class VolumeMeteringValueBaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef municipalResourceField; - - private string meteringValueT1Field; - - private string meteringValueT2Field; - - private string meteringValueT3Field; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef MunicipalResource { - get { - return this.municipalResourceField; - } - set { - this.municipalResourceField = value; - this.RaisePropertyChanged("MunicipalResource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MeteringValueT1 { - get { - return this.meteringValueT1Field; - } - set { - this.meteringValueT1Field = value; - this.RaisePropertyChanged("MeteringValueT1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string MeteringValueT2 { - get { - return this.meteringValueT2Field; - } - set { - this.meteringValueT2Field = value; - this.RaisePropertyChanged("MeteringValueT2"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string MeteringValueT3 { - get { - return this.meteringValueT3Field; - } - set { - this.meteringValueT3Field = value; - this.RaisePropertyChanged("MeteringValueT3"); - } - } - - 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.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/")] - public partial class PaymentReasonType : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractNumberField; - - private System.DateTime contractDateField; - - private System.DateTime contractEndDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractNumber { - get { - return this.contractNumberField; - } - set { - this.contractNumberField = value; - this.RaisePropertyChanged("ContractNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime ContractDate { - get { - return this.contractDateField; - } - set { - this.contractDateField = value; - this.RaisePropertyChanged("ContractDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime ContractEndDate { - get { - return this.contractEndDateField; - } - set { - this.contractEndDateField = value; - this.RaisePropertyChanged("ContractEndDate"); - } - } - - 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.Xml", "4.8.9032.0")] [System.SerializableAttribute()] @@ -43381,15 +43381,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importMeteringDeviceData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importMeteringDeviceData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -43504,15 +43504,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportMeteringDeviceData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportMeteringDeviceData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -43627,15 +43627,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportODSPMeteringDeviceData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportODSPMeteringDeviceData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -43750,15 +43750,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -43873,15 +43873,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importContractData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importContractData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -43996,15 +43996,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importCharterData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importCharterData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -44119,15 +44119,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportStatusCAChData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportStatusCAChData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -44242,15 +44242,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportHouseData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportHouseData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -44365,15 +44365,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importAccountData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importAccountData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -44488,15 +44488,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportAccountData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportAccountData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -44611,15 +44611,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importPublicPropertyContract", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importPublicPropertyContract", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -44734,15 +44734,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportStatusPublicPropertyContract", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportStatusPublicPropertyContract", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -44857,15 +44857,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importNotificationData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importNotificationData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -44980,15 +44980,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importVotingProtocol", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importVotingProtocol", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -45103,15 +45103,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportVotingProtocol", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportVotingProtocol", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -45226,15 +45226,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importOwnerDecision", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importOwnerDecision", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -45349,15 +45349,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportOwnerDecision", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportOwnerDecision", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -45472,15 +45472,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportCAChData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportCAChData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -45595,15 +45595,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseUOData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importHouseUOData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -45718,15 +45718,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseOMSData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importHouseOMSData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -45841,15 +45841,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseESPData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importHouseESPData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -45964,15 +45964,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importSupplyResourceContractData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -46087,15 +46087,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportSupplyResourceContractData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportSupplyResourceContractData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -46210,15 +46210,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importAccountIndividualServices", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importAccountIndividualServices", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -46333,15 +46333,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportAccountIndividualServices", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportAccountIndividualServices", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -46456,15 +46456,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportSupplyResourceContractObjectAddressData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportSupplyResourceContractObjectAddressData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -46579,15 +46579,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractObjectAddressData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importSupplyResourceContractObjectAddressData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -46702,15 +46702,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractProjectData", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importSupplyResourceContractProjectData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -46825,15 +46825,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportRolloverStatusCACh", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportRolloverStatusCACh", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -46948,15 +46948,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefSupplyResourceContract", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportBriefSupplyResourceContract", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -47071,15 +47071,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefSocialHireContract", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportBriefSocialHireContract", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -47194,15 +47194,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:demolishHouse", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:demolishHouse", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -47317,15 +47317,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefBasicHouse", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportBriefBasicHouse", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -47440,15 +47440,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefLivingHouse", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportBriefLivingHouse", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -47563,15 +47563,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefApartmentHouse", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportBriefApartmentHouse", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -47686,15 +47686,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importExternalVotingProtocol", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importExternalVotingProtocol", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -47809,15 +47809,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importVotingMessage", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importVotingMessage", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -47932,15 +47932,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportVotingMessage", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportVotingMessage", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -48055,15 +48055,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:importOwnerRefusal", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importOwnerRefusal", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] @@ -48178,15 +48178,15 @@ namespace Hcs.Service.Async.HouseManagement { [System.ServiceModel.OperationContractAttribute(Action="urn:exportOwnerRefusal", ReplyAction="*")] [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportOwnerRefusal", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.HouseManagement/Reference.svcmap index f57c654..8270939 100644 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement/Reference.svcmap +++ b/Hcs.Client/Connected Services/Service.Async.HouseManagement/Reference.svcmap @@ -1,5 +1,5 @@ - + false true @@ -22,18 +22,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.HouseManagement/configuration.svcinfo index 95b2a29..282639d 100644 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement/configuration.svcinfo +++ b/Hcs.Client/Connected Services/Service.Async.HouseManagement/configuration.svcinfo @@ -2,10 +2,10 @@ - - + + - + \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.HouseManagement/configuration91.svcinfo index fa98713..8f3e791 100644 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement/configuration91.svcinfo +++ b/Hcs.Client/Connected Services/Service.Async.HouseManagement/configuration91.svcinfo @@ -1,10 +1,10 @@ - + - + - HouseManagementBindingAsync1 + HouseManagementBindingAsync @@ -110,10 +110,10 @@ - + - HouseManagementBindingAsync2 + HouseManagementBindingAsync1 @@ -221,7 +221,7 @@ - + https://api.dom.gosuslugi.ru/ext-bus-home-management-service/services/HomeManagementAsync @@ -233,7 +233,7 @@ basicHttpBinding - HouseManagementBindingAsync1 + HouseManagementBindingAsync Service.Async.HouseManagement.HouseManagementPortsTypeAsync @@ -296,7 +296,7 @@ False - HouseManagementPortAsync1 + HouseManagementPortAsync diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.Nsi/Reference.svcmap index b1d9d67..a27531e 100644 --- a/Hcs.Client/Connected Services/Service.Async.Nsi/Reference.svcmap +++ b/Hcs.Client/Connected Services/Service.Async.Nsi/Reference.svcmap @@ -1,5 +1,5 @@ - + false true @@ -22,11 +22,11 @@ - - - - - + + + + + diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.Nsi/configuration.svcinfo index 185f872..3801f03 100644 --- a/Hcs.Client/Connected Services/Service.Async.Nsi/configuration.svcinfo +++ b/Hcs.Client/Connected Services/Service.Async.Nsi/configuration.svcinfo @@ -2,10 +2,10 @@ - - + + - + \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.Nsi/configuration91.svcinfo index 1dc2a63..dfb2c3a 100644 --- a/Hcs.Client/Connected Services/Service.Async.Nsi/configuration91.svcinfo +++ b/Hcs.Client/Connected Services/Service.Async.Nsi/configuration91.svcinfo @@ -1,10 +1,10 @@ - + - + - NsiBindingAsync3 + NsiBindingAsync @@ -110,10 +110,10 @@ - + - NsiBindingAsync4 + NsiBindingAsync1 @@ -221,7 +221,7 @@ - + https://api.dom.gosuslugi.ru/ext-bus-nsi-service/services/NsiAsync @@ -233,7 +233,7 @@ basicHttpBinding - NsiBindingAsync3 + NsiBindingAsync Service.Async.Nsi.NsiPortsTypeAsync @@ -296,7 +296,7 @@ False - NsiPortAsync2 + NsiPortAsync diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.NsiCommon/Reference.svcmap index 5ffffb6..08fbc94 100644 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon/Reference.svcmap +++ b/Hcs.Client/Connected Services/Service.Async.NsiCommon/Reference.svcmap @@ -1,5 +1,5 @@ - + false true @@ -22,11 +22,11 @@ - - - - - + + + + + diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.NsiCommon/configuration.svcinfo index 3c36975..8273408 100644 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon/configuration.svcinfo +++ b/Hcs.Client/Connected Services/Service.Async.NsiCommon/configuration.svcinfo @@ -2,10 +2,10 @@ - - + + - + \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.NsiCommon/configuration91.svcinfo index 4c0304e..c5e6887 100644 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon/configuration91.svcinfo +++ b/Hcs.Client/Connected Services/Service.Async.NsiCommon/configuration91.svcinfo @@ -1,10 +1,10 @@ - + - + - NsiBindingAsync5 + NsiBindingAsync2 @@ -110,10 +110,10 @@ - + - NsiBindingAsync6 + NsiBindingAsync3 @@ -221,7 +221,7 @@ - + https://api.dom.gosuslugi.ru/ext-bus-nsi-common-service/services/NsiCommonAsync @@ -233,7 +233,7 @@ basicHttpBinding - NsiBindingAsync5 + NsiBindingAsync2 Service.Async.NsiCommon.NsiPortsTypeAsync @@ -296,7 +296,7 @@ False - NsiPortAsync3 + NsiPortAsync1 diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/Reference.svcmap index d7c6b4f..0f34802 100644 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/Reference.svcmap +++ b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/Reference.svcmap @@ -1,5 +1,5 @@ - + false true @@ -22,14 +22,14 @@ - - - - - - - - + + + + + + + + diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/configuration.svcinfo index d6e644c..155d150 100644 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/configuration.svcinfo +++ b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/configuration.svcinfo @@ -2,10 +2,10 @@ - - + + - + \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/configuration91.svcinfo index b687e48..bb8ab90 100644 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/configuration91.svcinfo +++ b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon/configuration91.svcinfo @@ -1,10 +1,10 @@ - + - + - RegOrgBindingAsync1 + RegOrgBindingAsync @@ -110,10 +110,10 @@ - + - RegOrgBindingAsync2 + RegOrgBindingAsync1 @@ -221,7 +221,7 @@ - + https://api.dom.gosuslugi.ru/ext-bus-org-registry-common-service/services/OrgRegistryCommonAsync @@ -233,7 +233,7 @@ basicHttpBinding - RegOrgBindingAsync1 + RegOrgBindingAsync Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync @@ -296,7 +296,7 @@ False - RegOrgAsyncPort1 + RegOrgAsyncPort diff --git a/Hcs.Client/Hcs.Client.csproj b/Hcs.Client/Hcs.Client.csproj index 16c0fa8..cdf4d15 100644 --- a/Hcs.Client/Hcs.Client.csproj +++ b/Hcs.Client/Hcs.Client.csproj @@ -968,13 +968,18 @@ - - - - - - - + + + + WCF Proxy Generator + Reference.cs + + + + + WCF Proxy Generator + Reference.cs + @@ -987,24 +992,12 @@ WCF Proxy Generator Reference.cs - - - - WCF Proxy Generator - Reference.cs - WCF Proxy Generator Reference.cs - - - - WCF Proxy Generator - Reference.cs - @@ -1019,7 +1012,13 @@ 13.0.3 - + + + + + + +